Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio.h91 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) \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h438 #define _IO_putc_unlocked(_ch, _fp) \ macro