Searched refs:fwscanf (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | fwscanf.c | 45 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 D | fwscanf.c | 5 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 D | stdio.c | 104 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwscanf;} in g()
|
H A D | wchar.c | 28 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwscanf;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 120 int fwscanf (FILE *__restrict, const wchar_t *__restrict, ...);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 120 int fwscanf (FILE *__restrict, const wchar_t *__restrict, ...);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 120 int fwscanf (FILE *__restrict, const wchar_t *__restrict, ...);
|
/third_party/musl/include/ |
H A D | wchar.h | 120 int fwscanf (FILE *__restrict, const wchar_t *__restrict, ...);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 665 extern int fwscanf (__FILE *__restrict __stream, 14017 using ::fwscanf; [all...] |
Completed in 27 milliseconds