Searched refs:c_ranges (Results 1 – 1 of 1) sorted by relevance
12933 scf_count_ranges_t c_ranges; in print_template_constraints() local12953 if (scf_tmpl_value_count_range_constraints(prt, &c_ranges) == 0) { in print_template_constraints()12957 for (i = 0; i < c_ranges.scr_num_ranges; ++i) { in print_template_constraints()12959 gettext("range"), c_ranges.scr_min[i], in print_template_constraints()12960 c_ranges.scr_max[i]); in print_template_constraints()12962 scf_count_ranges_destroy(&c_ranges); in print_template_constraints()12982 scf_count_ranges_t c_ranges; in print_template_choices() local13001 if (scf_tmpl_value_count_range_choices(prt, &c_ranges) == 0) { in print_template_choices()13002 for (i = 0; i < c_ranges.scr_num_ranges; ++i) { in print_template_choices()13007 gettext("range"), c_ranges.scr_min[i], in print_template_choices()[all …]