Home
last modified time | relevance | path

Searched refs:swscanf (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dswscanf.c30 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 Dswscanf.c4 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 Dstdio.c108 {int(*p)(const wchar_t*restrict,const wchar_t*restrict,...) = swscanf;} in g()
H A Dwchar.c38 {int(*p)(const wchar_t*restrict,const wchar_t*restrict,...) = swscanf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h121 int swscanf (const wchar_t *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h121 int swscanf (const wchar_t *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h121 int swscanf (const wchar_t *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/include/
H A Dwchar.h121 int swscanf (const wchar_t *__restrict, const wchar_t *__restrict, ...);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp675 extern int swscanf (const wchar_t *__restrict __s,
14029 using ::swscanf;
[all...]

Completed in 25 milliseconds