Searched refs:format_start (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | c-format.c | 1508 const char *format_start = format_chars; in check_format_info_main() local 2142 check_format_types (first_wanted_type, format_start, in check_format_info_main() 2143 format_chars - format_start); in check_format_info_main() 2162 check_format_types (format_wanted_type *types, const char *format_start, in check_format_types() argument 2255 format_type_warning (types->name, format_start, format_length, in check_format_types() 2304 format_type_warning (types->name, format_start, format_length, in check_format_types() 2322 format_type_warning (const char *descr, const char *format_start, in format_type_warning() argument 2365 format_length, format_start, wanted_type_name, p, in format_type_warning() 2377 format_length, format_start, wanted_type, p, arg_num, arg_type); in format_type_warning()
|