Searched refs:vfscanf (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vscanf.c | 40 return (vfscanf(stdin, fmt, ap)); in vscanf()
|
D | scanf.c | 45 ret = vfscanf(stdin, fmt, ap); in scanf()
|
D | fscanf.c | 45 ret = vfscanf(fp, fmt, ap); in fscanf()
|
D | vfscanf.c | 961 vfscanf(FILE *fp, const char *fmt0, __va_list ap) in vfscanf() function
|
/bionic/libstdc++/include/ |
D | cstdio | 90 using ::vfscanf;
|
/bionic/libc/include/ |
D | stdio.h | 288 int vfscanf(FILE * __restrict, const char * __restrict, __va_list)
|
/bionic/libc/ |
D | Android.mk | 447 upstream-openbsd/lib/libc/stdio/vfscanf.c \
|