Searched refs:optarg (Results 1 - 15 of 15) sorted by relevance

/sendmail/libsm/
H A Dt-memstat.c25 extern char *optarg;
57 l = strtol(optarg, NULL, 0);
61 sz = strtol(optarg, NULL, 0);
65 resource = strdup(optarg);
69 optarg);
75 slp = strtol(optarg, NULL, 0);
H A Dtest.c23 extern char *optarg;
80 sm_debug_addsettings_x(optarg);
H A Dt-shm.c209 extern char *optarg;
217 big = atoi(optarg);
H A Dt-sem.c339 gid = (gid_t)strtoul(optarg, 0, 0);
347 uid = (uid_t)strtoul(optarg, 0, 0);
/sendmail/libmilter/
H A Dexample.c274 if (optarg == NULL || *optarg == '\0')
277 optarg);
280 (void) smfi_setconn(optarg);
/sendmail/sendmail/
H A Dmain.c203 extern char *optarg;
387 /* Set to 0 to allow -b; need to check optarg before using it! */
394 j = (optarg == NULL) ? ' ' : *optarg;
446 optarg, SM_IO_APPEND, NULL);
449 syserr("cannot open %s", optarg);
458 tTflag(optarg);
469 if (optarg == NULL)
476 j = SM_MIN(strlen(optarg), 32) + 1;
478 (void) sm_strlcpy(sysloglabel, optarg,
[all...]
H A Dconf.c3000 extern char *optarg;
3005 char *optarg = NULL; /* argument associated with option */ local
3047 optarg = NULL;
3051 if (*place) optarg = place; /* no white space */
3056 else optarg = nargv[optind]; /* white space */
/sendmail/makemap/
H A Dmakemap.c111 extern char *optarg;
145 cfile = optarg;
153 params.smdbp_cache_size = atol(optarg);
169 comment = *optarg;
193 if (optarg == NULL || *optarg == '\0')
199 sep = *optarg;
/sendmail/vacation/
H A Dvacation.c161 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, sizeo
[all...]
/sendmail/mail.local/
H A Dmail.local.c210 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[
[all...]
/sendmail/contrib/
H A Dbitdomain.c43 extern char *optarg;
57 if (!freopen(optarg, "w", stdout)) {
58 perror(optarg);
/sendmail/praliases/
H A Dpraliases.c71 extern char *optarg;
94 cfile = optarg;
97 filename = optarg;
/sendmail/mailstats/
H A Dmailstats.c69 extern char *optarg;
87 cfile = optarg;
91 sfile = optarg;
/sendmail/editmap/
H A Deditmap.c106 extern char *optarg;
140 cfile = optarg;
/sendmail/rmail/
H A Drmail.c103 extern char *optarg;
117 domain = optarg;

Completed in 76 milliseconds