Searched refs:vfscanf (Results 1 – 7 of 7) 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 | 846 PRINTF_IMPL(vfscanf(fp, fmt, ap)); in fscanf() 958 PRINTF_IMPL(vfscanf(stdin, fmt, ap)); in scanf() 1001 int vfscanf(FILE* fp, const char* fmt, va_list ap) { in vfscanf() function 1021 return vfscanf(stdin, fmt, ap); in vscanf()
|
/bionic/libc/include/ |
D | stdio.h | 220 int vfscanf(FILE* __fp, const char* __fmt, va_list __args) __scanflike(2, 0);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1115 vfscanf
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1137 vfscanf;
|
/bionic/libc/ |
D | libc.map.txt | 1137 vfscanf;
|
D | Android.bp | 18 "stdio/vfscanf.cpp",
|