Home
last modified time | relevance | path

Searched refs:vfscanf (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cstdio.h150 #undef vfscanf
161 (vfscanf)(FILE * restrict, const char * restrict, __gnuc_va_list);
171 using ::vfscanf;
182 using ::__gnu_cxx::vfscanf;
/freebsd-9-stable/lib/libc/stdio/
DMakefile.inc24 vfscanf.c \
76 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
DSymbol.map96 vfscanf;
Dvfscanf.c107 __weak_reference(__vfscanf, vfscanf);
/freebsd-9-stable/contrib/libc++/include/
Dcstdio64 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99
148 using ::vfscanf;
/freebsd-9-stable/contrib/libstdc++/include/c_compatibility/
Dstdio.h56 using std::vfscanf;
/freebsd-9-stable/lib/libsm/
DMakefile30 vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \
/freebsd-9-stable/contrib/libstdc++/include/tr1/
Dcstdio49 using std::vfscanf;
/freebsd-9-stable/contrib/ncurses/ncurses/base/
Dvsscanf.c178 return (vfscanf(&strbuf, format, ap)); in vsscanf()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h636 vfscanf, enumerator
/freebsd-9-stable/include/
Dstdio.h281 int vfscanf(FILE * __restrict, const char * __restrict, __va_list)
/freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1437 case LibFunc::vfscanf: in inferPrototypeAttributes()
/freebsd-9-stable/contrib/gcc/
Dbuiltins.def548 DEF_C99_BUILTIN (BUILT_IN_VFSCANF, "vfscanf", BT_FN_INT_FILEPTR_CONST_STRING_VALIST_ARG, ATT…
/freebsd-9-stable/contrib/ncurses/
Daclocal.m41343 return (vfscanf(&strbuf, "%d", ap))],[cf_cv_func_vsscanf=vfscanf],[
1359 vfscanf) AC_DEFINE(HAVE_VFSCANF);; #(vi
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def726 LIBBUILTIN(vfscanf, "iP*RcC*Ra", "fS:1:", "stdio.h", ALL_LANGUAGES)
/freebsd-9-stable/contrib/libstdc++/
Dacinclude.m4905 vfscanf(stderr, "%i", args);
DChangeLog-20013245 (vfscanf): Same.
Dconfigure7550 vfscanf(stderr, "%i", args);
/freebsd-9-stable/contrib/gcc/doc/
Dextend.texi1943 @code{snprintf}, @code{vsnprintf}, @code{vscanf}, @code{vfscanf} and
5693 @findex vfscanf
5790 @code{vfscanf}, @code{vscanf}, @code{vsnprintf} and @code{vsscanf}