Searched refs:found (Results 501 - 525 of 2073) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml60 raise (Error ("Value " ^ name ^ " not found"))
67 raise (Error ("Function " ^ name ^ " not found"))
/netbsd-current/sys/arch/sgimips/ioc/
H A Doiocsc.c332 int found; local
334 found = wd33c93_intr(dev);
335 if (found)
337 return(found);
/netbsd-current/usr.sbin/puffs/
H A Dmakerumpmanpages.sh189 echo ERROR: $fs not found in any class!
/netbsd-current/sys/ufs/chfs/
H A Dchfs_subr.c101 * Returns a pointer to the entry when found, otherwise NULL.
106 bool found; local
114 found = false;
121 found = true;
126 return found ? fd : NULL;
/netbsd-current/sys/dev/dkwedge/
H A Ddkwedge_rdb.c112 bool found, root, swap; local
164 found = root = swap = false;
267 found = true;
270 if (found)
316 aprint_verbose("deprecated dostype found: 0x%x\n",
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_syncmap.c169 goto found;
195 found:
245 goto found;
277 * of the tree. If it has height 0, we have found our leaf and just
338 found:
/netbsd-current/sys/dev/isa/
H A Dtcic2_isa.c147 int val, found, msize; local
178 found = 0;
189 found++;
199 if (!found)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-streamer.c221 ((unsigned)-1 if T is not found). */
267 bool found = false; local
270 for (unsigned i = 0; !found && i < cache->nodes.length (); ++i)
272 found = true;
273 gcc_assert (found);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/parse/
H A Dlabelbug.s9 ; A problem tege found...
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-streamer.cc221 ((unsigned)-1 if T is not found). */
267 bool found = false; local
270 for (unsigned i = 0; !found && i < cache->nodes.length (); ++i)
272 found = true;
273 gcc_assert (found);
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-empty.exp9 Global: ignoring delete '.INCLUDEDFROMDIR' as it is not found
10 Global: ignoring delete '.INCLUDEDFROMFILE' as it is not found
H A Dvarname-dot-shell.exp4 Global: ignoring delete '.SHELL' as it is not found
23 Global: ignoring delete '.SHELL' as it is not found
/netbsd-current/usr.bin/getconf/
H A Dgetconf.c180 /* Extensions found in Solaris and Linux. */
201 int found; local
232 found = 0;
240 found = 1;
247 if (!a_flag && !found) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dncache.h158 *\li On a return of ISC_R_SUCCESS, 'rdataset' is bound to the found
162 *\li #ISC_R_SUCCESS - the rdataset was found.
163 *\li #ISC_R_NOTFOUND - the rdataset was not found.
175 dns_ncache_current(dns_rdataset_t *ncacherdataset, dns_name_t *found,
183 * \li 'found' to be valid.
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dncache.h157 *\li On a return of ISC_R_SUCCESS, 'rdataset' is bound to the found
161 *\li #ISC_R_SUCCESS - the rdataset was found.
162 *\li #ISC_R_NOTFOUND - the rdataset was not found.
174 dns_ncache_current(dns_rdataset_t *ncacherdataset, dns_name_t *found,
182 * \li 'found' to be valid.
/netbsd-current/sys/arch/alpha/alpha/
H A Ddec_eb64plus.c189 static int found, initted, diskboot, netboot; local
194 if (b == NULL || found)
241 found = 1;
271 /* we've found it! */
276 found = 1;
H A Ddec_alphabook1.c181 static int found, initted, diskboot, netboot; local
186 if (b == NULL || found)
233 found = 1;
263 /* we've found it! */
268 found = 1;
H A Ddec_axppci_33.c225 static int found, initted, diskboot, netboot; local
230 if (b == NULL || found)
277 found = 1;
307 /* we've found it! */
312 found = 1;
H A Ddec_kn20aa.c190 static int found, initted, diskboot, netboot; local
195 if (b == NULL || found)
242 found = 1;
272 /* we've found it! */
277 found = 1;
H A Ddec_eb66.c181 static int found, initted, diskboot, netboot; local
186 if (b == NULL || found)
233 found = 1;
263 /* we've found it! */
268 found = 1;
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_xa.c219 void *found; local
223 found = xa_find(xa, &start, max, tagmask);
224 if (found)
226 return found;
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Definet.c329 bool found; local
348 found = false;
352 found = true;
356 if (!found)
368 found = false;
374 found = efi_net_pci_probe(&enis[nifs],
379 if (found) {
/netbsd-current/external/bsd/byacc/dist/
H A Dlr0.c186 int found = 0; local
188 while (!found)
194 found = 1;
198 while (found && isp1 < iend)
201 found = 0;
205 if (!found)
214 found = 1;
/netbsd-current/games/atc/
H A Dupdate.c321 int found, start_plane = last_plane; local
324 found = 0;
330 found++;
333 if (!found)
336 found++;
339 } while (found && last_plane != start_plane);
340 if (found)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dplugin.c377 int found = 0; local
381 return found;
387 return found;
425 found = try_load_plugin (full_name, abfd, &valid_plugin);
430 if (found)
437 if (found)
441 return found;

Completed in 430 milliseconds

<<21222324252627282930>>