Searched refs:vwprintf (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | vwprintf.c | 4 int vwprintf(const wchar_t *restrict fmt, va_list ap) in vwprintf() function
|
H A D | wprintf.c | 10 ret = vwprintf(fmt, ap); in wprintf()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vwprintf.c | 29 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 D | stdio.c | 130 {int(*p)(const wchar_t*restrict,va_list) = vwprintf;} in h()
|
H A D | wchar.c | 44 {int(*p)(const wchar_t*restrict,va_list) = vwprintf;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 115 int vwprintf (const wchar_t *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 115 int vwprintf (const wchar_t *__restrict, __isoc_va_list);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 115 int vwprintf (const wchar_t *__restrict, __isoc_va_list);
|
/third_party/musl/include/ |
H A D | wchar.h | 115 int vwprintf (const wchar_t *__restrict, __isoc_va_list);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 650 extern int vwprintf (const wchar_t *__restrict __format, 14041 using ::vwprintf; [all...] |
Completed in 29 milliseconds