Home
last modified time | relevance | path

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

123456789

/mirbsd/src/gnu/usr.bin/binutils/cpu/
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 …]
/mirbsd/src/gnu/usr.bin/perl/utils/
Dperlivp.PL267 my @missing = ();
284 @missing = ();
285 @missing = $installed -> validate($_);
288 print '# ',join(' ',@missing),"\n";
293 @missing = ();
/mirbsd/src/share/mk/
Dbsd.subdir.mk90 @missing=; \
99 missing="$$missing$$sp$$s"; \
110 print "Missing in current directory:\n\t$$missing"; \
/mirbsd/src/gnu/usr.bin/perl/lib/
DAutoSplit.t129 my (%missing, %got);
135 $missing{$_}++;
138 my @missing = keys %missing;
140 unless (ok (!@missing, "Are any expected files missing?")) {
142 print "# $_\n" foreach sort @missing;
276 missing use AutoLoader;
285 missing use AutoLoader; (but don't skip)
Dh2xs.t205 my ($missing, $extra) = ExtUtils::Manifest::fullcheck();
206 is_deeply ($missing, [], "No files in the MANIFEST should be missing");
/mirbsd/src/gnu/usr.bin/perl/Porting/
DcheckAUTHORS.pl254 my %missing;
258 $missing{$patchers{$_}}->{$_}++;
260 foreach my $patches (sort {$b <=> $a} keys %missing) {
262 foreach my $author (sort keys %{$missing{$patches}}) {
Dpatchls315 my @missing = grep { ! -f $_ } @all_out;
316 print "$n_patches patch files patch ".@all_out." files (".@missing." missing)\n";
319 if (@missing || @no_outs) && !$::opt_v;
326 if ($::opt_v and @missing) {
328 foreach $out (@missing) {
336 exit 0+@missing;
Dcheckcfgvar.pl74 print "$fn: missing '$v'\n" unless exists $cfg->{$v};
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DPacklist.pm147 my @missing;
152 push(@missing, $key);
156 return(@missing);
Dinstmodsh133 if (my @missing = $Inst->validate($module)) {
135 join("\n ", @missing), "\n");
/mirbsd/src/gnu/usr.bin/perl/
Dmakedef.pl1241 @missing = grep { !exists $mapped{$_} }
1243 @missing = grep { !exists $exportperlmalloc{$_} } @missing;
1244 delete $export{$_} foreach @missing;
/mirbsd/src/gnu/usr.bin/perl/ext/DB_File/
DMakefile.PL78 my $missing = join ("\n\t", sort keys %names) ;
80 "\t$missing\n" ;
/mirbsd/src/usr.bin/file/magdir/
Dnatinst9 # Many formats still missing, we use, for the moment LabVIEW
10 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
/mirbsd/src/lib/libssl/src/doc/crypto/
DCONF_modules_load_file.pod42 ignore missing configuration files. Normally a missing configuration file
/mirbsd/src/gnu/usr.bin/texinfo/util/
Dinstall-info.c66 int missing; member
785 if (spec->missing) in output_dirfile()
867 next->missing = 1; in parse_input()
891 (*sections)->missing = 1; in parse_input()
1239 next->missing = 1; in main()
1319 input_sections->missing = 1; in main()
1376 spec->missing = 0; in main()
Dfix-info-dir72 It detects and inserts missing menu items into the info dir file.
77 -d, --delete delete invalid menu items (ignore missing menu items)
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dop38 Parentheses missing around "my" list at -e line 1.
41 Parentheses missing around "local" list at -e line 1.
63 Array @%s missing the @ in argument %d of %s()
66 Hash %%%s missing the %% in argument %d of %s()
597 Parentheses missing around "my" list at - line 3.
598 Parentheses missing around "my" list at - line 4.
606 Parentheses missing around "our" list at - line 3.
615 Parentheses missing around "local" list at - line 3.
616 Parentheses missing around "local" list at - line 4.
733 Array @FRED missing the @ in argument 1 of push() at - line 3.
[all …]
Dtoke15 Semicolon seems to be missing
122 Operator or semicolon missing before %c%s [yylex]
169 Semicolon seems to be missing at - line 3.
647 Operator or semicolon missing before *foo at - line 3.
649 Operator or semicolon missing before *foo at - line 8.
651 Operator or semicolon missing before *foo at - line 10.
/mirbsd/src/gnu/usr.bin/perl/ext/Digest/MD5/
DMD5.xs251 STRLEN missing = 64 - fill; variable
252 if ( (n = PerlIO_read(fh, buffer, missing)) > 0)
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dftruncate.m43 # See if we need to emulate a missing ftruncate function using fcntl or chsize.
/mirbsd/src/bin/ed/test/
DTODO4 Some missing tests:
/mirbsd/src/lib/libncurses/src/progs/
Dtic.c811 char missing[256]; in check_acs() local
826 for (p = boxes, q = missing; *p != '\0'; ++p) { in check_acs()
832 if (*missing != '\0' && strcmp(missing, boxes)) { in check_acs()
833 _nc_warning("acsc is missing some line-drawing mapping: %s", missing); in check_acs()
/mirbsd/src/gnu/usr.sbin/sendmail/cf/feature/
Dnouucp.m420 `errprint(`*** ERROR: missing argument for FEATURE(nouucp):
/mirbsd/src/gnu/usr.bin/perl/lib/NEXT/t/
Dactuns.t37 ? fail("Didn't die on missing ancestor")
Dactual.t43 ? fail("Didn't die on missing ancestor")

123456789