Searched refs:_IO_getc_unlocked (Results 1 – 3 of 3) sorted by relevance
56 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); \
364 int __c = _IO_getc_unlocked (__stream); in fread_unlocked()
431 #define _IO_getc_unlocked(_fp) \ macro