Home
last modified time | relevance | path

Searched refs:Invalid (Results 1 – 25 of 46) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/t/op/
Dattrs.t29 like $@, qr/^Invalid CODE attributes?: ["']?plugh["']? at/;
55 like $@, qr/^Invalid SCALAR attribute: ["']?plugh["']? at/;
65 like $@, qr/^Invalid SCALAR attribute: ["']?_5x5["']? at/;
177 like $@, qr/^Invalid $type attribute: $attribute/,
Dpack.t24 my @valid_errors = (qr/^Invalid type '\w'/);
29 push @valid_errors, qr/^Invalid type '[<>]'/;
239 skip "pack can't $base", 1 if $@ =~ /^Invalid type '\w'/;
261 like ($@, qr/^Invalid type '[<>]'/, "pack can't $base$mod");
836 like($@, qr!Invalid type '/'!);
839 like($@, qr!Invalid type '/'!);
1262 like( $@, qr{Invalid type } );
1268 like( $warning[0], qr{Invalid type ','} );
1430 skip "Long doubles not in use", 166 if $@ =~ /Invalid type/;
1444 die unless $@ =~ /Invalid type '$template'/;
Dsprintf2.t61 unless ($_[0] =~ /^Invalid conversion in sprintf/ ||
Dsprintf.t58 if ($_[0] =~ /^Invalid conversion/) {
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dpp_pack3 Invalid type in unpack: '%c
21 Invalid type ',' in unpack at - line 4.
22 Invalid type ',' in pack at - line 5.
Dsv31 Invalid conversion in %s:
304 Invalid conversion in printf: "%z" at - line 4.
305 Invalid conversion in sprintf: "%z" at - line 5.
306 Invalid conversion in printf: end of string at - line 6.
307 Invalid conversion in sprintf: end of string at - line 7.
308 Invalid conversion in printf: "%\002" at - line 8.
309 Invalid conversion in sprintf: "%\002" at - line 9.
Dperlio11 Invalid separator character %c%c%c in PerlIO layer specification %s
34 Invalid separator character '-' in PerlIO layer specification -aa at - line 6.
/mirbsd/src/gnu/usr.bin/perl/ext/attrs/t/
Dattrs.t80 unless ($@ && $@ =~ m/^Invalid CODE attribute: ["']?plugh["']? at/) {
113 unless ($@ && $@ =~ m/Invalid separator character '[+]' in attribute list at/) {
/mirbsd/src/usr.bin/top/
Dtop.h53 #define Invalid -2 macro
Dutils.c62 return (Invalid); in atoiwi()
Dtop.c193 if ((i = atoiwi(optarg)) != Invalid && i != 0) { in parseargs()
237 if ((topn = atoiwi(av[optind])) == Invalid) { in parseargs()
/mirbsd/src/usr.sbin/installboot/
Dbxinst.i386166 print -u2 Invalid geometry, values out of bounds.
169 print -u2 Invalid geometry, more than 2 TiB of data.
/mirbsd/src/sys/arch/i386/stand/bootxx/
Dmkbxinst.sh217 print -u2 Invalid geometry, values out of bounds.
220 print -u2 Invalid geometry, more than 2 TiB of data.
/mirbsd/src/gnu/usr.bin/perl/NetWare/bat/
DToggleD2.bat17 Rem Invalid input and so display the help message
DBuildtype.bat20 Rem Invalid input and so display the help message
/mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/
Dsv_refs.t45 ok(2,my $temp1 = $@ =~/^Invalid\b.*shared scalar/, "Wrong error message");
/mirbsd/src/gnu/share/
Dconfig.sub339 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1259 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1471 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
/mirbsd/src/gnu/usr.bin/perl/t/io/
Dopen.t299 like($w, qr/Invalid separator character '>' in PerlIO layer spec/,
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dregex.m4118 *) AC_MSG_ERROR([Invalid value for --with-included-regex: $with_included_regex])
/mirbsd/src/sys/arch/i386/pci/
Dpci_machdep.c375 #error Invalid PCI configuration mode. in pci_mode_detect()
/mirbsd/src/sbin/isakmpd/
DBUGS42 * Setting SPIs generates "Invalid argument" errors due to one tunnel endpoint
/mirbsd/src/usr.bin/file/magdir/
Dfilesystems30 >0x8C string Invalid\ partition\ table \b, MS-DOS MBR
31 >0x9D string Invalid\ partition\ table \b, DR-DOS MBR, version 7.01 to 7.03
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
Dppphtest591 ok($o =~ /Invalid version number: 5.1000.999/m);
594 ok($o =~ /Invalid version number: 5.999.1000/m);
Dppphbin58 die "Invalid version number format: '$opt{'compat-version'}'\n";
61 die "Invalid version number: $opt{'compat-version'}\n" if $v >= 1000 || $s >= 1000;
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/
DPPPort.pm1301 die "Invalid version number format: '$opt{'compat-version'}'\n";
1304 die "Invalid version number: $opt{'compat-version'}\n" if $v >= 1000 || $s >= 1000;

12