Home
last modified time | relevance | path

Searched refs:longopts (Results 1 – 2 of 2) sorted by relevance

/pciutils/compat/
H A Dgetopt.c348 const struct option *longopts, int *longind, int long_only) in _getopt_internal() argument
393 && (longopts == NULL in _getopt_internal()
434 && (longopts == NULL || argv[optind][0] != '+' || argv[optind][1] == '\0') in _getopt_internal()
446 nextchar = (argv[optind] + 1 + (longopts != NULL && argv[optind][1] == '-')); in _getopt_internal()
449 if (longopts != NULL && ((argv[optind][0] == '-' && (argv[optind][1] == '-' || long_only)) in _getopt_internal()
465 for (p = longopts, option_index = 0; p->name; p++, option_index++) in _getopt_internal()
H A Dgetopt.h100 const struct option *longopts, int *longind);
103 const struct option *longopts, int *longind);
108 const struct option *longopts, int *longind,