Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
H A Dfwscanf.c45 TEST(i, fwscanf(f, L" %n%*d%n", &x, &y), 0, "%d != %d"); in main()
56 TEST(i, fwscanf(f, L"%10[^]]%n%10[].]%n", a, &x, b, &y), 2, "%d != %d"); in main()
72 TEST(i, fwscanf(f, L"%lf%n %d", &u, &x, &y), 0, "%d != %d"); in main()
82 TEST(i, fwscanf(f, L"%lf%n%c %d", &u, &x, a, &y), 3, "%d != %d"); in main()
97 TEST(i, fwscanf(f, L"%lf%n %i", &u, &x, &y), 2, "%d != %d"); in main()
109 TEST(i, fwscanf(f, L"%x%n", &x, &y), 0, "%d != %d"); in main()
/third_party/musl/src/stdio/
H A Dfwscanf.c5 int fwscanf(FILE *restrict f, const wchar_t *restrict fmt, ...) in fwscanf() function
15 weak_alias(fwscanf,__isoc99_fwscanf);
/third_party/musl/libc-test/src/api/
H A Dstdio.c104 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwscanf;} in g()
H A Dwchar.c28 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwscanf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h120 int fwscanf (FILE *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h120 int fwscanf (FILE *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h120 int fwscanf (FILE *__restrict, const wchar_t *__restrict, ...);
/third_party/musl/include/
H A Dwchar.h120 int fwscanf (FILE *__restrict, const wchar_t *__restrict, ...);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp665 extern int fwscanf (__FILE *__restrict __stream,
14017 using ::fwscanf;
[all...]

Completed in 25 milliseconds