| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-options.c | 581 int c, i, argc, num_opts, save_opterr; local 598 num_opts = 0; 601 ++num_opts; 605 ++num_opts; 612 long_options = NZALLOC (struct option, num_opts + 1); 614 short_options = NZALLOC (char, num_opts * 3 + 1); 616 handlers = NZALLOC (OPTION_HANDLER *, OPTION_START + num_opts); 617 orig_val = NZALLOC (int, OPTION_START + num_opts); 618 opt_cpu = NZALLOC (sim_cpu *, OPTION_START + num_opts);
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-options.c | 581 int c, i, argc, num_opts, save_opterr; local 598 num_opts = 0; 601 ++num_opts; 605 ++num_opts; 612 long_options = NZALLOC (struct option, num_opts + 1); 614 short_options = NZALLOC (char, num_opts * 3 + 1); 616 handlers = NZALLOC (OPTION_HANDLER *, OPTION_START + num_opts); 617 orig_val = NZALLOC (int, OPTION_START + num_opts); 618 opt_cpu = NZALLOC (sim_cpu *, OPTION_START + num_opts);
|
| /src/usr.sbin/sysinst/ |
| bsddisklabel.c | 822 size_t num_opts; local 832 num_opts = 0; 840 num_opts++; 846 num_opts++; 852 num_opts++; 858 num_opts++; 866 num_opts++; 869 menu = new_menu(MSG_Select_your_choice, options, num_opts,
|
| label.c | 862 int fspart_menu, num_opts; local 911 num_opts = __arraycount(edit_ptn_fields_head) + 916 num_opts += __arraycount(edit_ptn_fields_ffs); 918 num_opts += __arraycount(edit_ptn_fields_head_add); 920 num_opts--; 922 num_opts += pset->parts->pscheme->custom_attribute_count; 924 mopts = calloc(num_opts, sizeof(*mopts)); 985 fspart_menu = new_menu(MSG_edfspart, mopts, num_opts,
|
| part_edit.c | 418 size_t num_opts; local 421 __arraycount(ptn_edit_opts), &num_opts); 429 ptn_menu = new_menu(NULL, opts, num_opts, 576 size_t num_opts; local 581 __arraycount(ptn_add_opts), &num_opts); 599 ptn_menu = new_menu(NULL, opts, num_opts, 822 size_t num_opts; local 827 num_opts = 3 + parts->num_part; 829 num_opts++; 832 num_opts++ 1054 size_t num_opts; local 1178 size_t num_opts; local [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| options.c | 2723 int num_opts; local 2731 num_opts = 0; 2733 NULL, &dhcpv6_universe, (void *)&num_opts, 2740 num_opts++; 2752 if (!buffer_allocate(&server_oro->buffer, num_opts * 2, MDL)) {
|