Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDvswscanf.c94 r = __vfwscanf(&f, locale, fmt, ap); in vswscanf_l()
HDlocal.h82 extern int __vfwscanf(FILE * __restrict, locale_t, const wchar_t * __restrict,
HDvfwscanf.c433 ret = __vfwscanf(fp, locale, fmt, ap); in vfwscanf_l()
447 __vfwscanf(FILE * __restrict fp, locale_t locale, in __vfwscanf() function