Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
H A Dvwprintf.c4 int vwprintf(const wchar_t *restrict fmt, va_list ap) in vwprintf() function
H A Dwprintf.c10 ret = vwprintf(fmt, ap); in wprintf()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvwprintf.c29 int result = vwprintf(fmt, ap); in readFile()
36 * @tc.desc : Test the vwprintf method to write a wide string to the console
44 t_error("%s vwprintf error get result is %d are not less 0\n", __func__, resule); in vwprintf_0100()
/third_party/musl/libc-test/src/api/
H A Dstdio.c130 {int(*p)(const wchar_t*restrict,va_list) = vwprintf;} in h()
H A Dwchar.c44 {int(*p)(const wchar_t*restrict,va_list) = vwprintf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h115 int vwprintf (const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h115 int vwprintf (const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h115 int vwprintf (const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/include/
H A Dwchar.h115 int vwprintf (const wchar_t *__restrict, __isoc_va_list);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp650 extern int vwprintf (const wchar_t *__restrict __format,
14041 using ::vwprintf;
[all...]

Completed in 29 milliseconds