Home
last modified time | relevance | path

Searched refs:optchar (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c361 int optchar, short_too; local
492 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 …]