Searched refs:vfscanf (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/headers/posix/ |
D | stdio_h.c | 140 FUNCTION(vfscanf, int (*f)(FILE*, const char*, va_list)); in stdio_h()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 844 PRINTF_IMPL(vfscanf(fp, fmt, ap)); in fscanf() 956 PRINTF_IMPL(vfscanf(stdin, fmt, ap)); in scanf() 999 int vfscanf(FILE* fp, const char* fmt, va_list ap) { in vfscanf() function 1019 return vfscanf(stdin, fmt, ap); in vscanf()
|
/bionic/libc/include/ |
D | stdio.h | 264 int vfscanf(FILE* __fp, const char* __fmt, va_list __args) __scanflike(2, 0);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1115 vfscanf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_033.S | 620 CALL(vfscanf)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1137 vfscanf;
|
/bionic/libc/ |
D | libc.map.txt | 1137 vfscanf;
|
D | Android.bp | 19 "stdio/vfscanf.cpp",
|