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

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c188 int found_it; local
203 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen);
206 if (found_it) {
372 int found_it; local
387 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen);
389 if (found_it) {
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c349 int found_it; local
357 found_it = 0;
359 while (e && !found_it) {
361 while (l && !found_it) {
364 found_it = 1;
371 if (!found_it) {
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c981 int found_it = 0; local
1017 found_it = 1;
1030 if (!found_it) {
1539 int found_it = 0; /* for use with -n section_name */ local
1548 found_it = 1;
1554 if (!found_it) {
1591 int found_it = 0; /* for use with -n section_name */ local
1615 found_it = 1;
1620 if (!found_it) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c5814 bool found_it; local
5820 found_it = false;
5855 found_it = true;
5860 if (!found_it)
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c6365 int found_it; local
6443 found_it = 0;
6449 found_it = 1;
6458 if (found_it == 0) {

Completed in 104 milliseconds