Searched refs:_IO_getwc_unlocked (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dgetwchar_u.c36 return _IO_getwc_unlocked (_IO_stdin);
H A Dgetwc_u.c37 return _IO_getwc_unlocked (fp);
H A Dgetwchar.c40 result = _IO_getwc_unlocked (_IO_stdin);
H A Dgetwc.c42 result = _IO_getwc_unlocked (fp);
H A Dlibio.h428 #define _IO_getwc_unlocked(_fp) \ macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c82 : ((c = _IO_getwc_unlocked (s)), \

Completed in 40 milliseconds