Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dvswscanf.c87 r = __vfwscanf(&f, locale, fmt, ap); in vswscanf_l()
H A Dlocal.h84 extern int __vfwscanf(FILE * __restrict, locale_t, const wchar_t * __restrict,
H A Dvfwscanf.c451 ret = __vfwscanf(fp, locale, fmt, ap); in vfwscanf_l()
465 __vfwscanf(FILE * __restrict fp, locale_t locale, in __vfwscanf() function