Searched refs:kFormat6 (Results 1 – 5 of 5) sorted by relevance
35 const char kFormat6[] = "%00d"; in pr9751() local37 scanf(kFormat6, i); in pr9751()
520 const char kFormat6[] = "%s"; // expected-note{{format string is defined here}} in pr9751() local521 …printf(kFormat6, 5); // expected-warning{{format specifies type 'char *' but the argument has type… in pr9751()
509 const char kFormat6[] = "%s"; // expected-note{{format string is defined here}} in pr9751() local510 …printf(kFormat6, 5); // expected-warning{{format specifies type 'char *' but the argument has type… in pr9751()
39 kFormat6 = 6, enumerator