Home | History | Annotate | Download | only in lib

Lines Matching full:longopts

339    LONGOPTS is a vector of 'struct option' terminated by an
351 const struct option *longopts, int *longind,
462 longopts != NULL && argv[d->optind][1] == '-'));
480 if (longopts != NULL
504 for (p = longopts, option_index = 0; p->name; p++, option_index++)
846 if (longopts == NULL)
899 table of longopts. */
907 for (p = longopts, option_index = 0; p->name; p++, option_index++)
1133 const struct option *longopts, int *longind, int long_only,
1141 result = _getopt_internal_r (argc, argv, optstring, longopts,