Home
last modified time | relevance | path

Searched refs:vscanf (Results 1 – 17 of 17) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dvscanf.c59 vscanf(const char * __restrict fmt, __va_list ap) in vscanf() function
H A DMakefile.inc23 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
120 scanf.3 vscanf.3 \
H A DSymbol.map95 vscanf;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc56 using ::vscanf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio65 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 Dcstdio.cppm
H A Dcstdio.inc56 using std::vscanf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/ncurses/man/
H A Dmanhtml.externs79 vscanf(3)
/freebsd/include/
H A Dstdio.h321 int vscanf(const char * __restrict, __va_list) __scanflike(1, 0);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def92 // S:N: -> similar to the s:N: attribute, but the function is like vscanf
H A DBuiltins.td2955 let Spellings = ["vscanf"];
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2447 /// 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 DCSymbolMap.inc869 SYMBOL(vscanf, None, <stdio.h>)
H A DStdSymbolMap.inc3093 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 Dsanitizer_common_interceptors.inc1486 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 Dlibc_ubuntu1404_abilist.txt3221 fun:vscanf=uninstrumented
/freebsd/contrib/ncurses/
H A DNEWS10847 vscan from strstreambuf to follow standard, use wrapper for C vscanf