Searched refs:vscanf (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Sema/
H A Dformat-strings-scanf.c16 int vscanf(const char * restrict, va_list);
79 vscanf("%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}}
H A Dformat-strings.c21 int vscanf(const char *restrict format, va_list arg);
47 vscanf(s, ap); // expected-warning {{format string is not a string literal}}
62 // When calling a non-variadic format function (vprintf, vscanf, NSLogv, ...),
81 vscanf(s, ap); // expected-warning {{format string is not a string literal}}
/external/bison/darwin-lib/
H A Dstdio.h1583 # undef vscanf
1584 # define vscanf rpl_vscanf
1586 _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args)
1589 _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args));
1591 _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args));
1593 _GL_CXXALIASWARN (vscanf);
/external/bison/linux-lib/
H A Dstdio.h1583 # undef vscanf
1584 # define vscanf rpl_vscanf
1586 _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args)
1589 _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args));
1591 _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args));
1593 _GL_CXXALIASWARN (vscanf);
/external/bison/lib/
H A Dstdio.in.h1271 # undef vscanf
1272 # define vscanf rpl_vscanf
1274 _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args)
1277 _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args));
1279 _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args));
1281 _GL_CXXALIASWARN (vscanf);
/external/chromium_org/third_party/libxml/src/
H A Dtrio.h185 # define vscanf trio_vscanf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h185 # define vscanf trio_vscanf macro
/external/libcxx/test/depr/depr.c.headers/
H A Dstdio_h.pass.cpp110 static_assert((std::is_same<decltype(vscanf("",va)), int>::value), "");
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcstdio.disabled.cpp111 static_assert((std::is_same<decltype(std::vscanf("",va)), int>::value), "");
/external/libxml2/
H A Dtrio.h185 # define vscanf trio_vscanf macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h668 /// int vscanf(const char *format, va_list arg);
669 vscanf, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1436 case LibFunc::vscanf:
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc756 INTERCEPTOR(int, vscanf, const char *format, va_list ap)
757 VSCANF_INTERCEPTOR_IMPL(vscanf, true, format, ap)
778 FORMAT_INTERCEPTOR_IMPL(scanf, vscanf, format)
804 COMMON_INTERCEPT_FUNCTION(vscanf); \

Completed in 2014 milliseconds