Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
Dfputwc.c7 wint_t __fputwc_unlocked(wchar_t c, FILE *f) in __fputwc_unlocked() function
34 c = __fputwc_unlocked(c, f); in fputwc()
39 weak_alias(__fputwc_unlocked, fputwc_unlocked);
40 weak_alias(__fputwc_unlocked, putwc_unlocked);
/third_party/musl/
Dlibc.map.txt55 __fputwc_unlocked;