| /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
| siglist | 8 #if defined(SIGHUP) && !defined(HAD_SIGHUP) 11 #if defined(SIGINT) && !defined(HAD_SIGINT) 14 #if defined(SIGQUIT) && !defined(HAD_SIGQUIT) 17 #if defined(SIGILL) && !defined(HAD_SIGILL) 20 #if defined(SIGTRAP) && !defined(HAD_SIGTRAP [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
| siglist | 8 #if defined(SIGHUP) && !defined(HAD_SIGHUP) 11 #if defined(SIGINT) && !defined(HAD_SIGINT) 14 #if defined(SIGQUIT) && !defined(HAD_SIGQUIT) 17 #if defined(SIGILL) && !defined(HAD_SIGILL) 20 #if defined(SIGTRAP) && !defined(HAD_SIGTRAP [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
| siglist | 8 #if defined(SIGHUP) && !defined(HAD_SIGHUP) 11 #if defined(SIGINT) && !defined(HAD_SIGINT) 14 #if defined(SIGQUIT) && !defined(HAD_SIGQUIT) 17 #if defined(SIGILL) && !defined(HAD_SIGILL) 20 #if defined(SIGTRAP) && !defined(HAD_SIGTRAP [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
| siglist | 8 #if defined(SIGHUP) && !defined(HAD_SIGHUP) 11 #if defined(SIGINT) && !defined(HAD_SIGINT) 14 #if defined(SIGQUIT) && !defined(HAD_SIGQUIT) 17 #if defined(SIGILL) && !defined(HAD_SIGILL) 20 #if defined(SIGTRAP) && !defined(HAD_SIGTRAP [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| undef.t | 10 print defined($a) ? "not ok 1\n" : "ok 1\n"; 13 print defined($a) ? "ok 2\n" : "not ok 2\n"; 16 print defined($a) ? "not ok 3\n" : "ok 3\n"; 19 print defined($a) ? "ok 4\n" : "not ok 4\n"; 22 print defined($a) ? "not ok 5\n" : "ok 5\n"; 26 print defined($a) ? "ok 6\n" : "not ok 6\n"; 28 print defined($a) ? "not ok 7\n" : "ok 7\n"; 32 print defined($a) ? "ok 8\n" : "not ok 8\n"; 34 print defined($a) ? "not ok 9\n" : "ok 9\n"; 37 print defined($ary{'foo'}) ? "ok 10\n" : "not ok 10\n" [all...] |
| fh.t | 15 ok(!defined(fileno($a))); 16 ok(!defined *{$a}); 19 ok(defined *{$a}); 23 ok(!defined *{$a}); 26 ok(defined *{$a});
|
| 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; 37 print "not " unless exists &{$ref->{A}[0]} && not defined &{$ref->{A}[0]}; 40 print "not " unless exists &P1::tmc && not defined &P1::tmc;
|
| subst_wamp.t | 3 $dummy = defined $&; # Now we have it...
|
| gv.t | 59 if (defined $fuu) { 63 if (defined $baa) { 118 # test if defined() doesn't create any new symbols 124 print "not " if defined *{$a}; 127 print "not " if defined @{$a} or defined *{$a}; 130 print "not " if defined %{$a} or defined *{$a}; 133 print "not " if defined ${$a} or defined *{$a} [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Codes/t/ |
| constants.t | 15 if (defined LOCALE_CODE_ALPHA_2 16 && defined LOCALE_CODE_ALPHA_3 17 && defined LOCALE_CODE_NUMERIC) 37 if (defined LOCALE_CODE_DEFAULT
|
| all.t | 43 if (!defined $country) 49 if (!defined $reverse) 69 if (!defined $country) 75 if (!defined $reverse) 95 if (!defined $country) 101 if (!defined $reverse) 121 if (!defined $country) 127 if (!defined $reverse) 148 if (!defined $code) 154 if (!defined $reverse [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/ |
| mapfile_skel | 54 #if defined(__i386) && !defined(__amd64)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
| use_ok.t | 16 ::ok( defined &gensym, 'use_ok() no args exports defaults' ); 22 ::ok( !defined &gensym, ' one arg, defaults overriden' ); 23 ::ok( defined &qualify, ' right function exported' ); 29 ::ok( defined &gensym && defined &ungensym, ' multiple args' ); 36 ::ok( defined &foo, 'constant' );
|
| maybe_regex.t | 25 ok(defined $r, 'qr// detected'); 34 ok(defined $r, '"//" detected'); 41 ok(!defined $r, 'non-regex detected'); 47 ok(defined $r, 'non-regex detected');
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/Long/t/ |
| gol-compat.t | 20 print ((defined $opt_foo) ? "" : "not ", "ok 2\n"); 22 print ((defined $opt_Foo) ? "" : "not ", "ok 4\n"); 26 print (!(defined $opt_baR) ? "" : "not ", "ok 8\n"); 27 print (!(defined $opt_bar) ? "" : "not ", "ok 9\n");
|
| gol-basic.t | 21 print ((defined $opt_foo) ? "" : "not ", "ok 2\n"); 23 print ((defined $opt_Foo) ? "" : "not ", "ok 4\n"); 27 print (!(defined $opt_baR) ? "" : "not ", "ok 8\n"); 28 print (!(defined $opt_bar) ? "" : "not ", "ok 9\n");
|
| gol-oo.t | 21 print ((defined $opt_foo) ? "" : "not ", "ok 2\n"); 23 print ((defined $opt_Foo) ? "" : "not ", "ok 4\n"); 27 print (!(defined $opt_baR) ? "" : "not ", "ok 8\n"); 28 print (!(defined $opt_bar) ? "" : "not ", "ok 9\n");
|
| gol-linkage.t | 18 print ((defined $lnk{foo}) ? "" : "not ", "ok 2\n"); 20 print ((defined $lnk{Foo}) ? "" : "not ", "ok 4\n"); 31 print ((defined $foo) ? "" : "not ", "ok 10\n"); 33 print ((defined $lnk{Foo}) ? "" : "not ", "ok 12\n");
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| newgetopt.pl | 20 if ( defined $ENV{"POSIXLY_CORRECT"} ) { 50 if defined $newgetopt::debug; 52 if defined $newgetopt::autoabbrev; 54 if defined $newgetopt::getopt_compat; 56 if defined $newgetopt::option_start; 58 if defined $newgetopt::order; 60 if defined $newgetopt::bundling; 62 if defined $newgetopt::ignorecase; 64 if defined $newgetopt::ignorecase; 66 if defined $newgetopt::passthrough [all...] |
| DirHandle.t | 20 ok(defined($dot)); 23 do { $first = $dot->read } while defined($first) && $first =~ /^\./; 35 ok(!defined($dot->read));
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/ |
| first.t | 20 print "not " unless defined &first; 26 print "not " if defined(first { 0 } 1,2,3,4); 29 print "not " if defined(first { 0 }); 42 print "not " if defined eval { first { die if $_ } 0,0,1 }; 46 $x = '' unless defined $x; 49 sub foobar { first { !defined(wantarray) || wantarray } "not ","not ","not " }
|
| /onnv/onnv-gate/usr/src/cmd/print/selector/ |
| print-service | 129 if (!defined($service)) { 258 defined($queues) && import_print_queues($queues); 264 if (!defined($service)) { 279 if (defined($import_path) && !defined($export_path) && 280 !defined($query) && !defined($service) && !defined($migrate)) { 282 } elsif (!defined($import_path) && defined($export_path) & [all...] |
| /onnv/onnv-gate/usr/src/cmd/projadd/ |
| projmod.pl | 162 if (!defined($old) && !defined($new)) { 168 if (defined($old)) { 171 if (defined($new)) { 251 if (defined($oldattrib)) { 286 if (!defined($newattrib)) { 291 if (defined($newattrib->{'values'})) { 302 if (defined($tmp) && @$tmp) { 329 if (defined($oldattrib)) { 395 if (! defined($ARGV[0])) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/ |
| Demo.pm | 10 $data = '<undef>' unless defined $data; 18 join(":", map { defined() ? $_ : "" } caller(1)), 24 $data = '<undef>' unless defined $data; 31 $data = '<undef>' unless defined $data; 38 $data = '<undef>' unless defined $data; 45 $data = '<undef>' unless defined $data;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| RefHash.t | 52 $ok = 0 if (defined($or) != defined($tr)) or ($or ne $tr); 53 $ok = 0 if (defined($ow) != defined($tw)) or ($ow ne $tw); 54 $ok = 0 if (defined($oe) != defined($te)) or ($oe ne $te); 60 defined $or ? "\tresult: $or\n" : "\tundef result\n", 61 defined $ow ? "\twarning: $ow\n" : "\tno warning\n", 62 defined $oe ? "\texception: $oe\n" : "\tno exception\n", 64 defined $tr ? "\tresult: $tr\n" : "\tundef result\n" [all...] |