Searched refs:optchar (Results 1 – 1 of 1) sorted by relevance
361 int optchar, short_too; local492 optchar = parse_long_options(nargv, options, long_options,494 if (optchar != -1) {496 return (optchar);500 if ((optchar = (int)*place++) == (int)':' ||501 (optchar == (int)'-' && *place != '\0') ||502 (oli = strchr(options, optchar)) == NULL) {508 if (optchar == (int)'-' && *place == '\0')515 optchar);518 warnx(illoptchar, optchar);[all …]