Home
last modified time | relevance | path

Searched defs:opt_index (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt1.c69 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() argument
85 getopt_long_only (argc, argv, options, long_options, opt_index) in getopt_long_only() argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c469 int opt, opt_index, numargs, status = 0; in main() local