Searched refs:popt_cnt (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.sbin/sysinst/
H A Dpart_edit.c182 size_t popt_cnt, i; local
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,

Completed in 173 milliseconds