Lines Matching refs:options
61 #define PRINT_ERROR ((state->opterr) && (*options != ':'))
69 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
170 const char *options, const struct option *long_options, in parse_long_options() argument
347 const char *options, const struct option *long_options, argument
353 if (options == NULL) {
361 if (*options == '-') {
363 } else if (*options == '+') {
367 if (*options == '+') {
369 } else if (*options == '-') {
373 if (*options == '+' || *options == '-') {
374 options++;
416 (state->place[1] == '\0' && strchr(options, '-') == NULL)) {
495 } else if (*(state->place) != ':' && strchr(options, *(state->place)) != NULL) {
499 optchar = parse_long_options(state, nargv, options,
508 oli = strchr(options, optchar);
552 optchar = parse_long_options(state, nargv, options,
589 const char *options, const struct option *long_options, argument
598 ret = getopt_internal(state, nargc, nargv, options, long_options, idx,
612 const char *options, const struct option *long_options, argument
621 ret = getopt_internal(state, nargc, nargv, options, long_options, idx,