Searched refs:__fgetwc_unlocked (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dfgetws.c4 wint_t __fgetwc_unlocked(FILE*);
15 wint_t c = __fgetwc_unlocked(f);
H A Dfgetwc.c43 wint_t __fgetwc_unlocked(FILE* f) { function
56 c = __fgetwc_unlocked(f);
61 weak_alias(__fgetwc_unlocked, fgetwc_unlocked);
62 weak_alias(__fgetwc_unlocked, getwc_unlocked);

Completed in 36 milliseconds