Home
last modified time | relevance | path

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

/libio/
A Dgetchar.c37 return _IO_getc_unlocked (stdin); in getchar()
39 result = _IO_getc_unlocked (stdin); in getchar()
A Dgetc.c38 return _IO_getc_unlocked (fp); in _IO_getc()
40 result = _IO_getc_unlocked (fp); in _IO_getc()
A Dgetchar_u.c35 return _IO_getc_unlocked (stdin); in getchar_unlocked()
A Dgetc_u.c36 return _IO_getc_unlocked (fp); in __getc_unlocked()
A Diogets.c38 ch = _IO_getc_unlocked (stdin); in _IO_gets()
A Dlibio.h163 #define _IO_getc_unlocked(_fp) __getc_unlocked_body (_fp) macro

Completed in 9 milliseconds