Home
last modified time | relevance | path

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

/trueos/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;
/trueos/lib/libc/stdio/
HDMakefile.inc24 vfscanf.c \
77 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \
HDSymbol.map96 vfscanf;
HDvfscanf.c107 __weak_reference(__vfscanf, vfscanf);
/trueos/contrib/libc++/include/
Dcstdio64 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99
148 using ::vfscanf;
/trueos/contrib/libstdc++/include/c_compatibility/
Dstdio.h56 using std::vfscanf;
/trueos/lib/libsm/
HDMakefile30 vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \
/trueos/contrib/libstdc++/include/tr1/
Dcstdio49 using std::vfscanf;
/trueos/contrib/ncurses/ncurses/base/
HDvsscanf.c178 return (vfscanf(&strbuf, format, ap)); in vsscanf()
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLibraryInfo.h636 vfscanf, enumerator
/trueos/include/
HDstdio.h281 int vfscanf(FILE * __restrict, const char * __restrict, __va_list)
/trueos/contrib/llvm/lib/Transforms/IPO/
HDFunctionAttrs.cpp1437 case LibFunc::vfscanf: in inferPrototypeAttributes()
/trueos/contrib/gcc/
HDbuiltins.def548 DEF_C99_BUILTIN (BUILT_IN_VFSCANF, "vfscanf", BT_FN_INT_FILEPTR_CONST_STRING_VALIST_ARG, ATT…
/trueos/contrib/ncurses/
HDaclocal.m41343 return (vfscanf(&strbuf, "%d", ap))],[cf_cv_func_vsscanf=vfscanf],[
1359 vfscanf) AC_DEFINE(HAVE_VFSCANF);; #(vi
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def726 LIBBUILTIN(vfscanf, "iP*RcC*Ra", "fS:1:", "stdio.h", ALL_LANGUAGES)
/trueos/contrib/libstdc++/
Dacinclude.m4905 vfscanf(stderr, "%i", args);
DChangeLog-20013245 (vfscanf): Same.
Dconfigure7550 vfscanf(stderr, "%i", args);
/trueos/contrib/gcc/doc/
HDextend.texi1950 @code{snprintf}, @code{vsnprintf}, @code{vscanf}, @code{vfscanf} and
5716 @findex vfscanf
5813 @code{vfscanf}, @code{vscanf}, @code{vsnprintf} and @code{vsscanf}