Searched defs:F (Results 1 – 3 of 3) sorted by relevance
| /stdio-common/ |
| A D | printf-prs.c | 36 # define PUT(F, S, N) _IO_sputn (F, S, N) argument 48 # define PUT(F, S, N) _IO_sputn (F, S, N) argument
|
| A D | tstdiomisc.c | 89 F (void) in F() function
|
| A D | vfprintf-internal.c | 158 # define PUT(F, S, N) _IO_sputn ((F), (S), (N)) argument 159 # define PUTC(C, F) _IO_putc_unlocked (C, F) argument 177 # define PUT(F, S, N) _IO_sputn ((F), (S), (N)) argument 178 # define PUTC(C, F) _IO_putwc_unlocked (C, F) argument
|
Completed in 9 milliseconds