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

/freebsd-11-stable/lib/libc/stdio/
H A Dvwscanf.c43 return (vfwscanf(stdin, fmt, ap));
H A Dwscanf.c47 r = vfwscanf(stdin, fmt, ap);
H A Dfwscanf.c47 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.c44 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/vfwscanf.c 320942 2017-07-13 09:27:11Z kib $");
438 vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, va_list ap) function
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h54 using std::vfwscanf;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h98 # undef vfwscanf macro
169 using ::vfwscanf;
/freebsd-11-stable/include/
H A Dwchar.h190 int vfwscanf(FILE * __restrict, const wchar_t * __restrict,
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7736 namespace test { using ::vfwscanf; }
[all...]

Completed in 135 milliseconds