Searched refs:fscanf (Results 1 – 12 of 12) sorted by relevance
/bionic/tests/headers/posix/ |
D | stdio_h.c | 98 FUNCTION(fscanf, int (*f)(FILE*, const char*, ...)); in stdio_h()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_027.S | 317 CALL(fscanf)
|
D | liblinker_reloc_bench_081.S | 341 CALL(fscanf)
|
D | liblinker_reloc_bench_092.S | 2764 CALL(fscanf)
|
/bionic/libc/include/ |
D | stdio.h | 117 int fscanf(FILE* __fp, const char* __fmt, ...) __scanflike(2, 3);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 300 fscanf
|
/bionic/tests/ |
D | stdlib_test.cpp | 949 ASSERT_EQ(3, fscanf(fp.get(), "%lf %lf %lf", &expected[0], &expected[1], &expected[2])); in TEST()
|
D | time_test.cpp | 866 fscanf(fp.get(), "%ld", &pid_max); in GetInvalidPid()
|
D | pthread_test.cpp | 2327 ASSERT_EQ(1, fscanf(fp, "%ld", &pid_max)); in TEST()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 837 int fscanf(FILE* fp, const char* fmt, ...) { in fscanf() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 384 fscanf;
|
/bionic/libc/ |
D | libc.map.txt | 384 fscanf;
|