Searched refs:_IO_getc_unlocked (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dgetchar_u.c36 return _IO_getc_unlocked (_IO_stdin);
H A Dgetc_u.c39 return _IO_getc_unlocked (fp);
H A Dgetchar.c40 result = _IO_getc_unlocked (_IO_stdin);
H A Dgetc.c41 result = _IO_getc_unlocked (fp);
H A Diogets.c42 ch = _IO_getc_unlocked (_IO_stdin);
H A Dlibio.h416 #define _IO_getc_unlocked(_fp) \ macro
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h52 return _IO_getc_unlocked (__fp);
59 return _IO_getc_unlocked (stdin);
138 int __c = _IO_getc_unlocked (__stream); \
/haiku/headers/posix/
H A Dlibio.h220 #define _IO_getc_unlocked(_fp) \ macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c112 : ((c = _IO_getc_unlocked (s)), \

Completed in 61 milliseconds