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

/external/bison/lib/
H A Dgetopt.c358 int long_only, int posixly_correct, struct _getopt_data *d)
473 If long_only and the ARGV-element has the form "-f", where f is
486 || (long_only && (argv[d->optind][2]
520 else if (long_only
688 if (!long_only || argv[d->optind][1] == '-'
1094 int long_only, int posixly_correct)
1102 long_only, posixly_correct, &getopt_data);
352 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct, struct _getopt_data *d) argument
1088 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument

Completed in 69 milliseconds