Searched refs:Spec (Results 151 - 175 of 208) sorted by relevance

123456789

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchdir.t19 use File::Spec::Functions qw(:DEFAULT splitdir rel2abs splitpath);
22 # path separators than File::Spec.
H A Dinccode.t10 use File::Spec;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl9 use File::Spec;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/
H A DKid.pm18 use File::Spec;
75 unless (File::Spec->file_name_is_absolute($thislib)) {
299 unless (File::Spec->file_name_is_absolute($_)) {
444 if (File::Spec->file_name_is_absolute($dir)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToTk.pm21 use File::Spec::Functions qw(catfile);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DUsage.t9 use File::Spec;
53 my $dev_null = File::Spec->devnull;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs946 eval { require File::Spec; };
947 _print_expand(File::Spec->catfile($_E2X,"Makefile_PL.e2x"),"Makefile.PL");
948 _print_expand(File::Spec->catfile($_E2X,"_PM.e2x"), "$_Name.pm");
949 _print_expand(File::Spec->catfile($_E2X,"_T.e2x"), "t/$_Name.t");
950 _print_expand(File::Spec->catfile($_E2X,"README.e2x"), "README");
951 _print_expand(File::Spec->catfile($_E2X,"Changes.e2x"), "Changes");
964 eval { require File::Spec; };
969 my $inc = File::Spec->catfile($d, "Encode");
974 -f File::Spec->catfile($inc, "$f") or next;
998 _print_expand(File::Spec
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm49 require File::Spec;
54 unshift @INC, map { File::Spec->rel2abs($_) } @_;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dbasic.t22 use File::Spec;
260 open(STDERR, ">".File::Spec->devnull) or die $!;
H A DConstant.t19 use File::Spec;
30 # 5.005 doesn't have new enough File::Spec to have rel2abs. But actually we
34 $perl = File::Spec->rel2abs ($perl) unless $] < 5.006;
61 my $updir = File::Spec->updir;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.pm5 use File::Spec::Functions;
33 my $null = File::Spec::Functions::devnull();
H A DCPAN.pm25 use File::Spec;
497 my $lockfile = File::Spec->catfile($CPAN::Config->{cpan_home},".lock");
590 my $myincc = File::Spec->catfile($ENV{HOME},'.cpan','CPAN','MyConfig.pm');
916 my $dh = DirHandle->new(File::Spec->curdir)
922 push @entries, File::Spec->catfile($dir,$_);
924 push @entries, File::Spec->catdir($dir,$_);
1232 unshift @INC, File::Spec->catdir($ENV{HOME},".cpan");
1251 my($configpmdir) = File::Spec->catdir($path_to_cpan,"CPAN");
1252 my($configpmtest) = File::Spec->catfile($configpmdir,"Config.pm");
1257 $configpmdir = File::Spec
[all...]
H A DCwd.pm121 on Unix, ':' on MacPerl, etc...) we recommend you use the File::Spec
429 require File::Spec;
430 my $path = @_ ? shift : ($Curdir ||= File::Spec->curdir);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t41 use File::Spec;
790 my $s2p = File::Spec->catfile( File::Spec->updir(), 'x2p', 's2p' );
791 my $psed = File::Spec->catfile( File::Spec->curdir(), 'psed' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm11 use File::Spec;
100 ExtUtils::Packlist->new( File::Spec->catfile($archlib, '.packlist') );
119 my $p = File::Spec->catfile($dir, $modfile);
H A DMM_OS2.pm7 use File::Spec;
H A DMM_Any.pm6 @ISA = qw(File::Spec);
9 use File::Spec;
92 =head2 File::Spec wrappers
94 ExtUtils::MM_Any is a subclass of File::Spec. The methods noted here
95 override File::Spec.
101 File::Spec <= 0.83 has a bug where the file part of catfile is not
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.t10 use File::Spec::Functions;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Dcrossplatform.t5 use File::Spec;
29 my $module = "File::Spec::$platform";
45 local *{"File::Spec::Mac::rootdir"} = sub { "Macintosh HD:" };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DMakefile.PL25 use File::Spec::Functions;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL770 use File::Spec;
782 @paths = (File::Spec->curdir(), $Config{usrinc},
814 if -f ($path_h = File::Spec->catfile($dir, $tmp_path_h));
821 $epath = File::Spec->catdir('ext', $epath) if -d 'ext';
822 $rel_path_h = File::Spec->catfile($epath, $tmp_path_h);
915 my $cwd = File::Spec->rel2abs( File::Spec->curdir );
1450 my $cfallback = File::Spec->catfile($fallbackdirname, $constscfname);
1451 my $xsfallback = File::Spec->catfile($fallbackdirname, $constsxsfname);
1952 use File::Spec;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl481 # We could do File::Spec->abs2rel() but that does getcwd()s,
486 eval "require File::Spec";
488 warn "test.pl had problems loading File::Spec: $@";
491 $Perl = File::Spec->catfile(File::Spec->curdir(), $perl);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm14 use File::Spec;
15 use File::Spec::Unix;
257 my $Curdir = File::Spec->curdir;
1852 File::Spec::Unix->splitpath( $dest ) ;
1853 $dest = File::Spec::Unix->catpath( $dest_volume, $dest_directory, '' ) ;
1856 File::Spec::Unix->splitpath( $source ) ;
1857 $source = File::Spec::Unix->catpath( $source_volume, $source_directory, '' ) ;
1861 $rel_path = File::Spec::Unix->abs2rel( $dest, $source ) ;
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java75 public enum Spec { enum in class:ProbeDescription
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-fmtstream.h39 # define __attribute__(Spec) /* empty */

Completed in 60 milliseconds

123456789