/sendmail/contrib/ |
H A D | smcontrol.pl | 155 # &munge_status -- turn machine readable status into human readable text 215 waitpid $pid, 0 or return "Could not get status of created process: $!\n"; 242 # Error message or status message 248 my $status; 265 # Error message or status message 271 my $status; 288 # Error message or status message 294 my $status; 311 # Error message or status message 317 my $status; [all...] |
/sendmail/test/ |
H A D | t_exclopen.c | 56 bail(status) 57 int status; 61 exit(status);
|
/sendmail/libsm/ |
H A D | mpeix.c | 135 ** status -- _exit status value. 143 sendmail_mpe__exit(status) 144 int status; 153 _exit(status); 164 ** status -- exit status value. 172 sendmail_mpe_exit(status) 173 int status; 182 exit(status); 404 int status = 666; local [all...] |
H A D | t-shm.c | 208 int status; local 258 (void) wait(&status);
|
H A D | ldap.c | 508 ** status (sysexit) 1176 int status; local 1311 status = sm_ldap_results(lmap, sid, newflags, delim, 1315 if (status != EX_OK && status != EX_NOTFOUND) 1318 return status;
|
/sendmail/sendmail/ |
H A D | sm_resolve.c | 176 int status; local 192 status = dn_expand(data, data + len, p, host, sizeof(host)); 193 if (status < 0) 207 p += status; 216 status = dn_expand(data, data + len, p, host, sizeof(host)); 217 if (status < 0) 223 p += status; 264 status = dn_expand(data, data + len, p, host, 266 if (status < 0) 281 status [all...] |
H A D | tls.c | 354 ** status in initialization 355 ** these flags keep track of the status of the initialization 451 ** st -- status bit to set if ok 455 ** uses r, ok; may change ok and status. 463 status |= st; \ 493 ** st -- status bit to set if ok 497 ** uses r, ok, ex; may change ok and status. 505 status |= st; \ 557 long sff, status; local 575 status [all...] |
H A D | deliver.c | 1189 ** status -- current delivery status 1198 should_try_fbsh(e, tried_fallbacksmarthost, hostbuf, hbsz, status) 1203 int status; 1211 if ((status == EX_NOHOST || status == EX_TEMPFAIL) && 1410 /* ignore long term host status information if mailer flag W is set */ 2210 /* enter status of this host */ 3316 /* (always) get the exit status */ 3448 ** Do final status disposa 3695 char *status = NULL; local [all...] |
H A D | map.c | 102 ** and return the value. Set *pstat to the appropriate status 733 auto int status = EX_UNAVAILABLE; local 753 found = text_getcanonname(host, hbsize, &status); 758 found = nis_getcanonname(host, hbsize, &status); 768 found = nisplus_getcanonname(host, hbsize, &status); 778 found = dns_getcanonname(host, hbsize, trymx, &status, pttl); 784 found = ni_getcanonname(host, hbsize, &status); 790 status = EX_UNAVAILABLE; 812 if (status == EX_TEMPFAIL) 817 else if (status 1771 int status; local 2464 int status; local 6314 int status; local 7962 char *replybuf, *rval, *value, *status, *key; local [all...] |
H A D | alias.c | 60 auto int status = EX_OK; local 94 if (aliaslookup(obuf, &status, a->q_host) != NULL) 105 p = aliaslookup(a->q_user, &status, a->q_host); 106 if (status == EX_TEMPFAIL || status == EX_UNAVAILABLE) 172 owner = aliaslookup(obuf, &status, a->q_host); 194 ** pstat -- a pointer to a place to put the status.
|
H A D | recipient.c | 973 int status; local 976 status = finduser(buf, &fuzzy, &user); 977 switch (status) 1170 int status; local 1191 status = sm_mbdb_lookup(name, user); 1192 if (status != EX_NOUSER) 1195 sm_dprintf("%s (non-fuzzy)\n", sm_strexit(status)); 1196 return status; 1209 if (tryagain && (status = sm_mbdb_lookup(name, user)) != EX_NOUSER) 1212 sm_dprintf("%s (lower case)\n", sm_strexit(status)); [all...] |
H A D | main.c | 302 /* reset status from syserr() calls for missing file descriptors */ 905 case 'N': /* delivery status notifications */ 1521 action = "purge host status"; 1636 /* don't have persistent host status in test mode */ 1898 /* check host status directory for validity */ 2248 int status; local 2252 while ((ret = sm_wait(&status)) <= 0) 2278 /* Only drop when a child gives status */ 2279 if (WIFSTOPPED(status)) 2282 proc_list_drop(ret, status, NUL 2442 int status; local 3628 int status; local 4546 int status; local [all...] |
H A D | parseaddr.c | 996 ** A status code. If EX_TEMPFAIL, higher level code should 1027 int rstat = EX_OK; /* return status */ 1085 int status; local 1634 status = callsubr(npvp, reclevel, e); 1635 if (rstat == EX_OK || status == EX_TEMPFAIL) 1636 rstat = status; 1673 ** The status from the subroutine call. 1689 int status; local 1766 status = rewrite(avp, subr, reclevel, e, 1768 if (status ! 1799 auto int status = EX_OK; local [all...] |
H A D | conf.c | 1221 ** a DSN-style status code. 1232 ** an exit status 2600 ** Possibly set process status and call setproctitle() to 2604 ** status -- whether or not to store as process status 2616 sm_setproctitle(bool status, ENVELOPE *e, const char *fmt, ...) argument 2618 sm_setproctitle(status, e, fmt, va_alist) 2619 bool status; 2633 if (status) 2653 ** status o 2744 auto int status; local 2755 union wait status; local 2761 auto int status; local [all...] |
H A D | daemon.c | 97 ** port. Returns zero on success, else an exit status 137 char status[MAXLINE]; local 692 (void) sm_snprintf(status, sizeof(status), "%d", 695 macid("{daemon_port}"), status); 899 (void) sm_snprintf(status, sizeof(status), 901 proc_list_add(pid, status, PROC_CONTROL, 0, -1, NULL); 905 (void) sm_snprintf(status, sizeof(status), [all...] |
H A D | usersmtp.c | 340 "str_union: stringlen1=%d, stringlen2=%d, sum=%d, status=overflow", 2261 ** exit status corresponding to recipient status. 2281 ** If there is status waiting from the other end, read it. 2388 ** If running SMTP pipelining, we will pick up status later 2398 ** SMTPRCPTSTAT -- get recipient status 2409 ** EX_* -- protocol status 2508 ** exit status corresponding to DATA command. 2726 SmtpPhase = mci->mci_phase = "client DATA status"; 2791 ** SMTPGETSTAT -- get status cod 2810 int status, xstat; local [all...] |
H A D | headers.c | 986 /* Look for report-type=delivery-status */ 1008 "delivery-status") == 0) 2090 auto int status; local 2170 status = EX_OK; 2171 name = remotename(name, mci->mci_mailer, flags, &status, e);
|
H A D | readcf.c | 960 int status = 0; local 1081 p = (*map.map_class->map_lookup)(&map, key, NULL, &status); 1082 if (status != EX_OK && status != EX_NOTFOUND) 2952 case 'S': /* status file */ 3322 case O_HSDIR: /* persistent host status directory */
|
H A D | queue.c | 1421 ** verbose -- if true, print out status information. 2036 ** host status. 2237 ** children status. However, at delivery 2238 ** time, that status must be collected 2241 ** on status code, etc). Therefore, if we 2244 ** doesn't collect status before 2281 int status; local 2284 while ((ret = sm_wait(&status)) <= 0) 2286 proc_list_drop(ret, status, NULL); 2996 ** based on host name, lock status, an [all...] |
/sendmail/rmail/ |
H A D | rmail.c | 95 int ch, debug, i, pdes[2], pid, status; local 278 args[i++] = "-oee"; /* No errors, just status. */ 390 if ((waitpid(pid, &status, 0)) == -1) 393 if (!WIFEXITED(status)) 396 if (WEXITSTATUS(status)) 397 err(status, "%s: terminated with %d (non-zero) status", 398 _PATH_SENDMAIL, WEXITSTATUS(status));
|
/sendmail/mail.local/ |
H A D | mail.local.c | 188 sm_exit(status) 189 int status; 196 exit(status); 400 ** There is no way to distinguish the error status of one delivery
|