Searched refs:_IO_getc_unlocked (Results 1 – 6 of 6) sorted by relevance
37 return _IO_getc_unlocked (stdin); in getchar()39 result = _IO_getc_unlocked (stdin); in getchar()
38 return _IO_getc_unlocked (fp); in _IO_getc()40 result = _IO_getc_unlocked (fp); in _IO_getc()
35 return _IO_getc_unlocked (stdin); in getchar_unlocked()
36 return _IO_getc_unlocked (fp); in __getc_unlocked()
38 ch = _IO_getc_unlocked (stdin); in _IO_gets()
163 #define _IO_getc_unlocked(_fp) __getc_unlocked_body (_fp) macro
Completed in 9 milliseconds