Home
last modified time | relevance | path

Searched refs:longind (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h111 const struct option *longopts, int *longind);
114 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind,
H A Dgetopt.c515 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument
520 int *longind;
735 if (longind != NULL)
736 *longind = option_index;
907 if (longind != NULL)
908 *longind = option_index;
/titanic_41/usr/src/cmd/latencytop/common/
H A Dlatencytop.c207 int longind = 0; in main() local
248 longopts, &longind)) != -1) { in main()