Searched refs:found (Results 476 - 500 of 2075) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/bsd/openresolv/dist/
H A Dlibc.in62 found=false
65 "$key"*|"#"*|" "*|" "*|"") found=true;;
67 $found && break
69 $found || echo "$line"
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvtable-verify.cc119 statement with the code "OBJ_TYPE_REF". Once we have found the
224 /* We found the vtable_decl slot; we need to see if it already
227 bool found = false; local
228 for (i = 0; i < ((*slot)->offsets).length () && !found; ++i)
230 found = true;
232 if (!found)
546 returns a boolean indicating whether or not it found a virtual call in
672 bool found; local
681 /* Now we have found the virtual method dispatch and
765 found
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dfde-glibc.c109 goto found;
115 found:
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-c-symbols.c119 internal_error (_("LOC_UNDEF found for \"%s\"."),
162 "evaluation as its address has not been found."),
219 /* If we found a symbol and it is not in the static or global
329 int found = 0;
356 found = 1;
366 found = 1;
376 if (compile_debug && !found)
392 int found = 0;
411 found = 1;
428 found
328 int found = 0; local
391 int found = 0; local
[all...]
/netbsd-current/sys/arch/x68k/x68k/
H A Dautoconf.c68 panic("no mainbus found");
150 goto found;
155 found:
/netbsd-current/usr.bin/config/
H A Dmkmakefile.c521 int found = 0; local
527 if (found++ == 0)
544 int found = 0; local
554 found++;
556 if (found == 0)
569 int found = 0; local
596 found = 1;
598 if (found == 0)
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dcache.c247 If it is found then 'return_tag' is set to point to the tag for that line
249 If it is not found, 'return_tag' is set to point to the tag for the least
259 FRV_CACHE_TAG *found; local
274 if no match is found. */
279 found = CACHE_TAG (cache, set, way);
282 if (! found->locked && (available == NULL || available->lru > found->lru))
283 available = found;
284 if (found->valid && found
434 int found = get_tag (cache, address, &tag); local
520 int found; local
598 int found; local
631 int found; local
1265 int found = get_tag (cache, address, &tag); local
1286 int found; local
1350 int found; local
1632 int found = get_tag (cache, address, &tag); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dcache.c251 If it is found then 'return_tag' is set to point to the tag for that line
253 If it is not found, 'return_tag' is set to point to the tag for the least
263 FRV_CACHE_TAG *found; local
278 if no match is found. */
283 found = CACHE_TAG (cache, set, way);
286 if (! found->locked && (available == NULL || available->lru > found->lru))
287 available = found;
288 if (found->valid && found
438 int found = get_tag (cache, address, &tag); local
524 int found; local
602 int found; local
635 int found; local
1269 int found = get_tag (cache, address, &tag); local
1290 int found; local
1354 int found; local
1636 int found = get_tag (cache, address, &tag); local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_device.c1016 unsigned int found, start_search, cur_size; local
1036 found = find_next_zero_bit(kfd->gtt_sa_bitmap,
1040 pr_debug("Found = %d\n", found);
1043 if (found == kfd->gtt_sa_num_of_chunks)
1047 (*mem_obj)->range_start = found;
1048 (*mem_obj)->range_end = found;
1051 found,
1055 found,
1064 set_bit(found, kfd->gtt_sa_bitmap);
1073 kfd->gtt_sa_num_of_chunks, ++found);
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dhostfile.c245 debug3_f("found %skey type %s in file %s:%lu",
338 * If looking for a keytype (key == NULL) and one is found then return
342 * 1. If the key is a cert and a matching CA is found, return HOST_OK
343 * 2. If the key is not a cert and a matching key is found, return HOST_OK
344 * 3. If no key matches but a key with a different type is found, then
346 * 4. If no matching keys are found, then return HOST_NEW.
348 * Finally, check any found key is not revoked.
352 struct sshkey *k, int keytype, int nid, const struct hostkey_entry **found)
359 if (found != NULL)
360 *found
351 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, struct sshkey *k, int keytype, int nid, const struct hostkey_entry **found) argument
409 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, const struct hostkey_entry **found) argument
418 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, int nid, const struct hostkey_entry **found) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-h8300.c1070 int found = 0; local
1083 while (this_index == instruction->idx && !found)
1087 found = 1;
1092 found = 0;
1097 for (i = 0; i < this_try->noperands && found; i++)
1113 found = 0;
1120 found = 0;
1129 found = 0;
1134 found = 0;
1142 found
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-h8300.c1069 int found = 0; local
1082 while (this_index == instruction->idx && !found)
1086 found = 1;
1091 found = 0;
1096 for (i = 0; i < this_try->noperands && found; i++)
1112 found = 0;
1119 found = 0;
1128 found = 0;
1133 found = 0;
1141 found
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-h8300.c1070 int found = 0; local
1083 while (this_index == instruction->idx && !found)
1087 found = 1;
1092 found = 0;
1097 for (i = 0; i < this_try->noperands && found; i++)
1113 found = 0;
1120 found = 0;
1129 found = 0;
1134 found = 0;
1142 found
[all...]
/netbsd-current/external/bsd/unbound/dist/util/data/
H A Dmsgparse.c453 * @param hash: hash value is returned if the rrset could not be found.
454 * @param rrset_flags: is returned if the rrset could not be found.
516 if(!*rrset_prev) /* untwiddle if not found */
527 if(!*rrset_prev) /* untwiddle if not found */
1130 struct rrset_parse* found = 0; local
1139 if(found) return LDNS_RCODE_FORMERR;
1140 /* found it! */
1142 found = rrset;
1147 if(!found) {
1152 /* check the found RRse
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dutils.c277 bool found = false; local
279 while (!found && (line = atf_utils_readline(fd)) != NULL) {
280 found = grep_string(atf_dynstr_cstring(&formatted), line);
287 return found;
/netbsd-current/games/rogue/
H A Dmonster.c240 boolean found; local
252 for (j = found = 0; ((!found) && (j < 250)); j++) {
259 found = 1;
262 if (found) {
621 boolean found = 0; local
625 for (i = 0; ((i < 15) && (!found)); i++) {
630 found = 1;
633 if (found) {
634 found
676 boolean found = 0; local
[all...]
H A Dtrap.c233 short shown = 0, found = 0; local
245 found++;
273 if (((shown == found) && (found > 0)) || interrupted) {
/netbsd-current/lib/libbluetooth/
H A Dbluetooth.c75 goto found;
77 found:
188 goto found;
190 found:
/netbsd-current/usr.bin/fsplit/
H A Dfsplit.c66 * function, block data or program name if one is found; otherwise
105 bool found; member in struct:extract
129 extonly[numextonly].found = false;
179 if (!extonly[i].found) {
181 warnx("%s not found", extonly[i].name);
246 extonly[i].found = true;
328 * return 0 if comment card, 1 if found
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dincluded-by79 found = find_unique_include_list (fn)
82 for inc in found:
102 print " -v : Show which include(s) were found"
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
H A Dxen-mca.h313 uint32_t found, i; \
316 found = 0; \
322 found = 1; \
327 (_ret) = found ? _mic : NULL; \
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcollector.c210 int ret, found = HX509_CERT_NOT_FOUND; local
238 found = 0;
246 if (found)
249 return found;
/netbsd-current/sys/rump/
H A Dmakerumpsyscalls.sh32 [ -f "./rump.sysmap" ] || die rump.sysmap not found
/netbsd-current/sys/arch/sgimips/hpc/
H A Dwdsc.c311 int found; local
313 found = wd33c93_intr(sc);
314 if (found)
316 return found;
/netbsd-current/usr.sbin/lpr/lpc/
H A Dlpc.c205 struct cmd *c, *found; local
210 found = 0;
219 found = c;
226 return(found);

Completed in 261 milliseconds

<<11121314151617181920>>