Searched refs:PRINT (Results 1 – 4 of 4) sorted by relevance
/stdio-common/ |
A D | tst-fphex.c | 12 # define PRINT printf macro 20 # define PRINT wprintf macro 59 PRINT (L_("" S "\tExpected \"" S "\" (%Zu)\n\tGot \"" in do_test()
|
A D | printf_fphex.c | 64 #define PRINT(ptr, wptr, len) \ macro 236 PRINT (special, wspecial, 3); in __printf_fphex() 458 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal)); in __printf_fphex() 464 PRINT (numstr, wnumstr, MIN (numend - numstr, precision)); in __printf_fphex() 476 PRINT (expstr, wexpstr, (expbuf + sizeof expbuf) - expstr); in __printf_fphex()
|
A D | printf_size.c | 43 #define PRINT(ptr, wptr, len) \ macro 174 PRINT (special, wspecial, 3); in __printf_size()
|
A D | printf_fp.c | 83 #define PRINT(ptr, wptr, len) \ macro 418 PRINT (special, wspecial, 3); in __printf_fp_l() 1254 PRINT (tmpptr, wstartp, wide ? wcp - wstartp : cp - tmpptr); in __printf_fp_l()
|
Completed in 9 milliseconds