Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
H A Dvswscanf.c27 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function
38 weak_alias(vswscanf,__isoc99_vswscanf);
H A Dswscanf.c9 ret = vswscanf(s, fmt, ap); in swscanf()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvswscanf.c29 vswscanf(buffer, format, args); in get_str_value()
36 * @tc.desc : Test the vswscanf function to read data from the wide character buffer and store it in the
46 t_error("%s vswscanf get result is %d are not want 0\n", __func__, result); in vswscanf_0100()
49 t_error("%s vswscanf error %ls are not eq %ls\n", __func__, symbol, str); in vswscanf_0100()
65 t_error("%s vswscanf get result is %d are not want 0\n", __func__, result); in vswscanf_0200()
68 t_error("%s vswscanf error %ls are not eq ABC\n", __func__, str); in vswscanf_0200()
71 t_error("%s vswscanf error %ls are not eq DEF\n", __func__, strs); in vswscanf_0200()
/third_party/musl/libc-test/src/api/
H A Dstdio.c129 {int(*p)(const wchar_t*restrict,const wchar_t*restrict,va_list) = vswscanf;} in h()
H A Dwchar.c43 {int(*p)(const wchar_t*restrict,const wchar_t*restrict,va_list) = vswscanf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h125 int vswscanf (const wchar_t *__restrict, const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h125 int vswscanf (const wchar_t *__restrict, const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h125 int vswscanf (const wchar_t *__restrict, const wchar_t *__restrict, __isoc_va_list);
/third_party/musl/include/
H A Dwchar.h125 int vswscanf (const wchar_t *__restrict, const wchar_t *__restrict, __isoc_va_list);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp691 extern int vswscanf (const wchar_t *__restrict __s,
14039 using ::vswscanf;
14140 using std::vswscanf;
[all...]

Completed in 32 milliseconds