Searched refs:vscanf (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Sema/ |
D | format-strings-scanf.c | 16 int vscanf(const char * restrict, va_list); 79 vscanf("%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}} in test_variants()
|
D | format-strings.c | 20 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/ |
D | trio.h | 185 # define vscanf trio_vscanf macro
|
/external/libxml2/ |
D | trio.h | 185 # define vscanf trio_vscanf macro
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 78 // 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)
|