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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.c352 int long_only, struct _getopt_data *d, int posixly_correct)
469 If long_only and the ARGV-element has the form "-f", where f is
482 || (long_only && (argv[d->optind][2]
516 else if (long_only
684 if (!long_only || argv[d->optind][1] == '-'
873 else if (long_only
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 22 milliseconds