Searched refs:putwc (Results 1 - 14 of 14) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | putwc.c | 27 * @tc.desc : Verify putwc process success 40 ret = putwc(wc, fptr); in putwc_0100() 62 ret = putwc(wc, fptr); in putwc_0200()
|
/third_party/musl/src/stdio/ |
H A D | putwc.c | 4 wint_t putwc(wchar_t c, FILE *f) in putwc() function
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | It_stdio_putwc_001.cpp | 57 nRet = putwc(srcWc, putwcFile); in Testcase()
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmltchar.h | 46 # define puttc putwc
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 106 {wint_t(*p)(wchar_t,FILE*) = putwc;} in g()
|
H A D | wchar.c | 35 {wint_t(*p)(wchar_t,FILE*) = putwc;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 132 wint_t putwc (wchar_t, FILE *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 132 wint_t putwc (wchar_t, FILE *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 132 wint_t putwc (wchar_t, FILE *);
|
/third_party/musl/include/ |
H A D | wchar.h | 132 wint_t putwc (wchar_t, FILE *);
|
/test/xts/acts/kernel_lite/io_posix/src/ |
H A D | IoTestWchar.cpp | 140 * @tc.name putwc basic function test 147 wint_t ret = putwc(L'A', fp); in HWTEST_F()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | wcharndk1.cpp | 389 ret = putwc(wc, fp);
in Putwc_One() 436 putwc(wc, fp);
in Ungetwc_One()
|
H A D | wcharndk.cpp | 416 putwc(wc, fptr);
in Putwc() 1773 putwc(wc, fptr);
in Getwc() 1867 {"putwc", nullptr, Putwc, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 711 extern wint_t putwc (wchar_t __wc, __FILE *__stream); 14024 using ::putwc; [all...] |
Completed in 39 milliseconds