Searched refs:found (Results 351 - 375 of 2073) sorted by relevance

<<11121314151617181920>>

/netbsd-current/usr.bin/make/unit-tests/
H A Dvar-op-shell.exp4 /bin/no/such/command: not found
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dfilters.cpp263 optional< test_filter > found = none; local
265 !found && iter != _filters.end(); iter++) {
267 found = *iter;
269 INV(!found || match_test_program(test_program));
270 return match(static_cast< bool >(found), found);
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_paragraph.c39 goto found; \
51 goto found; \
60 goto found; \
162 found: if (ISMOTION(vp)) {
292 goto found;
304 found: vp->m_stop.lno = lno;
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A D__init__.py185 found = self._try_to_compile_and_link(source)
187 'found' if found else 'not found')
188 self.results.update({name: found})
196 found = self._try_to_compile_and_link(source)
198 'found' if found else 'not found')
199 self.results.update({name: found})
[all...]
/netbsd-current/games/atc/
H A Dlog.c157 int i, num_scores = 0, good, changed = 0, found = 0; local
232 found++;
236 if (!found) {
250 if (!found && !changed && num_scores < NUM_SCORES) {
258 if (found)
282 if (found)
/netbsd-current/sys/arch/mvme68k/dev/
H A Dwdsc.c301 int found = 0; local
315 ++found;
321 return found;
331 int found; local
342 found = sbicintr(dev);
350 return found;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_encoders.c93 struct drm_connector *connector, *found = NULL; local
101 found = connector;
106 return found;
114 struct drm_connector *connector, *found = NULL; local
122 found = connector;
127 return found;
/netbsd-current/sys/external/bsd/drm2/drm/
H A Ddrm_vma_manager.c304 struct drm_vma_offset_file *const found =
306 if (found != NULL)
307 rb_tree_remove_node(&node->von_files, found);
309 if (found != NULL)
310 kmem_free(found, sizeof(*found));
301 struct drm_vma_offset_file *const found = local
/netbsd-current/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c599 int found; local
617 for (found = 0, tries = 0; found == 0 && tries < 2; tries++) {
626 found = 1;
633 message_deleted += found;
644 int found; local
663 for (found = 0, tries = 0; found == 0 && tries < 2; tries++) {
677 found = 1;
683 message_requeued += found;
694 int found; local
745 int found; local
784 int found; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dbad.l3 [^:]*:7: Error: junk found after instruction: mov.bc r1,r2
4 [^:]*:8: Error: junk found after instruction: mov.cd r1,r2
5 [^:]*:9: Error: junk found after instruction: mov.cd r1,r2
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Ddebuginfod.exp22 unsupported "$test (not found)"
27 unsupported "$test (curl not found)"
101 set found 0
102 while { ! $found } {
112 set found 1
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dfilterprov.c196 const char *found = strstr(algs->algorithm_names, name); local
198 if (found == NULL)
200 if (found[namelen] != '\0' && found[namelen] != ':')
202 if (found != algs->algorithm_names && found[-1] != ':')
205 /* We found a match */
213 /* No match found */
/netbsd-current/external/ibm-public/postfix/dist/src/postalias/
H A Dpostalias.c45 /* The exit status is zero when the requested information was found.
49 /* when at least one of the requested keys was found.
81 /* found to the standard output stream. The exit status is zero
82 /* when the requested information was found.
90 /* \fIkey: value\fR output for each key that was found. The exit
91 /* status is zero when at least one of the requested keys was found.
521 int found = 0; local
559 found = 1;
567 if (found)
579 return (found);
612 int found = 0; local
742 int found; local
[all...]
/netbsd-current/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c309 struct lruhash_entry* found, *reclaimlist=NULL; local
326 if(!(found=bin_find_entry(table, bin, hash, entry->key, &collisions))) {
338 (*table->sizefunc)(found->key, found->data);
340 lru_touch(table, found);
341 lock_rw_wrlock(&found->lock);
342 (*table->deldatafunc)(found->data, cb_arg);
343 found->data = data;
344 lock_rw_unlock(&found->lock);
588 struct lruhash_entry* found, *reclaimlis local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/netbsd-current/external/gpl3/binutils/dist/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A DCA.pl.in90 my $found = 0;
95 $found = 1 if /^-----BEGIN.*$bound/;
96 print OUT $_ if $found;
97 $found = 2, last if /^-----END.*$bound/;
101 return $found == 2 ? 0 : 1;
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A DCA.pl.in96 my $found = 0;
101 $found = 1 if /^-----BEGIN.*$bound/;
102 print OUT $_ if $found;
103 $found = 2, last if /^-----END.*$bound/;
107 return $found == 2 ? 0 : 1;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h175 map_alloc_type::iterator found = map_alloc().find(p); local
176 if (found == map_alloc().end())
184 if (found->second.second != size)
189 log_to_string(error, *found);
193 return found;
200 std::string found; local
207 log_to_string(found, *beg);
219 log_to_string(found, *beg);
225 if (!found.empty())
228 error += found;
237 std::string found; local
272 auto found = map_construct().find(p); local
289 std::string found; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h175 map_alloc_type::iterator found = map_alloc().find(p); local
176 if (found == map_alloc().end())
184 if (found->second.second != size)
189 log_to_string(error, *found);
193 return found;
200 std::string found; local
207 log_to_string(found, *beg);
219 log_to_string(found, *beg);
225 if (!found.empty())
228 error += found;
237 std::string found; local
272 auto found = map_construct().find(p); local
289 std::string found; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dminsyms.c85 const char *found = strstr (name, suffix); local
86 if (found == nullptr)
89 const char *start = &found[suffix_len];
242 better type than what we had already found, and record it in one
271 /* If a trampoline symbol is found, we prefer to keep
273 is not found, then we'll use the trampoline
304 found_minimal_symbols &found)
313 && found.maybe_collect (sfile, objfile, msymbol))
328 found_minimal_symbols &found)
337 && found
298 lookup_minimal_symbol_mangled(const char *lookup_name, const char *sfile, struct objfile *objfile, struct minimal_symbol **table, unsigned int hash, int (*namecmp) (const char *, const char *), found_minimal_symbols &found) argument
322 lookup_minimal_symbol_demangled(const lookup_name_info &lookup_name, const char *sfile, struct objfile *objfile, struct minimal_symbol **table, unsigned int hash, symbol_name_matcher_ftype *matcher, found_minimal_symbols &found) argument
366 found_minimal_symbols found; local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/libs/libbib/
H A Dlinear.cpp167 const char *found = key->search(ptr, bufend); local
168 if (!found)
170 if (check_match(buf, bufend, found, key->length(), &ptr, start))
171 return found;
411 const char *found = search_and_check(keys[0], buffer, bufend, &refstart); local
412 if (!found)
414 const char *refend = find_end(bufend, found + keys[0]->length());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sink.c208 /* If we found a shallower loop nest, then we always consider that
234 /* No better block found, so return EARLY_BB, which happens to be the
383 basic_block found = NULL; local
395 if (!found)
396 found = bb;
397 else if (dominated_by_p (CDI_DOMINATORS, bb, found))
398 found = bb;
400 if (found == commondom)
403 commondom = found;
/netbsd-current/sys/arch/atari/pci/
H A Dpci_vga.c114 * bus0 for VGA cards. The first card found is used.
122 int device, found, maxndevs, i; local
129 found = 0;
153 for (device = 0; !found && (device < maxndevs); device++) {
177 found = 1;
191 found = 1;
195 found = 1;
202 if (!found)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dticket.c190 krb5_boolean *found,
214 if (!*found && ad->val[i].ad_type == type) {
221 *found = TRUE;
238 ret = find_type_in_ad(context, type, data, found, FALSE,
289 ret = find_type_in_ad(context, type, data, found, failp, sessionkey,
319 if (*found) {
321 *found = 0;
334 krb5_boolean found = FALSE; local
345 ret = find_type_in_ad(context, type, data, &found, TRUE, sessionkey, ad, 0);
348 if (!found) {
187 find_type_in_ad(krb5_context context, int type, krb5_data *data, krb5_boolean *found, krb5_boolean failp, krb5_keyblock *sessionkey, const AuthorizationData *ad, int level) argument
379 krb5_boolean found = FALSE; local
[all...]

Completed in 214 milliseconds

<<11121314151617181920>>