Searched defs:longind (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.c351 const struct option *longopts, int *longind,
670 if (longind != NULL)
671 *longind = option_index;
996 if (longind != NULL)
997 *longind = option_index;
1080 const struct option *longopts, int *longind, int long_only,
1089 longind, long_only, &getopt_data,
346 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, struct _getopt_data *d, int posixly_correct) argument
1075 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument

Completed in 16 milliseconds