Searched refs:found (Results 426 - 450 of 2073) sorted by relevance

<<11121314151617181920>>

/netbsd-current/tests/modules/
H A Dt_builtin.c147 bool found = false; local
178 found = true;
185 ATF_REQUIRE(found);
/netbsd-current/sys/arch/mac68k/obio/
H A Dif_sn_obio.c73 int found = 0; local
83 found = 1;
87 return found;
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dstrip_asm.py13 found = set()
18 found.add('.L%s' % m.group(1))
19 return found
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dextended.c42 LloadOperation *found; local
48 found = ldap_tavl_delete( &c->c_ops, op, operation_client_cmp );
49 assert( op == found );
/netbsd-current/sys/fs/filecorefs/
H A Dfilecore_lookup.c103 * look for name in cache, if found, then if at end of path
105 * search for name in directory, to found or notfound
109 * found:
197 goto found;
214 goto found;
248 found:
255 * in the cache as to where the entry was found.
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dregex.c387 bool found = false; local
402 found = true;
404 if (!found) {
/netbsd-current/sys/arch/sandpoint/sandpoint/
H A Dflash_cfi.c88 aprint_debug("%s: probe addr %#x, CFI not found\n",
105 bool found; local
124 found = cfi_identify(&sc->sc_cfi);
127 if (!found) {
/netbsd-current/sys/arch/powerpc/booke/dev/
H A Dpq3cfi.c95 aprint_debug("%s: probe addr %#x, CFI not found\n",
114 bool found; local
131 found = cfi_identify(&sc->sc_cfi);
135 if (! found) {
/netbsd-current/sys/arch/mips/ralink/
H A Dralink_cfi.c110 ", CFI not found\n", __func__, addr);
128 bool found; local
145 found = cfi_identify(&sc->sc_cfi);
149 if (! found) {
/netbsd-current/sys/rump/librump/rumpkern/
H A Dsleepq.c116 bool found = false; local
121 found = true;
129 if (found)
/netbsd-current/sys/arch/zaurus/zaurus/
H A Dautoconf.c66 panic("no mainbus found");
95 int found = 0; local
128 found = 1;
133 return found;
175 * Don't break if one is found, to get possible multiple
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dregex.c387 bool found = false; local
402 found = true;
404 if (!found) {
/netbsd-current/external/gpl2/lvm2/dist/lib/label/
H A Dlabel.c118 int found = 0; local
134 if (found) {
141 " found at sector %" PRIu64
154 if (found)
163 if (found) {
174 found = 1;
181 if (!found) {
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/
H A Daddpartial-overlay.c52 Entry *found = NULL; local
68 rc = overlay_entry_get_ov(&nop, &nop.o_req_ndn, NULL, NULL, 0, &found, on);
73 "%s: no entry found, falling through to normal add\n",
79 Debug(LDAP_DEBUG_TRACE, "%s: found the dn\n", addpartial.on_bi.bi_type );
81 if(found)
93 /* determine if the changes are in the found entry */
98 at = attr_find(found->e_attrs, attr->a_desc);
101 Debug(LDAP_DEBUG_TRACE, "%s: Attribute %s not found!\n",
124 Debug(LDAP_DEBUG_TRACE, "%s: Attribute %s found\n",
217 for(attr = found
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drddbg.c49 bfd_boolean found; local
56 &found))
62 &found))
68 if (! found
74 found = TRUE;
77 if (! found)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drddbg.c50 bool found; local
57 &found))
63 &found))
69 if (! found
75 found = true;
78 if (! found)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drddbg.c50 bfd_boolean found; local
57 &found))
63 &found))
69 if (! found
75 found = TRUE;
78 if (! found)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.debuginfod/
H A Dfetch_src_and_symbols.exp172 set found 0
173 while { ! $found } {
182 "started http server on IPv4 IPv6 port=$port" { set found 1 }
/netbsd-current/crypto/external/bsd/openssl.old/dist/tools/
H A Dc_rehash.in67 my $found = 0;
70 $found = 1;
75 if ($found == 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/tools/
H A Dc_rehash.in67 my $found = 0;
70 $found = 1;
75 if ($found == 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D25-test_x509.t114 my $found = 0;
119 $found = 1 if m/$expected/; # output must include $expected
123 return $res && $found;
H A D30-test_evp.t150 # key => "filename" # expected to be found in $SRCDIR/test/certs
159 my $found = !exists $opts{expected};
167 $found = 1
172 return $res && $found;
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Daccess-utils.h65 unsigned int found = accesses[mid]->regno (); local
66 if (found == regno)
68 if (found < regno)
86 unsigned int found = accesses[mid]->regno (); local
87 if (found == regno)
89 if (found < regno)
362 // Return the access found, or null if there is no access that meets
419 // Return the definition found, or null if there is no access that meets
451 // Return the access found, or null if there is no access that meets the
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgloopanal.cc475 edge found = single_exit (loop); local
479 if (found)
480 return found;
490 if (!found)
491 found = ex;
495 return found;
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddb_test.c102 dns_name_t *found; local
117 found = dns_fixedname_initname(&found_fixed);
173 &node, found, &rdataset, NULL);
193 0, 0, &node, found, &rdataset,
203 DNS_DBFIND_STALEOK, 0, &node, found,
229 DNS_DBFIND_STALEOK, 0, &node, found,

Completed in 513 milliseconds

<<11121314151617181920>>