Searched refs:vscanf (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | vscanf.c | 59 vscanf(const char * __restrict fmt, __va_list ap) in vscanf() function
|
H A D | Makefile.inc | 23 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ 120 scanf.3 vscanf.3 \
|
H A D | Symbol.map | 95 vscanf;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdio.inc | 56 using ::vscanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdio | 65 int vscanf(const char* restrict format, va_list arg); // C99 165 using ::vscanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdio.cppm |
|
H A D | cstdio.inc | 56 using std::vscanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/ncurses/man/ |
H A D | manhtml.externs | 79 vscanf(3)
|
/freebsd/include/ |
H A D | stdio.h | 321 int vscanf(const char * __restrict, __va_list) __scanflike(1, 0);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.def | 92 // S:N: -> similar to the s:N: attribute, but the function is like vscanf
|
H A D | Builtins.td | 2955 let Spellings = ["vscanf"];
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 2447 /// int vscanf(const char *format, va_list arg); 2448 TLI_DEFINE_ENUM_INTERNAL(vscanf) 2449 TLI_DEFINE_STRING_INTERNAL("vscanf")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 869 SYMBOL(vscanf, None, <stdio.h>)
|
H A D | StdSymbolMap.inc | 3093 SYMBOL(vscanf, std::, <cstdio>) 3094 SYMBOL(vscanf, None, <cstdio>) 3095 SYMBOL(vscanf, None, <stdio.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1486 INTERCEPTOR(int, vscanf, const char *format, va_list ap) 1487 VSCANF_INTERCEPTOR_IMPL(vscanf, true, format, ap) 1518 FORMAT_INTERCEPTOR_IMPL(scanf, vscanf, format) 1553 COMMON_INTERCEPT_FUNCTION_LDBL(vscanf); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3221 fun:vscanf=uninstrumented
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 10847 vscan from strstreambuf to follow standard, use wrapper for C vscanf
|