Searched refs:found (Results 1 - 4 of 4) sorted by relevance

/sendmail/libsm/
H A Dfindfp.c11 * forth in the LICENSE file which can be found at the top level of
165 goto found; /* for opening reusing an 'fp' */
172 goto found;
176 found:
/sendmail/libmilter/
H A Dlistener.c6 * forth in the LICENSE file which can be found at the top level of
337 bool found = false; local
352 found = true;
363 found = true;
367 if (!found)
/sendmail/sendmail/
H A Dmap.c9 * forth in the LICENSE file which can be found at the top level of
100 ** Look up the key in the given map. If found, do any
718 ** true -- if the host was found.
731 bool found = false; 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);
789 found
914 bool found = false; local
5887 bool found; local
7678 bool found = false; local
[all...]
H A Dmilter.c6 * forth in the LICENSE file which can be found at the top level of
898 bool found = false; local
913 found = true;
924 found = true;
928 if (!found)
3202 /* if not found as user-provided header at index, use sysheader */

Completed in 113 milliseconds