Searched refs:found_it (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libnsl/yp/ |
H A D | yp_match.c | 188 int found_it; in __yp_match_cflookup() local 203 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); in __yp_match_cflookup() 206 if (found_it) { in __yp_match_cflookup() 372 int found_it; in __yp_match_rsvdport_cflookup() local 387 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); in __yp_match_rsvdport_cflookup() 389 if (found_it) { in __yp_match_rsvdport_cflookup()
|
/titanic_44/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 981 int found_it = 0; in dump_symbol_table() local 1017 found_it = 1; in dump_symbol_table() 1030 if (!found_it) { in dump_symbol_table() 1538 int found_it = 0; /* for use with -n section_name */ in dump_section() local 1547 found_it = 1; in dump_section() 1553 if (!found_it) { in dump_section() 1590 int found_it = 0; /* for use with -n section_name */ in dump_shdr() local 1614 found_it = 1; in dump_shdr() 1619 if (!found_it) { in dump_shdr()
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | scn.c | 349 int found_it; in scn_add_portal() local 357 found_it = 0; in scn_add_portal() 359 while (e && !found_it) { in scn_add_portal() 361 while (l && !found_it) { in scn_add_portal() 364 found_it = 1; in scn_add_portal() 371 if (!found_it) { in scn_add_portal()
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 907 goto found_it; in do_ptable_dcmd() 912 found_it: in do_ptable_dcmd()
|
/titanic_44/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 1233 goto found_it; in setvar_daemon() 1243 found_it:; in setvar_daemon()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | map.c | 5814 bool found_it; local 5820 found_it = false; 5855 found_it = true; 5860 if (!found_it)
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunmdi.c | 6376 int found_it; in i_mdi_pi_enable_disable() local 6454 found_it = 0; in i_mdi_pi_enable_disable() 6460 found_it = 1; in i_mdi_pi_enable_disable() 6469 if (found_it == 0) { in i_mdi_pi_enable_disable()
|