Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libstdc++/include/c_std/
Dstd_cstdio.h151 #undef vscanf
162 extern "C" int (vscanf)(const char * restrict, __gnuc_va_list);
172 using ::vscanf;
183 using ::__gnu_cxx::vscanf;
/freebsd-12-stable/lib/libc/stdio/
Dvscanf.c65 vscanf(const char * __restrict fmt, __va_list ap) in vscanf() function
DMakefile.inc26 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
83 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
DSymbol.map100 vscanf;
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dcstdio65 int vscanf(const char* restrict format, va_list arg); // C99
163 using ::vscanf _LIBCPP_USING_IF_EXISTS;
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
Dstdio.h58 using std::vscanf;
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dcstdio50 using std::vscanf;
/freebsd-12-stable/include/
Dstdio.h307 int vscanf(const char * __restrict, __va_list) __scanflike(1, 0);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1450 /// int vscanf(const char *format, va_list arg);
1451 TLI_DEFINE_ENUM_INTERNAL(vscanf)
1452 TLI_DEFINE_STRING_INTERNAL("vscanf")
/freebsd-12-stable/contrib/gcc/
Dbuiltins.def550 DEF_C99_BUILTIN (BUILT_IN_VSCANF, "vscanf", BT_FN_INT_CONST_STRING_VALIST_ARG, ATTR_FORMAT_S…
DChangeLog-200331301 vsnprintf, vscanf, vsscanf): Don't define attributes here.
31303 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
DChangeLog-20006113 vscanf function is called by a function without its own printf or
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DBuiltins.def96 // S:N: -> similar to the s:N: attribute, but the function is like vscanf
1021 LIBBUILTIN(vscanf, "icC*Ra", "fS:0:", "stdio.h", ALL_LANGUAGES)
/freebsd-12-stable/contrib/libstdc++/
Dacinclude.m4897 # Check for the existence in <stdio.h> of vscanf, et. al.
906 vscanf("%i", args);
DChangeLog-20013246 (vscanf): Same.
Dconfigure7551 vscanf("%i", args);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc1516 INTERCEPTOR(int, vscanf, const char *format, va_list ap)
1517 VSCANF_INTERCEPTOR_IMPL(vscanf, true, format, ap)
1538 FORMAT_INTERCEPTOR_IMPL(scanf, vscanf, format)
1564 COMMON_INTERCEPT_FUNCTION_LDBL(vscanf); \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3215 fun:vscanf=uninstrumented
/freebsd-12-stable/contrib/gcc/doc/
Dextend.texi1950 @code{snprintf}, @code{vsnprintf}, @code{vscanf}, @code{vfscanf} and
5718 @findex vscanf
5813 @code{vfscanf}, @code{vscanf}, @code{vsnprintf} and @code{vsscanf}
Dinvoke.texi3123 @code{vprintf} or @code{vscanf}, but this might not always be the
/freebsd-12-stable/contrib/ncurses/
DNEWS6466 vscan from strstreambuf to follow standard, use wrapper for C vscanf