Lines Matching refs:optarg
210 extern char *optarg;
260 mbdbname = optarg;
270 from = optarg;
274 if (optarg != NULL || *optarg != '\0')
275 HomeMailFile = optarg;
290 if (optarg == NULL || *optarg == '\0')
295 switch(optarg[0])
311 if (optarg[1] == '\0')
316 HashDepth = atoi(&optarg[1]);
331 if (optarg == NULL || *optarg == '\0')
336 if (sm_strlcpy(SpoolPath, optarg, sizeof(SpoolPath)) >=