Searched refs:vfwprintf (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | vwprintf.c | 42 return (vfwprintf(stdout, fmt, ap)); in vwprintf()
|
H A D | wprintf.c | 46 ret = vfwprintf(stdout, fmt, ap); in wprintf()
|
H A D | fwprintf.c | 46 ret = vfwprintf(fp, fmt, ap); in fwprintf()
|
H A D | Makefile.inc | 23 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ 135 wprintf.3 vfwprintf.3 \
|
H A D | Symbol.map | 92 vfwprintf;
|
H A D | vfwprintf.c | 364 vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, va_list ap) in vfwprintf() function
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 33 using ::vfwprintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 33 using std::vfwprintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 37 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); 137 using ::vfwprintf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 143 int vfwprintf(FILE * __restrict, const wchar_t * __restrict,
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 863 SYMBOL(vfwprintf, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3081 SYMBOL(vfwprintf, std::, <cwchar>) 3082 SYMBOL(vfwprintf, None, <cwchar>) 3083 SYMBOL(vfwprintf, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3215 fun:vfwprintf=uninstrumented
|