Searched refs:optarg (Results 1 - 15 of 15) sorted by relevance
| /sendmail/libsm/ |
| H A D | t-memstat.c | 25 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 D | test.c | 23 extern char *optarg; 80 sm_debug_addsettings_x(optarg);
|
| H A D | t-shm.c | 209 extern char *optarg; 217 big = atoi(optarg);
|
| H A D | t-sem.c | 339 gid = (gid_t)strtoul(optarg, 0, 0); 347 uid = (uid_t)strtoul(optarg, 0, 0);
|
| /sendmail/libmilter/ |
| H A D | example.c | 274 if (optarg == NULL || *optarg == '\0') 277 optarg); 280 (void) smfi_setconn(optarg);
|
| /sendmail/sendmail/ |
| H A D | main.c | 203 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 D | conf.c | 3000 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 D | makemap.c | 111 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 D | vacation.c | 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, sizeo [all...] |
| /sendmail/mail.local/ |
| H A D | mail.local.c | 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[ [all...] |
| /sendmail/contrib/ |
| H A D | bitdomain.c | 43 extern char *optarg; 57 if (!freopen(optarg, "w", stdout)) { 58 perror(optarg);
|
| /sendmail/praliases/ |
| H A D | praliases.c | 71 extern char *optarg; 94 cfile = optarg; 97 filename = optarg;
|
| /sendmail/mailstats/ |
| H A D | mailstats.c | 69 extern char *optarg; 87 cfile = optarg; 91 sfile = optarg;
|
| /sendmail/editmap/ |
| H A D | editmap.c | 106 extern char *optarg; 140 cfile = optarg;
|
| /sendmail/rmail/ |
| H A D | rmail.c | 103 extern char *optarg; 117 domain = optarg;
|
Completed in 76 milliseconds