Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dformat-strings-scanf.c17 int vfscanf(FILE * restrict, const char * restrict, va_list);
80 vfscanf(f, "%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}} in test_variants()
/external/bison/lib/
Dstdio.in.h1217 # undef vfscanf
1218 # define vfscanf rpl_vfscanf
1220 _GL_FUNCDECL_RPL (vfscanf, int,
1224 _GL_CXXALIAS_RPL (vfscanf, int,
1227 _GL_CXXALIAS_SYS (vfscanf, int,
1230 _GL_CXXALIASWARN (vfscanf);
/external/bison/linux-lib/
Dstdio.h1529 # undef vfscanf
1530 # define vfscanf rpl_vfscanf
1532 _GL_FUNCDECL_RPL (vfscanf, int,
1536 _GL_CXXALIAS_RPL (vfscanf, int,
1539 _GL_CXXALIAS_SYS (vfscanf, int,
1542 _GL_CXXALIASWARN (vfscanf);
/external/bison/darwin-lib/
Dstdio.h1529 # undef vfscanf
1530 # define vfscanf rpl_vfscanf
1532 _GL_FUNCDECL_RPL (vfscanf, int,
1536 _GL_CXXALIAS_RPL (vfscanf, int,
1539 _GL_CXXALIAS_SYS (vfscanf, int,
1542 _GL_CXXALIASWARN (vfscanf);
/external/libxml2/
Dtrio.h191 # define vfscanf trio_vfscanf macro
/external/chromium_org/third_party/libxml/src/
Dtrio.h191 # define vfscanf trio_vfscanf macro
/external/chromium_org/third_party/libxslt/libxslt/
Dtrio.h191 # define vfscanf trio_vfscanf macro
/external/libxslt/libxslt/
Dtrio.h191 # define vfscanf trio_vfscanf macro
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h624 vfscanf, enumerator
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc522 INTERCEPTOR(int, vfscanf, void *stream, const char *format, va_list ap)
523 VSCANF_INTERCEPTOR_IMPL(vfscanf, true, stream, format, ap)
552 SCANF_INTERCEPTOR_IMPL(fscanf, vfscanf, stream, format)
574 INTERCEPT_FUNCTION(vfscanf); \
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1435 case LibFunc::vfscanf: in inferPrototypeAttributes()
/external/clang/include/clang/Basic/
DBuiltins.def720 LIBBUILTIN(vfscanf, "iP*RcC*Ra", "fS:1:", "stdio.h", ALL_LANGUAGES)