HomeSort by: relevance | last modified time | path
    Searched defs:emptyfmt (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
arithchk.c 99 char *emptyfmt = ""; /* avoid possible warning message with printf("") */ variable in typeref:typename:char *
111 Cray1 = printf(emptyfmt) < 0 ? 0 : 4617762;
112 if (printf(emptyfmt, Cray1) >= 0)
114 if (printf(emptyfmt, Cray1) >= 0)
arithchk.c 99 char *emptyfmt = ""; /* avoid possible warning message with printf("") */ variable in typeref:typename:char *
111 Cray1 = printf(emptyfmt) < 0 ? 0 : 4617762;
112 if (printf(emptyfmt, Cray1) >= 0)
114 if (printf(emptyfmt, Cray1) >= 0)

Completed in 23 milliseconds