Searched refs:vfwscanf (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | vwscanf.c | 42 return (vfwscanf(stdin, fmt, ap)); in vwscanf()
|
H A D | wscanf.c | 46 r = vfwscanf(stdin, fmt, ap); in wscanf()
|
H A D | fwscanf.c | 46 r = vfwscanf(fp, fmt, ap); in fwscanf()
|
H A D | Makefile.inc | 23 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ 141 wscanf.3 vfwscanf.3
|
H A D | Symbol.map | 93 vfwscanf;
|
H A D | vfwscanf.c | 456 vfwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, va_list ap) in vfwscanf() function
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 34 using ::vfwscanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 34 using std::vfwscanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 38 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99 140 using ::vfwscanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 200 int vfwscanf(FILE * __restrict, const wchar_t * __restrict,
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 865 SYMBOL(vfwscanf, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3084 SYMBOL(vfwscanf, std::, <cwchar>) 3085 SYMBOL(vfwscanf, None, <cwchar>) 3086 SYMBOL(vfwscanf, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3216 fun:vfwscanf=uninstrumented
|