Searched refs:global_fmt (Results 1 – 1 of 1) sorted by relevance
23 char * global_fmt; variable50 vsnprintf(buf,2,global_fmt,ap); // expected-warning {{format string is not a string literal}} in check_string_literal()52 …__builtin___vsnprintf_chk(buf,2,0,-1,global_fmt,ap); // expected-warning {{format string is not a … in check_string_literal()