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

/external/clang/test/Sema/
H A 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}}
/external/bison/darwin-lib/
H A 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/linux-lib/
H A 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/lib/
H A 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/chromium_org/third_party/libxml/src/
H A Dtrio.h191 # define vfscanf trio_vfscanf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h191 # define vfscanf trio_vfscanf macro
/external/libcxx/test/depr/depr.c.headers/
H A Dstdio_h.pass.cpp108 static_assert((std::is_same<decltype(vfscanf(fp,"",va)), int>::value), "");
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcstdio.disabled.cpp109 static_assert((std::is_same<decltype(std::vfscanf(fp,"",va)), int>::value), "");
/external/libxml2/
H A Dtrio.h191 # define vfscanf trio_vfscanf macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h664 /// int vfscanf(FILE *stream, const char *format, va_list arg);
665 vfscanf, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1454 case LibFunc::vfscanf:
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc762 INTERCEPTOR(int, vfscanf, void *stream, const char *format, va_list ap)
763 VSCANF_INTERCEPTOR_IMPL(vfscanf, true, stream, format, ap)
781 FORMAT_INTERCEPTOR_IMPL(fscanf, vfscanf, stream, format)
806 COMMON_INTERCEPT_FUNCTION(vfscanf);

Completed in 559 milliseconds