Searched defs:found_it (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_match.c184 int found_it; local
199 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen);
202 if (found_it) {
368 int found_it; local
383 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen);
385 if (found_it) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c5809 bool found_it; local
5815 found_it = false;
5850 found_it = true;
5855 if (!found_it)

Completed in 34 milliseconds