Home
last modified time | relevance | path

Searched refs:PUTC (Results 1 – 1 of 1) sorted by relevance

/stdio-common/
A Dvfprintf-internal.c159 # define PUTC(C, F) _IO_putc_unlocked (C, F) macro
178 # define PUTC(C, F) _IO_putwc_unlocked (C, F) macro
226 if (PUTC (outc, s) == EOF || done == INT_MAX) \
2177 return PUTC (c, s); in _IO_helper_overflow()

Completed in 7 milliseconds