Home
last modified time | relevance | path

Searched refs:__fgetwc_unlocked (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/stdio/
Dfgetwc.c48 wint_t __fgetwc_unlocked(FILE *f) in __fgetwc_unlocked() function
62 c = __fgetwc_unlocked(f); in fgetwc()
67 weak_alias(__fgetwc_unlocked, fgetwc_unlocked);
68 weak_alias(__fgetwc_unlocked, getwc_unlocked);
Dfgetws.c5 wint_t __fgetwc_unlocked(FILE *);
20 wint_t c = __fgetwc_unlocked(f); in fgetws()
/third_party/musl/
Dlibc.map.txt46 __fgetwc_unlocked;