Lines Matching refs:optarg
54 extern char *optarg;191 if (strisdigit(optarg)) {196 count = atoi(optarg);202 if (strisdigit(optarg)) {207 header_mod = atoi(optarg);213 if (strisdigit(optarg)) {218 interval = atoi(optarg);231 if (optarg) {232 if (*optarg == 'u')234 else if (*optarg == 'd')