Searched defs:found (Results 1 - 3 of 3) sorted by relevance
/sendmail/libmilter/ |
H A D | listener.c | 6 * 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 D | milter.c | 6 * 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 */
|
H A D | map.c | 9 * 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...] |
Completed in 26 milliseconds