Home
last modified time | relevance | path

Searched refs:vscanf (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Sema/
Dformat-strings-scanf.c16 int vscanf(const char * restrict, va_list);
79 vscanf("%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}} in test_variants()
Dformat-strings.c20 int vscanf(const char *restrict format, va_list arg);
46 vscanf(s, ap); // expected-warning {{format string is not a string literal}} in check_string_literal()
77 vscanf(s, ap); // expected-warning {{format string is not a string literal}} in check_string_literal2()
/external/libxslt/libxslt/
Dtrio.h185 # define vscanf trio_vscanf macro
/external/libxml2/
Dtrio.h185 # define vscanf trio_vscanf macro
/external/clang/include/clang/Basic/
DBuiltins.def78 // S:N: -> similar to the s:N: attribute, but the function is like vscanf
712 LIBBUILTIN(vscanf, "icC*Ra", "fS:0:", "stdio.h", ALL_LANGUAGES)