Home
last modified time | relevance | path

Searched full:found (Results 1 – 25 of 5362) sorted by relevance

12345678910>>...215

/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 …]
/openbsd-src/sbin/fsck_ffs/SMM.doc/
H A D4.t431 has found inode \fII\fP whose size is shorter than the number of
462 If another allocated inode with a zero link count is found,
556 If another duplicate block is found, this error condition will repeat.
586 When a duplicate block is found in the file system, the file system is
588 This section lists the error condition when the duplicate block is found.
625 The files and directories usually found in the root will be recovered
627 .I lost+found .
647 The files and directories usually found in the root will be recovered
649 .I lost+found .
671 Phase 1 or Phase 1b have found duplicate blocks
[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/gnu/gcc/gcc/
H A Dtree-nrv.c109 tree found = NULL; in tree_nrv() local
143 if (found != NULL) in tree_nrv()
145 /* If we found a return statement using a different variable 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()
[all …]
/openbsd-src/usr.sbin/smtpd/
H A Dsmtpd-tables.7153 .Sq found
154 if found,
155 .Sq not-found
163 .Sq found
164 and the value if found,
165 .Sq not-found
166 if not found, or
177 .Sq found
178 and the value if found,
179 .Sq not-found
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/
H A Duse-llvm-tool.py1 ## Show that lit reports the path of tools found via use_llvm_tool.
12 ## 1 | / | X | N/S | <- Can be found via env
13 ## 2 | X | / | N/S | <- Can be found via build dir if env specified
14 ## 3 | N/S | / | N/S | <- Can be found via build dir
15 ## 4 | N/S | X | / | <- Can be found via PATH, if requested
16 ## 5 | N/S | X | N/S | <- Cannot be found via PATH, if not requested
19 ## 8 | X | X | X | <- Say nothing if cannot be found if not required
36 ## Test that if required is True, lit errors if the tool is not found.
39 # ERROR: note: using found: {{.*}}found
40 # ERROR-NEXT: fatal: couldn't find 'not-found' program
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dptr_table.t23 is($t1->fetch($a), 0, 'Not found');
24 is($t1->fetch($h), 0, 'Not found');
25 is($t1->fetch($c), 0, 'Not found');
29 cmp_ok($t1->fetch($a), '==', $h, 'Found');
30 is($t1->fetch($h), 0, 'Not found');
31 is($t1->fetch($c), 0, 'Not found');
35 cmp_ok($t1->fetch($a), '==', $h, 'Found');
36 is($t1->fetch($h), 0, 'Not found');
37 is($t1->fetch($c), 0, 'Not found');
/openbsd-src/sys/dev/pci/drm/i915/soc/
H A Dintel_pch.c16 drm_dbg_kms(&dev_priv->drm, "Found Ibex Peak PCH\n"); in intel_pch_type()
20 drm_dbg_kms(&dev_priv->drm, "Found CougarPoint PCH\n"); in intel_pch_type()
25 drm_dbg_kms(&dev_priv->drm, "Found PantherPoint PCH\n"); in intel_pch_type()
31 drm_dbg_kms(&dev_priv->drm, "Found LynxPoint PCH\n"); in intel_pch_type()
38 drm_dbg_kms(&dev_priv->drm, "Found LynxPoint LP PCH\n"); in intel_pch_type()
45 drm_dbg_kms(&dev_priv->drm, "Found WildcatPoint PCH\n"); in intel_pch_type()
53 drm_dbg_kms(&dev_priv->drm, "Found WildcatPoint LP PCH\n"); in intel_pch_type()
61 drm_dbg_kms(&dev_priv->drm, "Found SunrisePoint PCH\n"); in intel_pch_type()
66 drm_dbg_kms(&dev_priv->drm, "Found SunrisePoint LP PCH\n"); in intel_pch_type()
74 drm_dbg_kms(&dev_priv->drm, "Found Kaby Lake PCH (KBP)\n"); in intel_pch_type()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Diterate.cpp34 std::vector<std::pair<void *, size_t>> Found; in TEST_F() local
41 reinterpret_cast<void *>(&Found)); in TEST_F()
44 std::sort(Found.begin(), Found.end()); in TEST_F()
45 EXPECT_EQ(Allocated, Found); in TEST_F()
51 Found.clear(); in TEST_F()
58 reinterpret_cast<void *>(&Found)); in TEST_F()
61 // We should have found every allocation but the last. in TEST_F()
63 std::sort(Found.begin(), Found.end()); in TEST_F()
66 EXPECT_EQ(Allocated, Found); in TEST_F()
/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()
43 …pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected CPU freq, found %d, expected %d\n… 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()
53 …pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected ring freq, found %d, expected %d\… in gen6_verify_ring_freq()
56 found, ring_freq); in gen6_verify_ring_freq()
/openbsd-src/gnu/usr.bin/cc/cc_tools/
H A Dauto-host.h322 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
329 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
336 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
342 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
348 /* Define to 1 if we found a declaration for 'basename', otherwise define to
355 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
362 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
369 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
376 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
383 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D01_api.t13 ok( defined(&Load), 'Found exported Load function' );
14 ok( defined(&Dump), 'Found exported Dump function' );
27 ok( defined(&Load), 'Found exported Load function' );
28 ok( defined(&Dump), 'Found exported Dump function' );
29 ok( defined(&LoadFile), 'Found exported LoadFile function' );
30 ok( defined(&DumpFile), 'Found exported DumpFile function' );
31 ok( defined(&freeze), 'Found exported freeze function' );
32 ok( defined(&thaw), 'Found exported thaw functiona' );
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/
H A DMakefile.PL418 print "found <$SYSCALL_H>.\n";
420 print "NOT found.\n";
434 print "found.\n";
459 print "found.\n";
461 print "NOT found.\n";
474 print "found.\n";
476 print "NOT found.\n";
495 print "found.\n";
497 print "NOT found.\n";
514 print "found.\n";
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dprereq.t45 return if $_[0] =~ /\A\QWarning (mostly harmless): No library found for \E.+/
81 sprintf("Warning: prerequisite strict 99999 not found. We have %s.\n",
92 "Warning: prerequisite I::Do::Not::Exist 0 not found.\n", 'non-exist prereq';
102 "Warning: prerequisite I::Do::Not::Configure 0 not found.\n", 'non-exist prereq';
112 "Warning: prerequisite I::Do::Not::Test 0 not found.\n", 'non-exist prereq';
125 is $warnings[1], "Warning: prerequisite I::Do::Not::Exist 0 not found.", 'not found warning';
138 = sprintf("Warning: prerequisite strict 99999 not found. We have %s.\n",
141 ok( $warnings =~ s/Warning: prerequisite I::Do::Not::Exist 0 not found\.\n//
160 MakeMaker FATAL: prerequisites not found.
185 MakeMaker FATAL: prerequisites not found.
[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...]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp382 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope() local
384 LookupName(Found, S); in FindFirstQualifierInScope()
385 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet"); in FindFirstQualifierInScope()
387 if (!Found.isSingleResult()) in FindFirstQualifierInScope()
390 NamedDecl *Result = Found.getFoundDecl(); in FindFirstQualifierInScope()
400 LookupResult Found(*this, IdInfo.Identifier, IdInfo.IdentifierLoc, in isNonTypeNestedNameSpecifier() local
417 Found.setContextRange(SS.getRange()); in isNonTypeNestedNameSpecifier()
431 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
435 LookupName(Found, S); in isNonTypeNestedNameSpecifier()
437 Found.suppressDiagnostics(); in isNonTypeNestedNameSpecifier()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconfig.in414 /* Define to 1 if we found this declaration otherwise define to 0. */
417 /* Define to 1 if we found this declaration otherwise define to 0. */
420 /* Define to 1 if we found this declaration otherwise define to 0. */
423 /* Define to 1 if we found this declaration otherwise define to 0. */
426 /* Define to 1 if we found this declaration otherwise define to 0. */
429 /* Define to 1 if we found this declaration otherwise define to 0. */
432 /* Define to 1 if we found this declaration otherwise define to 0. */
435 /* Define to 1 if we found this declaration otherwise define to 0. */
438 /* Define to 1 if we found this declaration otherwise define to 0. */
441 /* Define to 1 if we found this declaration otherwise define to 0. */
[all …]
/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/regress/usr.bin/ssh/
H A Denvpass.sh24 fail "environment found"
36 fail "environment found"
47 fail "environment found"
58 fail "environment not found"
70 fail "environment not found"
82 fail "environment not found"
93 fail "environment not found"
107 fail "environment not found"
121 fail "environment not found"
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DLookup.h42 /// single name lookup, which can return no result (nothing found),
49 /// No entity found met the criteria.
52 /// No entity found met the criteria within the current
57 /// Name lookup found a single declaration that met the
59 Found, enumerator
61 /// Name lookup found a set of overloaded functions that
65 /// Name lookup found an unresolvable value declaration
78 /// entities that meet the lookup criteria were found in
92 /// nonstatic entities that meet the lookup criteria were found
100 /// return d.x; // error: 'x' is found in two A subobjects (of B and C)
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.cpp67 auto &Found = Registers[PhysReg]; in getRegister() local
68 if (!Found) in getRegister()
69 Found.reset(new RegisterAliasingTracker(RegInfo, PhysReg)); in getRegister()
70 return *Found; in getRegister()
75 auto &Found = RegisterClasses[RegClassIndex]; in getRegisterClass() local
77 if (!Found) in getRegisterClass()
78 Found.reset(new RegisterAliasingTracker(RegInfo, ReservedReg, RegClass)); in getRegisterClass()
79 return *Found; in getRegisterClass()
/openbsd-src/regress/lib/libc/netdb/
H A Dnetdb.c123 err(1, "nonexistent proto found"); in main()
128 err(1, "proto not found"); in main()
134 err(1, "proto not found"); in main()
139 err(1, "nonexistent proto found"); in main()
143 err(1, "nonexistent proto found"); in main()
148 err(1, "nonexistent proto found"); in main()
162 err(1, "servent not found"); in main()
167 err(1, "servent not found"); in main()
172 err(1, "nonexiststent servent found"); in main()
176 err(1, "nonexistent servent found"); in main()
[all …]

12345678910>>...215