Searched refs:__fgetwc_unlocked (Results 1 – 3 of 3) sorted by relevance
48 wint_t __fgetwc_unlocked(FILE *f) in __fgetwc_unlocked() function62 c = __fgetwc_unlocked(f); in fgetwc()67 weak_alias(__fgetwc_unlocked, fgetwc_unlocked);68 weak_alias(__fgetwc_unlocked, getwc_unlocked);
5 wint_t __fgetwc_unlocked(FILE *);20 wint_t c = __fgetwc_unlocked(f); in fgetws()
46 __fgetwc_unlocked;