Searched refs:fgetwc_unlocked (Results 1 – 5 of 5) sorted by relevance
22 wint_t fgetwc_unlocked(register FILE *stream) in fgetwc_unlocked() function110 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);
15 return fgetwc_unlocked(stdin); in getwchar_unlocked()
23 && ((wi = fgetwc_unlocked(stream)) != WEOF) in fgetws_unlocked()
1017 } else if ((wc = fgetwc_unlocked(sc->fp)) == WEOF) { in sc_getc()1060 } else if ((wc = fgetwc_unlocked(sc->fp)) == WEOF) { in scan_getwc()
711 extern wint_t fgetwc_unlocked (__FILE *__stream);712 libc_hidden_proto(fgetwc_unlocked)
Completed in 12 milliseconds