/src/usr.sbin/sysinst/ |
part_edit.c | 182 size_t popt_cnt, i; local in function:edit_part_type 188 popt_cnt = info->parts->pscheme->get_part_types_count() + 2; 189 type_opts = calloc(popt_cnt, sizeof(*type_opts)); 190 for (i = 0; i < popt_cnt; i++) { 193 type_menu = new_menu(NULL, type_opts, popt_cnt,
|
part_edit.c | 182 size_t popt_cnt, i; local in function:edit_part_type 188 popt_cnt = info->parts->pscheme->get_part_types_count() + 2; 189 type_opts = calloc(popt_cnt, sizeof(*type_opts)); 190 for (i = 0; i < popt_cnt; i++) { 193 type_menu = new_menu(NULL, type_opts, popt_cnt,
|
part_edit.c | 182 size_t popt_cnt, i; local in function:edit_part_type 188 popt_cnt = info->parts->pscheme->get_part_types_count() + 2; 189 type_opts = calloc(popt_cnt, sizeof(*type_opts)); 190 for (i = 0; i < popt_cnt; i++) { 193 type_menu = new_menu(NULL, type_opts, popt_cnt,
|