Searched refs:found (Results 151 - 175 of 2076) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbuild-id.c51 const struct bfd_build_id *found; local
54 found = build_id_bfd_get (abfd);
56 if (found == NULL)
59 else if (found->size != check_len
60 || memcmp (found->data, check, found->size) != 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbuild-id.c51 const struct bfd_build_id *found; local
54 found = build_id_bfd_get (abfd);
56 if (found == NULL)
59 else if (found->size != check_len
60 || memcmp (found->data, check, found->size) != 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinfo-os.exp126 set found 0
130 set found 1
134 if $found {
/netbsd-current/sys/arch/evbmips/sbmips/
H A Dcpu.c66 static u_int found = 0; variable
82 return (found < ((part >> 8) & 0xf));
94 found++;
109 aprint_normal(": PLL_DIV of zero found, assuming 6 (300MHz)\n");
115 if (found == 1) {
138 ci = cpu_info_alloc(NULL, found - 1, 0, found - 1, 0);
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dthrottle.c90 int found = 0; local
108 found = 1;
118 if (!found) {
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcvsrc.c21 /* this file is to be found in the user's home directory */
47 int found = 0; local
104 found = 1;
121 if (found)
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dtrace.c143 bfd_boolean found; member in struct:bfd_data
156 if (data->found)
170 data->found = bfd_find_nearest_line(abfd, section, syms,
190 data.found = FALSE;
193 if (!data.found)
216 data.found = bfd_find_inliner_info(abfd, &data.filename,
218 } while (data.found);
231 data.found = FALSE;
234 if (!data.found)
303 data.found
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc78 bool found = false; local
83 found = true;
88 if (found) {
92 << " can be found in this test suite.\n";
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-cplus-symbols.c112 internal_error (__FILE__, __LINE__, _("LOC_UNDEF found for \"%s\"."),
155 "evaluation as its address has not been found."),
196 /* We found a symbol for this type that was defined inside
230 /* If we found a symbol and it is not in the static or global
343 bool found = false; local
350 /* First do a "standard" lookup, converting any found symbols.
358 found = true;
369 /* Convert any found symbols. */
372 /* Don't convert the symbol found above, if any, twice! */
375 found
425 int found = 0; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-cplus-symbols.c112 internal_error (_("LOC_UNDEF found for \"%s\"."),
155 "evaluation as its address has not been found."),
196 /* We found a symbol for this type that was defined inside
230 /* If we found a symbol and it is not in the static or global
343 bool found = false; local
350 /* First do a "standard" lookup, converting any found symbols.
358 found = true;
369 /* Convert any found symbols. */
372 /* Don't convert the symbol found above, if any, twice! */
375 found
425 int found = 0; local
[all...]
/netbsd-current/usr.sbin/i2cscan/
H A Di2cscan.c98 int found = 0; local
135 * XXX corrupt the Atmel AT24RF08 EEPROM found
147 printf("\r%s: found device at 0x%02x\n",
149 ++found;
152 if (found == 0)
153 printf("\r%s: no devices found\n", dname);
155 printf("\r%s: %d devices found\n", dname, found);
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dopattern.c61 int found; local
79 for (found = 0, cp = sep + 1; *sep != '}'; cp = sep + 1) {
89 found = 1;
92 return found;
/netbsd-current/sys/netbt/
H A Dhci_misc.c76 goto found;
90 goto found;
101 goto found;
106 found:
133 DPRINTF("memo %p found\n", memo);
138 DPRINTF("no memo found\n");
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Defipxe.c52 bool found; local
89 found = false;
94 found = true;
98 if (found)
/netbsd-current/sys/stand/efiboot/
H A Defipxe.c52 bool found; local
89 found = false;
94 found = true;
98 if (found)
/netbsd-current/sys/arch/mips/mips/
H A Dwired_map.c95 int found, index; local
104 found = 0;
114 found = 1;
119 if (found == 0) {
/netbsd-current/sys/dev/isa/
H A Dcy_isa.c41 int found = 0; local
63 found = cy_find(sc);
67 if (found) {
78 return (found);
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-frame.c419 bool found = false;
430 found = true;
440 if (!found)
462 bool found = false;
472 found = true;
482 if (!found)
498 bool found = false;
506 found = frame != nullptr;
514 if (!found)
530 bool found
417 bool found = false; local
460 bool found = false; local
496 bool found = false; local
528 bool found = false; local
566 bool found = false; local
603 bool found = false; local
658 bool found = false; local
699 bool found = false; local
740 bool found = false; local
780 bool found = false; local
817 bool found = false; local
983 bool found = false; local
[all...]
/netbsd-current/external/bsd/am-utils/dist/hlfsd/
H A Dhomedir.c85 uid2home_t *found; local
90 if ((found = plt_search(userid)) == (uid2home_t *) NULL) {
93 homename = found->home;
96 found->last_status = 1;
105 found->last_status = 0;
122 if ((tp.tv_sec - found->last_access_time) < cache_interval) {
123 if (found->last_status == 0) {
129 found->last_access_time = tp.tv_sec;
139 if (found->child && kill(found
263 delay(uid2home_t *found, int secs) argument
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dinput.c140 int secnum = 1, found = 0; local
182 found += rc;
185 return (found);
193 int found = 0; local
207 found = read_archive(fd, elf, file, label,
212 found = read_file(elf, file, label,
223 return (found);
241 int found; local
244 for (i = 0, found = 0; i < n; i++) {
248 found
[all...]
/netbsd-current/sys/arch/arc/stand/boot/
H A Ddevopen.c127 goto found;
135 found:
/netbsd-current/sys/arch/sgimips/stand/common/
H A Ddevopen.c105 goto found;
113 found:
/netbsd-current/common/lib/libc/arch/mips/string/
H A Dstrrchr.S49 move v0, zero # default if not found
/netbsd-current/usr.bin/locate/locate/
H A Dlocate.c138 int found = 0; local
171 /* some results found */
172 found = 1;
180 exit(found == 0);
188 int count, found, globflag, printed; local
201 found = printed = 0;
222 cutoff = (found ? path : path + count);
223 for (found = 0, s = p; s >= cutoff; s--)
230 found = 1;
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Didprom.c161 goto found;
163 panic("idprom: not found in monitor data");
165 found:
166 printf("idprom: copy found at 0x%x\n", (int)p);

Completed in 222 milliseconds

1234567891011>>