Searched refs:found (Results 451 - 475 of 2075) sorted by relevance

<<11121314151617181920>>

/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,
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSourceFile.cpp36 bool found = PathSearcher::getGlobalSearcher().search(path, PathSearcher::kFindFile, true, actualPath); local
37 if (!found)
/netbsd-current/sys/arch/evbarm/stand/boot2440/
H A Dnetif.c106 goto found;
110 found:
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dnif.c81 goto found;
85 found:
/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dalloc.c156 goto found;
171 if (failed) { /* nothing found */
194 found:
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dalloc.c156 goto found;
171 if (failed) { /* nothing found */
194 found:
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dalloc.c155 goto found;
170 if (failed) { /* nothing found */
193 found:
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcmp-232 msgcmp: found 1 fatal error
H A Dmsgcmp-332 msgcmp: found 1 fatal error
H A Dmsgfmt-1078 msgfmt: found 1 fatal error
H A Dmsgmerge-231 msgmerge: found 1 fatal error
H A Dmsgmerge-934 msgmerge: found 1 fatal error
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/arm/
H A Dmullu.S9 # which accompanies this distribution. The full text of the license may be found at
/netbsd-current/sys/arch/x86/x86/
H A Dx86_autoconf.c223 int found = 0; local
260 found = memcmp(biw->matchhash, hash, sizeof(hash)) == 0;
261 DPRINTF(("%s: %s found=%d\n", __func__, device_xname(dv), found));
266 return found;
279 int found = 0; local
318 found = 1;
320 DPRINTF(("%s: %s found=%d\n", __func__, device_xname(dv), found));
324 return found;
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldfile.c417 bfd_boolean found = FALSE; local
422 found = ldfile_open_file_search (arch->name, entry, "lib", ".a");
423 if (found)
426 found = ldfile_open_file_search (arch->name, entry, ":lib", ".a");
427 if (found)
430 found = ldemul_find_potential_libraries (arch->name, entry);
431 if (found)
435 /* If we have found the file, we don't need to search directories
437 if (found)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvtable-verify.c119 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.old/dist/libgcc/config/ia64/
H A Dfde-glibc.c108 goto found;
114 found:
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldfile.c418 bfd_boolean found = FALSE; local
440 found = ldfile_open_file_search (arch->name, entry, "lib", ".a");
441 if (found)
444 found = ldfile_open_file_search (arch->name, entry, ":lib", ".a");
445 if (found)
448 found = ldemul_find_potential_libraries (arch->name, entry);
449 if (found)
453 /* If we have found the file, we don't need to search directories
455 if (found)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dbti-plt-7.d14 Displaying notes found in: .note.gnu.property
H A Dbti-warn.d14 Displaying notes found in: .note.gnu.property
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dproperty-x86-cet2a.d10 Displaying notes found in: .note.gnu.property
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/i386/
H A Dpr21231b.d6 Displaying notes found in: .note.gnu.property
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/x86-64/
H A Dpr21231b.d6 Displaying notes found in: .note.gnu.property
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dproperty-x86-cet2a.d10 Displaying notes found in: .note.gnu.property
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-c-symbols.c119 internal_error (__FILE__, __LINE__, _("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...]

Completed in 1593 milliseconds

<<11121314151617181920>>