Home
last modified time | relevance | path

Searched refs:format_chars (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dc-format.c1308 const char *format_chars; in check_format_arg() local
1400 format_chars = TREE_STRING_POINTER (format_tree); in check_format_arg()
1423 format_chars += offset; in check_format_arg()
1436 if (format_chars[--format_length] != 0) in check_format_arg()
1454 check_format_info_main (res, info, format_chars, format_length, in check_format_arg()
1468 function_format_info *info, const char *format_chars, in check_format_info_main() argument
1472 const char *orig_format_chars = format_chars; in check_format_info_main()
1508 const char *format_start = format_chars; in check_format_info_main()
1509 if (*format_chars == 0) in check_format_info_main()
1511 if (format_chars - orig_format_chars != format_length) in check_format_info_main()
[all …]
Dc-format.h129 const char *format_chars; member
DChangeLog-200010918 and precision. Always increment format_chars to advance past the