Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/stdio/
Dvswscanf.c84 r = __vfwscanf(&f, fmt, ap); in vswscanf()
Dlocal.h66 int __vfwscanf(FILE * __restrict, const wchar_t * __restrict, __va_list);
Dvfwscanf.c103 __vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, __va_list ap) in __vfwscanf() function
796 r = __vfwscanf(fp, fmt, ap); in vfwscanf()