Searched refs:vfwscanf (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dvwscanf.c45 return (vfwscanf(stdin, fmt, ap));
H A Dwscanf.c49 r = vfwscanf(stdin, fmt, ap);
H A Dfwscanf.c49 r = vfwscanf(fp, fmt, ap);
H A DMakefile.inc26 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
92 wscanf.3 vswscanf.3 wscanf.3 vfwscanf.3
H A Dvfwscanf.c440 vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, va_list ap) function
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h54 using std::vfwscanf;
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h98 # undef vfwscanf macro
169 using ::vfwscanf;
/freebsd-12-stable/include/
H A Dwchar.h192 int vfwscanf(FILE * __restrict, const wchar_t * __restrict,
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure7736 namespace test { using ::vfwscanf; }
[all...]

Completed in 252 milliseconds