Searched defs:ok (Results 1 - 7 of 7) sorted by relevance

/sendmail/libsm/
H A Dutil.c40 bool ok; local
46 ok = true;
52 ok = false;
57 ok = false;
60 if (ok)
/sendmail/sendmail/
H A Dtls.c113 bool ok; local
126 ok = false;
140 ok = true;
200 ok = RAND_load_file(randfile, -1) >=
202 if (use && !ok)
210 ok = false;
212 if (ok || bitnset(DBS_INSUFFICIENTENTROPY,
242 if (!ok && bitnset(DBS_INSUFFICIENTENTROPY, DontBlameSendmail))
258 ok = true;
260 done = ok
556 bool ok; local
1695 int ok; local
[all...]
H A Dutil.c2375 bool ok; local
2377 ok = true;
2379 return ok;
2385 ok = false;
2389 return ok;
H A Ddeliver.c3291 bool ok; local
3299 ok = putfromline(mci, e);
3300 if (ok)
3301 ok = (*e->e_puthdr)(mci, e->e_header, e, M87F_OUTER);
3302 if (ok)
3303 ok = (*e->e_putbody)(mci, e, NULL);
3304 if (ok && bitset(MCIF_INLONGLINE, mci->mci_flags))
3305 ok = putline("", mci);
3313 if (!ok && (sm_io_error(mci->mci_out) && errno == EPIPE))
3314 ok
[all...]
H A Dsrvrsmtp.c570 bool ok; local
1433 /* NULL pointer ok since it's our function */
1855 ** it's ok since it applies only to one transaction
2098 ok = true;
2110 ok = AllowBogusHELO;
2113 while (!ok && *++q != '\0' &&
2117 ok = true;
2124 if (*q == '\0' && ok)
2527 message("250 2.1.0 Sender ok");
2814 message("250 2.1.5 Recipient ok
[all...]
H A Dreadcf.c101 bool ok; local
575 file = extrquotstr(p, &q, " ", &ok);
576 if (!ok)
H A Dqueue.c6789 bool ok; local
6793 ok = false;
6795 return ok;
6823 ok = sm_io_fprintf(keyf, SM_TIME_DEFAULT, "%ld\n", key) !=
6825 ok = (sm_io_close(keyf, SM_TIME_DEFAULT) != SM_IO_EOF) && ok;
6827 return ok;
8807 ** not guaranteed. It's ok if they fail, mail won't be lost.

Completed in 54 milliseconds