Searched refs:optchar (Results 1 – 1 of 1) sorted by relevance
361 int optchar, short_too; local490 optchar = parse_long_options(nargv, options, long_options,492 if (optchar != -1) {494 return (optchar);498 if ((optchar = (int)*place++) == (int)':' ||499 (optchar == (int)'-' && *place != '\0') ||500 (oli = strchr(options, optchar)) == NULL) {506 if (optchar == (int)'-' && *place == '\0')513 optchar);516 warnx(illoptchar, optchar);[all …]