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

/freebsd-11-stable/lib/libc/stdio/
H A Dvwprintf.c43 return (vfwprintf(stdout, fmt, ap));
H A Dwprintf.c47 ret = vfwprintf(stdout, fmt, ap);
H A Dfwprintf.c47 ret = vfwprintf(fp, fmt, ap);
H A DMakefile.inc26 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
90 wprintf.3 vwprintf.3 wprintf.3 vfwprintf.3 wprintf.3 vswprintf.3
H A Dvfwprintf.c44 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/vfwprintf.c 320942 2017-07-13 09:27:11Z kib $");
370 vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, va_list ap) function
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h52 using std::vfwprintf;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h96 #undef vfwprintf macro
167 using ::vfwprintf;
/freebsd-11-stable/include/
H A Dwchar.h135 int vfwprintf(FILE * __restrict, const wchar_t * __restrict,
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7072 using ::vfwprintf;
[all...]

Completed in 155 milliseconds