Searched refs:ok (Results 1 - 9 of 9) sorted by relevance

/sendmail/libsm/
H A Dutil.c40 bool ok; local
46 ok = true;
52 ok = false;
57 ok = false;
60 if (ok)
H A Dvfscanf.c512 ** Switch on the character; `goto ok'
542 goto ok;
549 goto ok;
551 /* digits 8 and 9 ok iff decimal or hex */
557 goto ok;
559 /* letters ok iff hex */
569 goto ok;
571 /* sign ok only as first character */
576 goto ok;
580 /* x ok if
[all...]
/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 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.
H A Dreadcf.c101 bool ok; local
575 file = extrquotstr(p, &q, " ", &ok);
576 if (!ok)
/sendmail/libmilter/
H A Dexample.c44 mlfi_cleanup(ctx, ok)
46 bool ok;
64 else if (ok)

Completed in 61 milliseconds