Searched refs:updir (Results 76 - 97 of 97) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DINST_PREFIX.t36 my $Updir = File::Spec->updir;
H A DMM_Unix.t64 foreach (qw/updir curdir rootdir/)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A D_e_math.t23 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
H A Dbiglog.t32 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
H A Dbigints.t20 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
H A Dinf_nan.t28 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm135 =item updir
139 $updir = File::Spec->updir();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/
H A Dtaint.t85 chdir File::Spec->updir;
H A Dfind.t94 chdir(File::Spec->updir);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t51 $path, File::Spec->updir, 'Functions.pm' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove97 next if $file eq File::Spec->updir || $file eq File::Spec->curdir;
150 $dir = File::Spec->catdir($dir, File::Spec->updir);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm103 treatment applies for arguments denoting updir paths like "::lib:",
109 When an updir path like ":::lib::" is passed as argument, the number
124 (updir), and a ":::" is handled like a "../.." etc. E.g.
217 # updir colon path ('::', ':::' etc.), don't shift
230 # (b) handle updir paths specially:
239 if ($arg =~ /^::+\Z(?!\n)/ ) { # updir colon path like ':::'
241 while ((@args) && ($args[0] =~ /^::+\Z(?!\n)/) ) { # while updir colon path
380 =item updir
386 sub updir { subroutine
H A DUnix.pm158 =item updir
164 sub updir () { '..' } subroutine
H A DVMS.pm284 =item updir (override)
290 sub updir { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dh2xs.t25 my $up = File::Spec->updir();
H A Dcharnames.t275 my $alifile = File::Spec->catfile(File::Spec->updir, qw(lib unicore xyzzy_alias.pl));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c235 #define NO_UPDIR_ERR 1 /* updir resolving failed */
238 static short updir(char *path);
1228 updir(char *path) function
1285 err = updir(new_pattern);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t790 my $s2p = File::Spec->catfile( File::Spec->updir(), 'x2p', 's2p' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm23 my $Updir = File::Spec->updir;
H A DMM_Unix.pm94 my $Updir = __PACKAGE__->updir;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL20 my $dprof_pm = File::Spec->catfile(File::Spec->updir, 'ext', 'Devel', 'DProf', 'DProf.pm');
H A Dperlbug.PL27 open PATCH_LEVEL, "<" . catfile(updir, "patchlevel.h")

Completed in 52 milliseconds

1234