Lines Matching refs:optarg
161 extern char *optarg;206 cur->name = optarg;212 cfpath = optarg;220 dbfilename = optarg;237 msgfilename = optarg;241 returnaddr = optarg;245 if (isascii(*optarg) && isdigit(*optarg))247 interval = atol(optarg) * SECSPERDAY;256 (void) sm_strlcpy(From, optarg, sizeof From);