Home
last modified time | relevance | path

Searched refs:found_it (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c187 int found_it; in __yp_match_cflookup() local
202 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); in __yp_match_cflookup()
205 if (found_it) { in __yp_match_cflookup()
371 int found_it; in __yp_match_rsvdport_cflookup() local
386 found_it = in_cache(domain, map, key, keylen, &my_val, &my_vallen); in __yp_match_rsvdport_cflookup()
388 if (found_it) { in __yp_match_rsvdport_cflookup()
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c980 int found_it = 0; in dump_symbol_table() local
1016 found_it = 1; in dump_symbol_table()
1029 if (!found_it) { in dump_symbol_table()
1539 int found_it = 0; /* for use with -n section_name */ in dump_section() local
1548 found_it = 1; in dump_section()
1554 if (!found_it) { in dump_section()
1591 int found_it = 0; /* for use with -n section_name */ in dump_shdr() local
1615 found_it = 1; in dump_shdr()
1620 if (!found_it) { in dump_shdr()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c349 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()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c875 goto found_it; in do_ptable_dcmd()
880 found_it: in do_ptable_dcmd()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc1233 goto found_it; in setvar_daemon()
1243 found_it:; in setvar_daemon()
/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.c6376 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()