Searched refs:PUTC (Results 1 – 1 of 1) sorted by relevance
159 # define PUTC(C, F) _IO_putc_unlocked (C, F) macro178 # define PUTC(C, F) _IO_putwc_unlocked (C, F) macro226 if (PUTC (outc, s) == EOF || done == INT_MAX) \2177 return PUTC (c, s); in _IO_helper_overflow()
Completed in 7 milliseconds