| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
| colon.t | 21 print "not " unless $ok; 31 not eval "ABC:: eq ABC||" and 32 not eval "ABC::: >= 0"); 36 not eval "LABEL:: eq LABEL||" and 37 not eval "LABEL::: >= 0"); 41 not eval "XYZZY:: eq XYZZY||" and 42 not eval "XYZZY::: >= 0"); 45 not eval "m::zyx" and 47 not eval "m::: >= 0"); 50 not eval "q::zyx" an [all...] |
| term.t | 9 if ($x eq '\n') {print "ok 1\n";} else {print "not ok 1\n";} 13 unless (index($x,'\\\\')>0) {print "ok 2\n";} else {print "not ok 2\n";} 15 if (length('\\\\') == 2) {print "ok 3\n";} else {print "not ok 3\n";} 19 if (length("\\n") == 2) {print "ok 4\n";} else {print "not ok 4\n";} 20 if (length("\\\n") == 2) {print "ok 5\n";} else {print "not ok 5\n";} 21 if (length("$one\\n") == 3) {print "ok 6\n";} else {print "not ok 6\n";} 22 if (length("$one\\\n") == 3) {print "ok 7\n";} else {print "not ok 7\n";} 23 if (length("\\n$one") == 3) {print "ok 8\n";} else {print "not ok 8\n";} 24 if (length("\\\n$one") == 3) {print "ok 9\n";} else {print "not ok 9\n";} 25 if (length("\\${one}") == 2) {print "ok 10\n";} else {print "not ok 10\n"; [all...] |
| bproto.t | 20 print "not " unless $@ =~ /^Too many arguments/; 26 print "not " if $@; 41 grep(not($bar), $bar); 42 grep(not($bar, $bar), $bar); 43 grep((not $bar, $bar, $bar), $bar);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/ |
| switcha.t | 11 not ok 12 not ok 3
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| exists_sub.t | 22 print "not " unless exists &t1 && not defined &t1; 24 print "not " unless exists &t2 && not defined &t2; 26 print "not " unless exists &t3 && not defined &t3; 28 print "not " unless exists &t4 && not defined &t4; 30 print "not " unless exists &t5 && defined &t5; 33 print "not " unless not exists &P2::tmc && not defined &P2::tmc [all...] |
| mkdir.t | 17 print (mkdir('blurfl',0777) ? "ok 1\n" : "not ok 1\n"); 18 print (mkdir('blurfl',0777) ? "not ok 2\n" : "ok 2\n"); 20 print (-d 'blurfl' ? "ok 4\n" : "not ok 4\n"); 21 print (rmdir('blurfl') ? "ok 5\n" : "not ok 5\n"); 22 print (rmdir('blurfl') ? "not ok 6\n" : "ok 6\n"); 23 print ($! =~ /cannot find|such|exist|not found|not a directory/i ? "ok 7\n" : "# $!\nnot ok 7\n"); 24 print (mkdir('blurfl') ? "ok 8\n" : "not ok 8\n"); 25 print (rmdir('blurfl') ? "ok 9\n" : "not ok 9\n"); 31 print (mkdir('blurfl///') ? "ok 10\n" : "not ok 10\n") [all...] |
| glob.t | 30 print "not ok 1\t(",join(' ', sort keys %files),"\n"; 33 print $/ eq "\n" ? "ok 2\n" : "not ok 2\n"; 37 $not = "not " unless $_ eq shift @ops; 38 $not = "not at all " if $/ eq "\0"; 42 $not = "not " unless $_ eq shift @ops; 43 $not = "not at all " if $/ eq "\0" [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| vars.t | 24 my $e = !(grep /^Name "X::x" used only once: possible typo/, @warns) && 'not '; 26 $e = !(grep /^Name "main::x" used only once: possible typo/, @warns) && 'not '; 28 $e = !(grep /^Name "main::y" used only once: possible typo/, @warns) && 'not '; 30 $e = !(grep /^Name "main::z" used only once: possible typo/, @warns) && 'not '; 32 ($e, @warns) = @warns != 4 && 'not '; 38 $e = ! $main::{p} && 'not '; 40 $e = ! *q{ARRAY} && 'not '; 42 $e = ! *r{HASH} && 'not '; 44 $e = ! $main::{s} && 'not '; 46 $e = ! *t{CODE} && 'not '; [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| Memoize.t | 27 ok(not exists $hash{'strict.pm'}); 32 ok(not exists $hash{'strict.pm'}); 33 ok(not defined $hash{fake_file3}); 34 ok(not defined $hash{known_to_exist}); 35 ok(not exists $hash{known_to_exist}); 36 ok(not exists $hash{'strict.pm'}); 41 ok(not exists $hash{'strict.pm'}); 49 ok(not exists $hash{fake_file2}); 50 ok(not exists $hash{fake_file1}); 51 ok(not exists $hash{known_to_exist}) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Filter/Simple/ |
| ExportTest.pm | 8 FILTER { s/not// };
|
| ImportTest.pm | 16 FILTER { s/not // };
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/tabs/ |
| Makefile | 6 # (the "License"). You may not use this file except in compliance 71 @echo this tabs is not currently used by Solaris
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/terminfo/ |
| Makefile | 6 # (the "License"). You may not use this file except in compliance 32 @echo these terminfo entries are not currently used by Solaris
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/tput/ |
| Makefile | 6 # (the "License"). You may not use this file except in compliance 70 @echo this tput is not currently used by Solaris
|
| /onnv/onnv-gate/usr/src/head/ |
| iso646.h | 6 * (the "License"). You may not use this file except in compliance 48 #define not ! macro
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/tic/ |
| Makefile | 6 # (the "License"). You may not use this file except in compliance 77 @echo this tic and untic is not currently used by Solaris
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| CheckTree.pm | 59 File::CheckTree used to not display fatal error messages. 61 (and not those in which the user supplied the message). In addition, 87 # but earlier versions of File::CheckTree did not do this either 181 'r' => "is not readable by uid $>.", 182 'w' => "is not writable by uid $>.", 183 'x' => "is not executable by uid $>.", 184 'o' => "is not owned by uid $>.", 185 'R' => "is not readable by you.", 186 'W' => "is not writable by you.", 187 'X' => "is not executable by you." [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
| fail-more.t | 29 $ok .= "not " unless $test; 100 not ok 1 - failing 101 not ok 2 - foo is bar? 102 not ok 3 - undef is empty string? 103 not ok 4 - undef is 0? 104 not ok 5 - empty string is 0? 105 not ok 6 - foo isnt foo? 106 not ok 7 - foo isn't foo? 107 not ok 8 - is foo like that 108 not ok 9 - is foo unlike fo [all...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/tests/ |
| tilde.sh | 47 then err_exit '~' not $HOME 51 then err_exit x=~ not $HOME 55 then err_exit x=x:~ not x:$HOME 58 then err_exit '~' not $PWD 62 then err_exit x=~+ not $PWD 65 then err_exit '~' not $PWD 69 then err_exit x=~- not $OLDPWD 74 then [[ ~$u -ef $h ]] || err_exit "~$u not $h" 76 [[ $x -ef $h ]] || x="~$u not $h"
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/ |
| ResourceBundle.properties | 11 # (the "License"). You may not use this file except in compliance 28 invalid_ip_address={0} is not a valid IP address 34 invalid_option=The {0} option is an invalid option or is not of the correct type 36 not_boolean_option=The {0} option is not a boolean option 39 invalid_network={0} is not valid a valid network 40 invalid_netmask={0} is not valid netmask 43 dcr_invalid_clientip=The client address is not a valid address. 44 dcr_invalid_clientid=The client id is not a valid client id. 45 dcr_invalid_flags=The flags value is not valid. 47 dcr_invalid_serverip=The server address is not a valid address [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/ |
| ResourceBundle.properties | 11 # (the "License"). You may not use this file except in compliance 30 no_defaults_exception=The DHCP defaults file does not exist or cannot be read. 31 invalid_path_exception={0} is not a valid path. 32 invalid_rsrc_exception={0} is not a valid resource. 34 no_hosts_entry_exception=Host {0} does not exist in hosts table. 35 not_running_exception=DHCP server is not running. 38 no_entry_exception={0} does not exist. 39 no_table_exception=Table for {0} does not exist. 40 inittab_cat_not_found=Requested inittab category does not exist. 46 dsvc_no_ent_exception=Does not exist [all...] |
| /onnv/onnv-gate/usr/src/tools/onbld/Checks/ |
| HdrChk.py | 7 # You may not use this file except in compliance with the License. 88 if not line or line.isspace(): 113 if not re.search(r'^\s*/\*', line): 116 while not re.search(r'\*/', line): 135 if not hdr.eof: 170 if not hdr.has_copyright: 187 if not match: 193 if not lenient: 205 if not re.search(r'^_.*%s[_]?$' % guardname, guard): 206 err(output, "Header guard does not match [all...] |
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/agent/ |
| personal.l | 7 * (the "License"). You may not use this file except in compliance 98 . { error_exit("syntax error in %s at line %d: the token %s is not valid", 132 error_exit("syntax error at line %d: can not have a \\n in a quoted string", yylineno); 146 error_exit("syntax error at line %d: have not found a quote before the end of file", yylineno);
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/ |
| config.l | 7 * (the "License"). You may not use this file except in compliance 119 . { error_exit("syntax error in %s at line %d: the token %s is not valid", 153 error_exit("syntax error at line %d: can not have a \\n in a quoted string", yylineno); 167 error_exit("syntax error at line %d: have not found a quote before the end of file", yylineno);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpbatch/ |
| ResourceBundle.properties | 11 # (the "License"). You may not use this file except in compliance 32 dhcpbatch_file_not_found=File not found - {0}
|