Home
last modified time | relevance | path

Searched refs:vfwscanf (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvwscanf.c37 return (vfwscanf(stdin, fmt, ap)); in vwscanf()
Dwscanf.c40 r = vfwscanf(stdin, fmt, ap); in wscanf()
Dfwscanf.c40 r = vfwscanf(fp, fmt, ap); in fwscanf()
Dvfwscanf.c790 vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, __va_list ap) in vfwscanf() function
/bionic/libc/include/
Dwchar.h108 extern int vfwscanf(FILE*, const wchar_t*, va_list);
/bionic/libc/
DAndroid.mk449 upstream-openbsd/lib/libc/stdio/vfwscanf.c \