Lines Matching defs:opt
62 char *arg, *opt, *start = argv[optind]+1;65 opt = start;66 if (*opt == '-') opt++;67 while (*opt && *opt != '=' && *opt == *name)68 name++, opt++;69 if (*opt && *opt != '=') continue;70 arg = opt;91 opt = arg;93 if (*opt == '=') {104 optarg = opt+1;