Searched refs:printf_length_specs (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-format.c | 429 static const format_length_info printf_length_specs[] = variable 886 { "gnu_printf", printf_length_specs, print_char_table, " +#0-'I", NULL, 3290 get_modifier_for_format_len (printf_length_specs, FMT_LEN_h)); in test_get_modifier_for_format_len() 3292 get_modifier_for_format_len (printf_length_specs, FMT_LEN_hh)); in test_get_modifier_for_format_len() 3294 get_modifier_for_format_len (printf_length_specs, FMT_LEN_L)); in test_get_modifier_for_format_len() 3296 get_modifier_for_format_len (printf_length_specs, FMT_LEN_none)); in test_get_modifier_for_format_len()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-format.c | 411 static const format_length_info printf_length_specs[] = variable 832 { "gnu_printf", printf_length_specs, print_char_table, " +#0-'I", NULL,
|