Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dputwc.c27 * @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 Dputwc.c4 wint_t putwc(wchar_t c, FILE *f) in putwc() function
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIt_stdio_putwc_001.cpp57 nRet = putwc(srcWc, putwcFile); in Testcase()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmltchar.h46 # define puttc putwc
/third_party/musl/libc-test/src/api/
H A Dstdio.c106 {wint_t(*p)(wchar_t,FILE*) = putwc;} in g()
H A Dwchar.c35 {wint_t(*p)(wchar_t,FILE*) = putwc;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h132 wint_t putwc (wchar_t, FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h132 wint_t putwc (wchar_t, FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h132 wint_t putwc (wchar_t, FILE *);
/third_party/musl/include/
H A Dwchar.h132 wint_t putwc (wchar_t, FILE *);
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestWchar.cpp140 * @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 Dwcharndk1.cpp389 ret = putwc(wc, fp); in Putwc_One()
436 putwc(wc, fp); in Ungetwc_One()
H A Dwcharndk.cpp416 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 Dstylo.hpp711 extern wint_t putwc (wchar_t __wc, __FILE *__stream);
14024 using ::putwc;
[all...]

Completed in 35 milliseconds