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

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dfputwc.c7 wint_t __fputwc_unlocked(wchar_t c, FILE* f) { function
37 c = __fputwc_unlocked(c, f);
42 weak_alias(__fputwc_unlocked, fputwc_unlocked);
43 weak_alias(__fputwc_unlocked, putwc_unlocked);

Completed in 29 milliseconds