Searched refs:vscanf (Results 1 – 20 of 20) sorted by relevance
| /freebsd-9-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-9-stable/lib/libc/stdio/ |
| D | vscanf.c | 66 vscanf(fmt, ap) in vscanf() function
|
| D | Makefile.inc | 25 vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ 76 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
|
| D | Symbol.map | 100 vscanf;
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cstdio | 66 int vscanf(const char* restrict format, va_list arg); // C99 149 using ::vscanf;
|
| /freebsd-9-stable/contrib/libstdc++/include/c_compatibility/ |
| D | stdio.h | 58 using std::vscanf;
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | cstdio | 50 using std::vscanf;
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 640 vscanf, enumerator
|
| /freebsd-9-stable/include/ |
| D | stdio.h | 283 int vscanf(const char * __restrict, __va_list) __scanflike(1, 0);
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 83 // S:N: -> similar to the s:N: attribute, but the function is like vscanf 725 LIBBUILTIN(vscanf, "icC*Ra", "fS:0:", "stdio.h", ALL_LANGUAGES)
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/ |
| D | FunctionAttrs.cpp | 1419 case LibFunc::vscanf: in inferPrototypeAttributes()
|
| /freebsd-9-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-9-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-9-stable/contrib/gcc/doc/ |
| D | extend.texi | 1943 @code{snprintf}, @code{vsnprintf}, @code{vscanf}, @code{vfscanf} and 5695 @findex vscanf 5790 @code{vfscanf}, @code{vscanf}, @code{vsnprintf} and @code{vsscanf}
|
| D | invoke.texi | 3099 @code{vprintf} or @code{vscanf}, but this might not always be the
|
| /freebsd-9-stable/contrib/ncurses/ |
| D | NEWS | 4043 vscan from strstreambuf to follow standard, use wrapper for C vscanf 7992 + clarify ncurses 'i' test (drop vscanf subtest)
|