Home
last modified time | relevance | path

Searched refs:fgetwc_unlocked (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfgetwc.c22 wint_t fgetwc_unlocked(register FILE *stream) in fgetwc_unlocked() function
110 libc_hidden_def(fgetwc_unlocked)
112 strong_alias(fgetwc_unlocked,getwc_unlocked)
114 strong_alias(fgetwc_unlocked,fgetwc)
117 strong_alias(fgetwc_unlocked,getwc)
129 retval = fgetwc_unlocked(stream);
A Dgetwchar.c15 return fgetwc_unlocked(stdin); in getwchar_unlocked()
A Dfgetws.c23 && ((wi = fgetwc_unlocked(stream)) != WEOF) in fgetws_unlocked()
A D_scanf.c1017 } else if ((wc = fgetwc_unlocked(sc->fp)) == WEOF) { in sc_getc()
1060 } else if ((wc = fgetwc_unlocked(sc->fp)) == WEOF) { in scan_getwc()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dwchar.h711 extern wint_t fgetwc_unlocked (__FILE *__stream);
712 libc_hidden_proto(fgetwc_unlocked)

Completed in 12 milliseconds