Searched refs:opt_index (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/grub/grub-0.97/lib/ |
| H A D | getopt1.c | 70 getopt_long (argc, argv, options, long_options, opt_index) 75 int *opt_index; 77 return _getopt_internal (argc, argv, options, long_options, opt_index, 0); 86 getopt_long_only (argc, argv, options, long_options, opt_index) 91 int *opt_index; 93 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
| H A D | routeadm.c | 471 int opt, opt_index, numargs, status = 0; local 712 opt_index = getsubopt(&options, v_opt, &val); 717 if (opt_index == -1) { 724 ravar = &ra_vars[opt_index];
|
Completed in 75 milliseconds