Searched refs:Invalid (Results 1 – 25 of 46) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | attrs.t | 29 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/,
|
| D | pack.t | 24 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'/;
|
| D | sprintf2.t | 61 unless ($_[0] =~ /^Invalid conversion in sprintf/ ||
|
| D | sprintf.t | 58 if ($_[0] =~ /^Invalid conversion/) {
|
| /mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | pp_pack | 3 Invalid type in unpack: '%c 21 Invalid type ',' in unpack at - line 4. 22 Invalid type ',' in pack at - line 5.
|
| D | sv | 31 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.
|
| D | perlio | 11 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/ |
| D | attrs.t | 80 unless ($@ && $@ =~ m/^Invalid CODE attribute: ["']?plugh["']? at/) { 113 unless ($@ && $@ =~ m/Invalid separator character '[+]' in attribute list at/) {
|
| /mirbsd/src/usr.bin/top/ |
| D | top.h | 53 #define Invalid -2 macro
|
| D | utils.c | 62 return (Invalid); in atoiwi()
|
| D | top.c | 193 if ((i = atoiwi(optarg)) != Invalid && i != 0) { in parseargs() 237 if ((topn = atoiwi(av[optind])) == Invalid) { in parseargs()
|
| /mirbsd/src/usr.sbin/installboot/ |
| D | bxinst.i386 | 166 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/ |
| D | mkbxinst.sh | 217 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/ |
| D | ToggleD2.bat | 17 Rem Invalid input and so display the help message
|
| D | Buildtype.bat | 20 Rem Invalid input and so display the help message
|
| /mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/ |
| D | sv_refs.t | 45 ok(2,my $temp1 = $@ =~/^Invalid\b.*shared scalar/, "Wrong error message");
|
| /mirbsd/src/gnu/share/ |
| D | config.sub | 339 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/ |
| D | open.t | 299 like($w, qr/Invalid separator character '>' in PerlIO layer spec/,
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | regex.m4 | 118 *) AC_MSG_ERROR([Invalid value for --with-included-regex: $with_included_regex])
|
| /mirbsd/src/sys/arch/i386/pci/ |
| D | pci_machdep.c | 375 #error Invalid PCI configuration mode. in pci_mode_detect()
|
| /mirbsd/src/sbin/isakmpd/ |
| D | BUGS | 42 * Setting SPIs generates "Invalid argument" errors due to one tunnel endpoint
|
| /mirbsd/src/usr.bin/file/magdir/ |
| D | filesystems | 30 >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/ |
| D | ppphtest | 591 ok($o =~ /Invalid version number: 5.1000.999/m); 594 ok($o =~ /Invalid version number: 5.999.1000/m);
|
| D | ppphbin | 58 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/ |
| D | PPPort.pm | 1301 die "Invalid version number format: '$opt{'compat-version'}'\n"; 1304 die "Invalid version number: $opt{'compat-version'}\n" if $v >= 1000 || $s >= 1000;
|
12