Searched refs:optchar (Results 1 – 1 of 1) sorted by relevance
351 int optchar, short_too; local499 optchar = parse_long_options(state, nargv, options,502 if (optchar != -1) {504 return optchar;507 optchar = (int)*(state->place)++;508 oli = strchr(options, optchar);509 if (optchar == (int)':' ||510 (optchar == (int)'-' && *(state->place) != '\0') ||517 if (optchar == (int)'-' && *(state->place) == '\0') {525 LOG_WRN(GNUOPTCHAR, optchar);[all …]