Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dutil.py39 missing = []
46 missing.append(e)
65 missing.extend(expected[i:])
68 return missing, unexpected
78 missing = []
85 missing.append(item)
102 return missing, unexpected
105 return missing, actual
/openbsd-src/gnu/usr.bin/perl/utils/
H A Dperlivp.PL288 my @missing = ();
305 @missing = ();
306 @missing = $installed -> validate($_);
309 @missing = grep { ! /\.bs$/ } @missing;
311 @missing = grep { ! ( -s "$_.gz" || -s "$_.bz2" ) } @missing;
315 print '# ',join(' ',@missing),"\n";
320 @missing = ();
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/
H A DbreakingIt.out_lint1 mandoc: breakingIt.in:14:2: ERROR: inserting missing end of block: It breaks Ao
2 mandoc: breakingIt.in:21:2: ERROR: inserting missing end of block: It breaks Ao
3 mandoc: breakingIt.in:29:2: ERROR: inserting missing end of block: It breaks Ao
4 mandoc: breakingIt.in:37:2: ERROR: inserting missing end of block: It breaks Ao
5 mandoc: breakingIt.in:45:2: ERROR: inserting missing end of block: It breaks Bd
6 mandoc: breakingIt.in:52:2: ERROR: inserting missing end of block: It breaks Bd
7 mandoc: breakingIt.in:60:2: ERROR: inserting missing end of block: It breaks Bd
8 mandoc: breakingIt.in:68:2: ERROR: inserting missing end of block: It breaks Bd
H A Dbreak.out_lint9 mandoc: break.in:59:2: ERROR: inserting missing end of block: Sh breaks Bd
13 mandoc: break.in:74:2: ERROR: inserting missing end of block: Sh breaks Bo
15 mandoc: break.in:76:25: ERROR: appending missing end of block: Bo
16 mandoc: break.in:75:2: ERROR: appending missing end of block: Bl
/openbsd-src/regress/lib/libcrypto/certs/
H A DREADME13 2b. Same as (2a), however the intermediate is missing which should
22 3b. Same as (3a) however the first intermediate is missing which should
25 3c. Same as (3a) however the second intermediate is missing which should
28 3d. Same as (3a) however the third intermediate is missing which should
37 4b. Same as (4a) but with one root missing (should verify with one chain).
39 4c. Same as (4b) but with the other root missing (should verify with one
42 4d. Same as (4a) but with one intermediate missing (should verify with one
45 4e. Same as (4d) but with the other intermediate missing (should verify
61 5b. Same as (5a) but missing the first root certificate (should verify
64 5c. Same as (5a) but missing the second root certificate (should verify
[all …]
/openbsd-src/regress/lib/libssl/tlsfuzzer/
H A Dtlsfuzzer.py402 "-x", "invalid dh_Yc value - missing",
668 self.missing = []
698 self.missing.append(script)
741 if self.missing:
743 print('\n'.join(self.missing))
814 def list_or_missing(missing=True):
817 if missing:
821 missing = scripts - set(tests)
822 if missing:
823 print('\n'.join(sorted(missing)))
816 list_or_missing(missing=True) global() argument
[all...]
/openbsd-src/regress/usr.sbin/httpd/patterns/
H A Dtest-patterns.in19 /page/51 /page/[51 malformed pattern (missing ']')
20 /page/(51) /page/%b( malformed pattern (missing arguments to '%b')
22 /page/51 /page/%f missing '[' after '%f' in pattern
23 /page/51 /page%f/51 missing '[' after '%f' in pattern
H A Dtest-patterns.out73 patterns-tester: str_match: malformed pattern (missing ']')
76 patterns-tester: str_match: malformed pattern (missing arguments to '%b')
82 patterns-tester: str_match: missing '[' after '%f' in pattern
85 patterns-tester: str_match: missing '[' after '%f' in pattern
/openbsd-src/regress/usr.bin/mandoc/man/TH/
H A Dnoarg.out_lint1 mandoc: noarg.in:2:2: WARNING: missing manual title, using "": TH
2 mandoc: noarg.in:2:2: WARNING: missing manual section, using "": TH
3 mandoc: noarg.in:2:2: WARNING: missing date, using "": TH
H A DnoTH.out_lint1 mandoc: noTH.in: WARNING: missing manual title, using ""
2 mandoc: noTH.in: WARNING: missing date, using ""
H A Dtwoargs.out_lint1 mandoc: twoargs.in:2:2: WARNING: missing manual section, using "": TH TH-TWOARGS
2 mandoc: twoargs.in:2:2: WARNING: missing date, using "": TH
/openbsd-src/regress/usr.bin/mandoc/mdoc/Rv/
H A Dnostd.out_lint1 mandoc: nostd.in:10:2: WARNING: missing -std argument, adding it: Rv
2 mandoc: nostd.in:13:2: WARNING: missing -std argument, adding it: Rv
3 mandoc: nostd.in:16:2: WARNING: missing -std argument, adding it: Rv
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ex/
H A Dnostd.out_lint1 mandoc: nostd.in:10:2: WARNING: missing -std argument, adding it: Ex
2 mandoc: nostd.in:13:2: WARNING: missing -std argument, adding it: Ex
3 mandoc: nostd.in:16:2: WARNING: missing -std argument, adding it: Ex
H A Dnoname.out_lint1 mandoc: noname.in:6:2: ERROR: missing manual name, using "": Nm
2 mandoc: noname.in:10:2: WARNING: missing utility name, using "": Ex
/openbsd-src/regress/usr.bin/mandoc/mdoc/Dt/
H A DMakefile4 REGRESS_TARGETS += missing noarg nobody nosec order
6 LINT_TARGETS += missing noarg nobody nosec order
19 SKIP_TMAN = fourargs late missing noarg nosec
H A Dmissing.out_lint1 mandoc: missing.in: WARNING: missing manual title, using UNTITLED: EOF
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dfrv.opc968 return "missing ')'";
981 return "missing `@'";
1007 return "missing ')'";
1020 return "missing `@'";
1046 return "missing ')'";
1059 return "missing `@'";
1084 return "missing `)'";
1099 return "missing ')'";
1111 return "missing ')'";
1123 return "missing ')'";
[all …]
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dmanicheck18 my $missing = 0;
26 ++$missing;
48 my $exitcode = $exitstatus ? $missing + $bonus : 0;
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dtest_testlist.t71 my %missing;
87 $missing{$file}++ unless $all{$file};
90 return \%missing;
92 my $missing = find_in_manifest_but_missing();
93 is(0+keys(%$missing), 0, "Nothing in manifest that we wouldn't test")
94 or print STDERR map { "# $_\n" } sort keys %$missing;
/openbsd-src/regress/usr.bin/pkg-config/
H A DMakefile58 missing-req-1 \
59 missing-req-2 \
60 missing-req-3 \
61 missing-req-4 \
446 missing-req-1:
449 @! ${VPCONFIG} --libs missing-req
452 missing-req-2:
456 @! ${VPCONFIG} --cflags missing-req
459 missing-req-3:
462 @${VPCONFIG} --modversion missing-req
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DPropValueAliases.txt142 # @missing: 0000..10FFFF; Bidi_Paired_Bracket; <none>
149 # @missing: 0000..10FFFF; Bidi_Paired_Bracket_Type; n
545 # @missing: 0000..10FFFF; Case_Folding; <code point>
599 # @missing: 0000..10FFFF; Decomposition_Mapping; <code point>
706 # @missing: 0000..10FFFF; FC_NFKC_Closure; <code point>
753 # @missing: 0000..10FFFF; General_Category; Unassigned
832 # @missing: 0000..10FFFF; ISO_Comment; <none>
951 # @missing: 0000..10FFFF; Jamo_Short_Name; <none>
1132 # @missing: 0000..10FFFF; Lowercase_Mapping; <code point>
1166 # @missing: 0000..10FFFF; Name; <none>
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Os/
H A Dmissing.out_lint1 mandoc: missing.in: WARNING: missing Os macro, using ""
H A DMakefile3 REGRESS_TARGETS = dupe late long missing
4 LINT_TARGETS = dupe late missing
H A Dmissing.out_markdown5 **Os-missing** - operating system macro missing in prologue
/openbsd-src/gnu/llvm/lld/docs/
H A Dmissingkeyfunction.rst7 the vtable symbol may be undefined because the class is missing its key function
15 if you're missing the key function, you'll also be missing the vtable. If no other
16 function calls your missing function, you won't see any undefined reference errors
51 The solution in this case is to implement the missing function.
73 The solution in this case is to add the missing ``= 0`` to the declaration of

12345678910>>...35