Searched refs:vscanf (Results 1 – 21 of 21) sorted by relevance
| /freebsd-12-stable/contrib/libstdc++/include/c_std/ |
| D | std_cstdio.h | 151 #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/ |
| D | vscanf.c | 65 vscanf(const char * __restrict fmt, __va_list ap) in vscanf() function
|
| D | Makefile.inc | 26 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 \
|
| D | Symbol.map | 100 vscanf;
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | cstdio | 65 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/ |
| D | stdio.h | 58 using std::vscanf;
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | cstdio | 50 using std::vscanf;
|
| /freebsd-12-stable/include/ |
| D | stdio.h | 307 int vscanf(const char * __restrict, __va_list) __scanflike(1, 0);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetLibraryInfo.def | 1450 /// 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/ |
| D | builtins.def | 550 DEF_C99_BUILTIN (BUILT_IN_VSCANF, "vscanf", BT_FN_INT_CONST_STRING_VALIST_ARG, ATTR_FORMAT_S…
|
| D | ChangeLog-2003 | 31301 vsnprintf, vscanf, vsscanf): Don't define attributes here. 31303 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
|
| D | ChangeLog-2000 | 6113 vscanf function is called by a function without its own printf or
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | Builtins.def | 96 // 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++/ |
| D | acinclude.m4 | 897 # Check for the existence in <stdio.h> of vscanf, et. al. 906 vscanf("%i", args);
|
| D | ChangeLog-2001 | 3246 (vscanf): Same.
|
| D | configure | 7551 vscanf("%i", args);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 1516 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/ |
| D | libc_ubuntu1404_abilist.txt | 3215 fun:vscanf=uninstrumented
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | extend.texi | 1950 @code{snprintf}, @code{vsnprintf}, @code{vscanf}, @code{vfscanf} and 5718 @findex vscanf 5813 @code{vfscanf}, @code{vscanf}, @code{vsnprintf} and @code{vsscanf}
|
| D | invoke.texi | 3123 @code{vprintf} or @code{vscanf}, but this might not always be the
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | NEWS | 6466 vscan from strstreambuf to follow standard, use wrapper for C vscanf
|