Searched refs:swscanf (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | swscanf.c | 30 wchar_t wstr[] = L"swscanf 123"; in swscanf_0100() 33 int result = swscanf(wstr, L"%ls %d", tmp, &i); in swscanf_0100() 35 t_error("%s swscanf failed\n", __func__); in swscanf_0100() 42 if (wcscmp(tmp, L"swscanf")) { in swscanf_0100() 43 t_error("%s wide string is %s not swscanf\n", __func__, tmp); in swscanf_0100() 54 wchar_t wstr[] = L"swscanf 123"; in swscanf_0200() 58 int result = swscanf(wstr, L"%ls %ls", tmp1, tmp2); in swscanf_0200() 60 t_error("%s swscanf failed\n", __func__); in swscanf_0200() 63 if (wcscmp(tmp1, L"swscanf")) { in swscanf_0200() 64 t_error("%s tmp1 = %s is not want swscanf\ in swscanf_0200() [all...] |
/third_party/musl/src/stdio/ |
H A D | swscanf.c | 4 int swscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, ...) in swscanf() function 14 weak_alias(swscanf,__isoc99_swscanf);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 108 {int(*p)(const wchar_t*restrict,const wchar_t*restrict,...) = swscanf;} in g()
|
H A D | wchar.c | 38 {int(*p)(const wchar_t*restrict,const wchar_t*restrict,...) = swscanf;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 121 int swscanf (const wchar_t *__restrict, const wchar_t *__restrict, ...);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 121 int swscanf (const wchar_t *__restrict, const wchar_t *__restrict, ...);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 121 int swscanf (const wchar_t *__restrict, const wchar_t *__restrict, ...);
|
/third_party/musl/include/ |
H A D | wchar.h | 121 int swscanf (const wchar_t *__restrict, const wchar_t *__restrict, ...);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 675 extern int swscanf (const wchar_t *__restrict __s, 14029 using ::swscanf; [all...] |
Completed in 25 milliseconds