Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 1908) sorted by relevance

12345678910>>...77

/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dixp.rdomain1.ok18 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
19 Ext. Communities: ovs not-found
24 Origin IGP, metric 0, localpref 1, weight 0, ovs not-found, avs unknown, external, valid, best
26 Ext. Communities: ovs not-found rt 65524:2
31 Origin IGP, metric 0, localpref 1, weight 0, ovs not-found, avs unknown, external, valid, best
33 Ext. Communities: ovs not-found rt 65524:2
38 Origin IGP, metric 0, localpref 1, weight 0, ovs not-found, avs unknown, external, valid, best
40 Ext. Communities: ovs not-found rt 65524:2
45 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
47 Ext. Communities: ovs not-found
[all …]
H A Dixp.rdomain2.ok5 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
10 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
15 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
22 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
29 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
36 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
41 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
47 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
53 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
58 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
[all …]
H A Dmrt-table-mp.ok5 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
9 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
16 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
21 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
25 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
32 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
37 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
42 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
49 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
55 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
[all …]
H A Dmrt-table-v2.ok5 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
9 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
16 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
21 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
25 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
32 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
37 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
42 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
49 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
55 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
[all …]
H A Deval_all.test4.ok5 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
10 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
15 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
20 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
25 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
30 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
H A Dmrt-table.ok5 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
9 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
16 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
21 Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, avs unknown, external
25 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
32 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external
/openbsd-src/gnu/gcc/gcc/
H A Dtree-nrv.c109 tree found = NULL; in tree_nrv() local
143 if (found != NULL) in tree_nrv()
148 if (found != ret_expr) in tree_nrv()
152 found = ret_expr; in tree_nrv()
156 if (TREE_CODE (found) != VAR_DECL in tree_nrv()
157 || TREE_THIS_VOLATILE (found) in tree_nrv()
158 || DECL_CONTEXT (found) != current_function_decl in tree_nrv()
159 || TREE_STATIC (found) in tree_nrv()
160 || TREE_ADDRESSABLE (found) in tree_nrv()
161 || DECL_ALIGN (found) > DECL_ALIGN (result) in tree_nrv()
[all …]
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dlvolume.c43 int found; in v_catsearch() local
51 found = bt_search(&vol->cat, pkey, np); in v_catsearch()
52 if (found <= 0) in v_catsearch()
53 return found; in v_catsearch()
81 int found; in v_extsearch() local
94 found = bt_search(&file->vol->ext, pkey, np); in v_extsearch()
99 if (found <= 0) in v_extsearch()
100 return found; in v_extsearch()
118 int found; in v_getthread() local
123 found = v_catsearch(vol, id, "", thread, 0, np); in v_getthread()
[all …]
/openbsd-src/usr.bin/tmux/
H A Dstyle.c64 char tmp[256], *found; in style_parse()
120 found = strchr(tmp + 6, '|'); in style_parse()
121 if (found != NULL) { in style_parse()
122 *found++ = '\0'; in style_parse()
123 if (*found == '\0') in style_parse()
127 if (found != NULL) in style_parse()
133 if (found != NULL) in style_parse()
139 if (found == NULL) in style_parse()
141 if (*found != '%' || found[ in style_parse()
62 char tmp[256], *found; style_parse() local
[all...]
H A Dcmd-kill-window.c63 u_int found; in cmd_kill_window_exec() local
82 found = 0; in cmd_kill_window_exec()
86 found++; in cmd_kill_window_exec()
90 } while (found != 0); in cmd_kill_window_exec()
96 found = 0; in cmd_kill_window_exec()
99 found++; in cmd_kill_window_exec()
101 if (found > 1) in cmd_kill_window_exec()
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dtarget.c31 struct thread_info *found; in set_desired_inferior() local
35 found = (struct thread_info *) find_inferior_id (&all_threads, in set_desired_inferior()
40 found = NULL; in set_desired_inferior()
46 found = (struct thread_info *) find_inferior_id (&all_threads, in set_desired_inferior()
49 if (found == NULL) in set_desired_inferior()
50 found = (struct thread_info *) find_inferior_id (&all_threads, in set_desired_inferior()
54 if (found == NULL) in set_desired_inferior()
57 current_inferior = found; in set_desired_inferior()
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/
H A DPerldoc.pm550 my @found = $self->grand_search_init(\@pages);
551 exit ($self->is_vms ? 98962 : 1) unless @found;
555 print join("\n", @found), "\n";
559 $self->tweak_found_pathnames(\@found);
561 return $self->page_module_file(@found) if $self->opt_m;
562 DEBUG > 2 and print "Found: [@found]\n";
564 return $self->render_and_page(\@found);
835 my($self, $pages, @found) = @_;
845 push @found, $filename;
865 push(@found, $_) if m,/$searchfor(?:\.(?:pod|pm))?\z,i;
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dname.c61 static ffename ffename_lookup_ (ffenameSpace ns, ffelexToken t, bool *found);
70 ffename_lookup_ (ffenameSpace ns, ffelexToken t, bool *found) in ffename_lookup_() argument
78 *found = TRUE; in ffename_lookup_()
83 *found = FALSE; in ffename_lookup_()
98 bool found; in ffename_find() local
104 n = ffename_lookup_ (ns, t, &found); in ffename_find()
105 if (found) in ffename_find()
152 bool found; in ffename_lookup() local
158 n = ffename_lookup_ (ns, t, &found); in ffename_lookup()
160 return found ? n : NULL; in ffename_lookup()
/openbsd-src/sys/uvm/
H A Duvm_pmemrange.c855 struct vm_page *found, *f_next; /* Iterate chunks. */ in uvm_pmr_getpages()
856 psize_t fcount; /* Current found pages. */ in uvm_pmr_getpages()
860 paddr_t fstart, fend; /* Pages to be taken from found. */ in uvm_pmr_getpages()
998 * If we found sufficient pages, go to the success exit code. in uvm_pmr_getpages()
1055 for (found = uvm_pmr_nfindsz(pmr, search[try], memtype); in uvm_pmr_getpages()
1056 found != NULL; in uvm_pmr_getpages()
1057 found = f_next) { in uvm_pmr_getpages()
1058 f_next = uvm_pmr_nextsz(pmr, found, memtype); in uvm_pmr_getpages()
1060 fstart = atop(VM_PAGE_TO_PHYS(found)); in uvm_pmr_getpages()
1076 &found, desperat in uvm_pmr_getpages()
849 struct vm_page *found, *f_next; /* Iterate chunks. */ uvm_pmr_getpages() local
1874 struct vm_page *found, *splitpg; uvm_pmr_get1page() local
[all...]
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dselftest_llc.c27 unsigned int ia_freq, ring_freq, found; in gen6_verify_ring_freq() local
41 found = (val >> 0) & 0xff; in gen6_verify_ring_freq()
42 if (found != ia_freq) { in gen6_verify_ring_freq()
46 found, ia_freq); in gen6_verify_ring_freq()
51 found = (val >> 8) & 0xff; in gen6_verify_ring_freq()
52 if (found != ring_freq) { in gen6_verify_ring_freq()
56 found, ring_freq); in gen6_verify_ring_freq()
/openbsd-src/usr.bin/ssh/
H A Dauth2-pubkeyfile.c174 u_int i, found = 0; in auth_check_principals_line() local
210 found = 1; in auth_check_principals_line()
212 if (found && authoptsp != NULL) { in auth_check_principals_line()
217 return found ? 0 : -1; in auth_check_principals_line()
268 struct sshkey *found = NULL; in auth_check_authkey_line() local
277 if ((found = sshkey_new(want_keytype)) == NULL) { in auth_check_authkey_line()
284 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line()
293 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line()
308 if (!sshkey_equal(found, key->cert->signature_key) || in auth_check_authkey_line()
313 if (!sshkey_equal(found, key) || keyopts->cert_authority) in auth_check_authkey_line()
[all …]
H A Dssh-keysign.c178 int r, key_fd[NUM_KEYTYPES], i, found, version = 2, fd; in main() local
228 for (i = found = 0; i < NUM_KEYTYPES; i++) { in main()
230 found = 1; in main()
232 if (found == 0) in main()
239 found = 0; in main()
251 found = 1; in main()
254 if (!found) in main()
279 found = 0; in main()
283 found = 1; in main()
287 if (!found) { in main()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Darsup.c69 bfd_boolean found = FALSE; in map_over_list() local
77 found = TRUE; in map_over_list()
82 if (! found) in map_over_list()
295 int found = 0; in ar_delete() local
302 found = 1; in ar_delete()
310 if (!found) in ar_delete()
357 int found = 0; in ar_replace() local
376 found = 1; in ar_replace()
386 if (!found) in ar_replace()
455 int found = 0; in ar_extract() local
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Darsup.c73 bfd_boolean found = FALSE; in map_over_list() local
81 found = TRUE; in map_over_list()
86 if (! found) in map_over_list()
295 int found = 0; in ar_delete() local
302 found = 1; in ar_delete()
310 if (!found) in ar_delete()
357 int found = 0; in ar_replace() local
376 found = 1; in ar_replace()
386 if (!found) in ar_replace()
455 int found = 0; in ar_extract() local
[all …]
H A Daddr2line.c129 static bfd_boolean found; variable
141 if (found) in find_address_in_section()
155 found = bfd_find_nearest_line (abfd, section, syms, pc - vma, in find_address_in_section()
166 if (found) in find_offset_in_section()
176 found = bfd_find_nearest_line (abfd, section, syms, pc, in find_offset_in_section()
213 found = FALSE; in translate_addresses()
219 if (! found) in translate_addresses()
259 found = FALSE; in translate_addresses()
261 found = bfd_find_inliner_info (abfd, &filename, &functionname, &line); in translate_addresses()
262 } while (found); in translate_addresses()
/openbsd-src/gnu/llvm/clang/utils/
H A DClangDataFormat.py123 found = searchForType(child, searched)
124 if found:
125 return found
130 found = searchForType(val, searched)
131 if found:
132 return found if not found.TypeIsPointerType() else found.Dereference()
/openbsd-src/regress/sbin/pfctl/
H A Dpfail16.ok1 no IP address found for 10.0.0.0.1
3 no IP address found for :80
5 no IP address found for 2000:0:0:0:0:0:0:0:0:1
7 no IP address found for 256.0.0.1
9 no IP address found for 10.0.0.0:network
/openbsd-src/usr.bin/telnet/
H A Dgenget.c70 char **c, **found; in genget() local
76 found = NULL; in genget()
82 if (found) in genget()
84 found = c; in genget()
86 return(found); in genget()
/openbsd-src/sys/dev/pci/
H A Dif_dc_pci.c166 int found = 0; in dc_pci_attach() local
228 found = 1; in dc_pci_attach()
237 found = 1; in dc_pci_attach()
248 found = 1; in dc_pci_attach()
266 found = 1; in dc_pci_attach()
278 found = 1; in dc_pci_attach()
290 found = 1; in dc_pci_attach()
299 found = 1; in dc_pci_attach()
311 found = 1; in dc_pci_attach()
320 found = 1; in dc_pci_attach()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcorefile.exp61 set found 0
69 set found 1
73 if { $found == 0 } {
78 set found 1
81 if { $found == 0 } {
91 set found 1
100 if { $found == 0 } {

12345678910>>...77