Searched refs:_IO_putc_unlocked (Results 1 – 2 of 2) sorted by relevance
91 return _IO_putc_unlocked (__c, __stream); in fputc_unlocked()101 return _IO_putc_unlocked (__c, __stream); in putc_unlocked()108 return _IO_putc_unlocked (__c, stdout); in putchar_unlocked()178 if (_IO_putc_unlocked (*__ptr++, __stream) == EOF) \
438 #define _IO_putc_unlocked(_ch, _fp) \ macro