Home
last modified time | relevance | path

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

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