Home
last modified time | relevance | path

Searched refs:__vfwscanf (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvswscanf.c84 r = __vfwscanf(&f, fmt, ap); in vswscanf()
/aosp12/bionic/libc/stdio/
H A Dlocal.h214 int __vfwscanf(FILE*, const wchar_t*, va_list);
H A Dvfwscanf.c131 int __vfwscanf(FILE* __restrict fp, const wchar_t* __restrict fmt, __va_list ap) { in __vfwscanf() function
H A Dstdio.cpp1006 return __vfwscanf(fp, fmt, ap); in vfwscanf()