Searched refs:MacPerl (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dblib.t28 $MacPerl::Architecture = $MacPerl::Architecture; # shhhhh
31 $blib_arch = ":blib:lib:$MacPerl::Architecture:";
H A Dblib.pm68 $blib_arch = File::Spec->catdir($blib_lib, $MacPerl::Architecture);
H A Dopen.t6 push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
H A DCwd.pm121 on Unix, ':' on MacPerl, etc...) we recommend you use the File::Spec
H A DTest.pm186 print $TESTOUT "# MacPerl version $MacPerl::Version\n"
187 if defined $MacPerl::Version;
H A Dperl5db.pl1488 if ($MacPerl::Version !~ /MPW/) {
H A DCGI.pm4213 my ($vol) = $MAC ? MacPerl::Volumes() =~ /:(.*)/ : "";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dfallback.t6 push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
H A Dencoding.t8 push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/
H A Dhash.t6 push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
10 my $arch = $MacPerl::Architecture;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap-analyze.t495 skip '$? unreliable in MacPerl', 2 if $IsMacPerl;
503 # in MacPerl.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm221 require MacPerl; # to be verbose
225 my @FSSpec_Vols = MacPerl::Volumes();
230 push @mounted_volumes, MacPerl::MakePath($spec_vol);
H A DCopy.t6 push @INC, "::lib:$MacPerl::Architecture" if $^O eq 'MacOS';
H A DCopy.pm218 *_protect = sub { MacPerl::MakeFSSpec($_[0]) };
H A DFind.pm380 file attributes. The MacPerl built-in functions C<GetFileInfo(FILE)> and
382 (see MacPerl.pm for details).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dutf8hash.t13 my $arch = $MacPerl::Architecture;
14 push @INC, "::lib:${MacPerl::Architecture}:";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove138 $archdir = $MacPerl::Architecture = $MacPerl::Architecture;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm52 done in MacPerl's environment and helps to distinguish a file path from a
342 Returns a string representing the root directory. Under MacPerl,
367 current working directory otherwise. Under MacPerl, $ENV{TMPDIR} will
424 Returns the null list for the MacPerl application, since the concept is
425 usually meaningless under Mac OS. But if you're using the MacPerl tool under
433 # The concept is meaningless under the MacPerl application.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t625 $sl = MacPerl::MakePath((MacPerl::Volumes())[0]) if $Is_MacOS;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL223 MacPerl::Ask('Provide command-line args here (-h for help):')
224 if $Is_MacOS && $MacPerl::Version =~ /App/;

Completed in 81 milliseconds