Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-format.c1306 int format_length; in check_format_arg() local
1401 format_length = TREE_STRING_LENGTH (format_tree); in check_format_arg()
1412 && format_length > array_size_value) in check_format_arg()
1413 format_length = array_size_value; in check_format_arg()
1418 if (offset >= format_length) in check_format_arg()
1424 format_length -= offset; in check_format_arg()
1426 if (format_length < 1) in check_format_arg()
1431 if (format_length == 1) in check_format_arg()
1436 if (format_chars[--format_length] != 0) in check_format_arg()
1469 int format_length, tree params, in check_format_info_main() argument
[all …]