HomeSort by relevance Sort by last modified time
    Searched refs:optchar (Results 1 - 2 of 2) sorted by null

  /bionic/libc/unistd/
getopt_long.c 296 int optchar, short_too; local
415 optchar = parse_long_options(nargv, options, long_options,
417 if (optchar != -1) {
419 return (optchar);
423 if (((optchar = (int)*place++) == (int)':') ||
424 (optchar == (int)'-' && *place != '\0') ||
425 (oli = strchr(options, optchar)) == NULL) {
431 if (optchar == (int)'-' && *place == '\0')
436 fprintf(stderr, illoptchar, optchar);
437 optopt = optchar;
    [all...]
  /external/e2fsprogs/misc/
chattr.c 91 char optchar; member in struct:flags_char
115 if (fp->optchar == c)

Completed in 18 milliseconds