Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio.h56 return _IO_getc_unlocked (__fp); in fgetc_unlocked()
66 return _IO_getc_unlocked (__fp); in getc_unlocked()
73 return _IO_getc_unlocked (stdin); in getchar_unlocked()
155 int __c = _IO_getc_unlocked (__stream); \
H A Dstdio2.h364 int __c = _IO_getc_unlocked (__stream); in fread_unlocked()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h431 #define _IO_getc_unlocked(_fp) \ macro