Searched refs:__vfwscanf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dvswscanf.c80 * __vfwscanf() will convert back to wide characters.
94 r = __vfwscanf(&f, locale, fmt, ap);
H A Dlocal.h85 extern int __vfwscanf(FILE * __restrict, locale_t, const wchar_t * __restrict,
H A Dvfwscanf.c433 ret = __vfwscanf(fp, locale, fmt, ap);
447 __vfwscanf(FILE * __restrict fp, locale_t locale, function

Completed in 62 milliseconds