Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
H A Dputwchar.c4 wint_t putwchar(wchar_t c) in putwchar() function
9 weak_alias(putwchar, putwchar_unlocked);
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dputwchar.c33 ret = putwchar(ch[i]); in putwchar_0100()
/third_party/musl/libc-test/src/api/
H A Dwchar.c36 {wint_t(*p)(wchar_t) = putwchar;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h133 wint_t putwchar (wchar_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h133 wint_t putwchar (wchar_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h133 wint_t putwchar (wchar_t);
/third_party/musl/include/
H A Dwchar.h133 wint_t putwchar (wchar_t);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp717 extern wint_t putwchar (wchar_t __wc);
14025 using ::putwchar;
[all...]

Completed in 26 milliseconds