Searched refs:vfscanf (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/Sema/ |
D | format-strings-scanf.c | 17 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/ |
D | stdio.in.h | 1217 # 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/ |
D | stdio.h | 1529 # 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/ |
D | stdio.h | 1529 # 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/ |
D | trio.h | 191 # define vfscanf trio_vfscanf macro
|
/external/chromium_org/third_party/libxml/src/ |
D | trio.h | 191 # define vfscanf trio_vfscanf macro
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | trio.h | 191 # define vfscanf trio_vfscanf macro
|
/external/libxslt/libxslt/ |
D | trio.h | 191 # define vfscanf trio_vfscanf macro
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 624 vfscanf, enumerator
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 522 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/ |
D | FunctionAttrs.cpp | 1435 case LibFunc::vfscanf: in inferPrototypeAttributes()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 720 LIBBUILTIN(vfscanf, "iP*RcC*Ra", "fS:1:", "stdio.h", ALL_LANGUAGES)
|