Home
last modified time | relevance | path

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

/freebsd-9-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-9-stable/lib/libc/stdio/
Dvscanf.c66 vscanf(fmt, ap) in vscanf() function
DMakefile.inc25 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 \
DSymbol.map100 vscanf;
/freebsd-9-stable/contrib/libc++/include/
Dcstdio66 int vscanf(const char* restrict format, va_list arg); // C99
149 using ::vscanf;
/freebsd-9-stable/contrib/libstdc++/include/c_compatibility/
Dstdio.h58 using std::vscanf;
/freebsd-9-stable/contrib/libstdc++/include/tr1/
Dcstdio50 using std::vscanf;
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h640 vscanf, enumerator
/freebsd-9-stable/include/
Dstdio.h283 int vscanf(const char * __restrict, __va_list) __scanflike(1, 0);
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def83 // 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/
DFunctionAttrs.cpp1419 case LibFunc::vscanf: in inferPrototypeAttributes()
/freebsd-9-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-9-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-9-stable/contrib/gcc/doc/
Dextend.texi1943 @code{snprintf}, @code{vsnprintf}, @code{vscanf}, @code{vfscanf} and
5695 @findex vscanf
5790 @code{vfscanf}, @code{vscanf}, @code{vsnprintf} and @code{vsscanf}
Dinvoke.texi3099 @code{vprintf} or @code{vscanf}, but this might not always be the
/freebsd-9-stable/contrib/ncurses/
DNEWS4043 vscan from strstreambuf to follow standard, use wrapper for C vscanf
7992 + clarify ncurses 'i' test (drop vscanf subtest)