Searched refs:vfwscanf (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vwscanf.c | 37 return (vfwscanf(stdin, fmt, ap)); in vwscanf()
|
D | wscanf.c | 40 r = vfwscanf(stdin, fmt, ap); in wscanf()
|
D | fwscanf.c | 40 r = vfwscanf(fp, fmt, ap); in fwscanf()
|
D | vfwscanf.c | 790 vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, __va_list ap) in vfwscanf() function
|
/bionic/libc/include/ |
D | wchar.h | 108 extern int vfwscanf(FILE*, const wchar_t*, va_list);
|
/bionic/libc/ |
D | Android.mk | 449 upstream-openbsd/lib/libc/stdio/vfwscanf.c \
|