Searched refs:rootdir (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/style/
H A Dstrict.t74 opendir(my $rootdir, File::Spec->curdir)
76 my @files = File::Spec->no_upwards(readdir($rootdir));
77 closedir($rootdir) or die "$0: cannot close current directory: $!\n";
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/t/
H A Dcrossplatform.t34 my $rootdir = File::Spec->rootdir;
35 $vms_real_root = 1 if ($rootdir eq '/');
75 local *{"File::Spec::Mac::rootdir"} = sub { "Macintosh HD:" };
84 $base = $module->catdir($module->rootdir, 'foo');
101 $file = $module->catpath($v, $module->catdir($module->rootdir, 'foo', 'bar'), 'file');
102 $base = $module->catpath($v, $module->catdir($module->rootdir, 'foo'), '');
120 $base = $module->catpath($other_v, $module->catdir($module->rootdir, 'foo'), '');
126 $base = $module->catpath('', $module->catdir($module->rootdir, 'foo'), '');
132 $file = $module->catpath('', $module->catdir($module->rootdir, 'fo
[all...]
H A DFunctions.t18 is(rootdir(), File::Spec->rootdir());
H A Dcwd.t248 my $root = Cwd::abs_path(File::Spec->rootdir); # Add drive letter?
/openbsd-current/gnu/usr.bin/perl/
H A Dmkppport14 my $rootdir = dirname($0);
16 unshift @INC, File::Spec->catdir($rootdir, qw(cpan ExtUtils-MakeMaker t lib));
22 list => File::Spec->catfile($rootdir, 'mkppport.lst'),
31 my $absroot = File::Spec->rel2abs($rootdir);
62 chdir File::Spec->catdir($rootdir, 'dist', 'Devel-PPPort');
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dcgen.sh63 rootdir=${srcdir}/..
114 ${rootdir}/move-if-change tmp-desc.h ${srcdir}/${prefix}-desc.h
118 ${rootdir}/move-if-change tmp-desc.c ${srcdir}/${prefix}-desc.c
121 ${rootdir}/move-if-change tmp-opc.h ${srcdir}/${prefix}-opc.h
125 ${rootdir}/move-if-change tmp-opc.c ${srcdir}/${prefix}-opc.c
131 ${rootdir}/move-if-change tmp-opinst.c ${srcdir}/${prefix}-opinst.c
138 ${rootdir}/move-if-change tmp-ibld.c ${srcdir}/${prefix}-ibld.c
143 ${rootdir}/move-if-change tmp-asm.c ${srcdir}/${prefix}-asm.c
148 ${rootdir}/move-if-change tmp-dis.c ${srcdir}/${prefix}-dis.c
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen.sh63 rootdir=${srcdir}/..
114 ${rootdir}/move-if-change tmp-desc.h ${srcdir}/${prefix}-desc.h
118 ${rootdir}/move-if-change tmp-desc.c ${srcdir}/${prefix}-desc.c
121 ${rootdir}/move-if-change tmp-opc.h ${srcdir}/${prefix}-opc.h
125 ${rootdir}/move-if-change tmp-opc.c ${srcdir}/${prefix}-opc.c
131 ${rootdir}/move-if-change tmp-opinst.c ${srcdir}/${prefix}-opinst.c
138 ${rootdir}/move-if-change tmp-ibld.c ${srcdir}/${prefix}-ibld.c
143 ${rootdir}/move-if-change tmp-asm.c ${srcdir}/${prefix}-asm.c
148 ${rootdir}/move-if-change tmp-dis.c ${srcdir}/${prefix}-dis.c
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_VMS.t15 rootdir
H A DMM_Unix.t55 foreach (qw/updir curdir rootdir/)
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DFunctions.pm18 rootdir
46 rootdir => [],
95 rootdir
H A DMac.pm133 like passingC<File::Spec-E<gt>rootdir()> as the first argument, i.e.
137 catdir(rootdir(),"a","b").
140 C<rootdir()> is "/". Note that C<rootdir()> on Mac OS is the startup
158 Mac->catdir("","") = rootdir() # (e.g. "HD:")
159 Mac->catdir("",":") = rootdir()
160 Mac->catdir("","::") = rootdir() # can't go
162 Mac->catdir("",":","::","::","a") = rootdir() . "a:"
202 if ($args[0] eq '') { # absolute path, rootdir
205 $first_arg = $self->rootdir;
345 sub rootdir { '' } subroutine
[all...]
H A DUnix.pm126 =item rootdir
132 sub rootdir { '/' } subroutine
421 $base_directories = $self->rootdir;
434 if ($base_directories eq $self->rootdir) {
435 return $self->curdir if $path_directories eq $self->rootdir;
556 length $collapsed[-1] and # and its not the rootdir
H A DVMS.pm242 =item rootdir (override)
249 sub rootdir { subroutine
H A DWin32.pm45 sub rootdir { '\\' } subroutine
/openbsd-current/usr.sbin/smtpd/
H A Dqueue_fs.c69 char rootdir[PATH_MAX]; local
79 fsqueue_message_path(*msgid, rootdir, sizeof(rootdir));
80 if (stat(rootdir, &sb) != -1)
89 fsqueue_message_incoming_path(*msgid, rootdir, sizeof(rootdir));
90 if (mkdir(rootdir, 0700) == -1) {
/openbsd-current/gnu/llvm/clang/docs/tools/
H A Dgenerate_formatted_state.py32 rootdir = TOP_DIR variable
91 for root, subdirs, files in os.walk(rootdir):
/openbsd-current/gnu/llvm/compiler-rt/utils/
H A Dgenerate_netbsd_ioctls.awk47 rootdir = "/usr/include/"
49 rootdir = ENVIRON["ROOTDIR"]
54 cmd = "find " rootdir " -type f -name '*.h'"
65 fname[ioctl_table_max] = substr(FILENAME, length(rootdir) + 1)
/openbsd-current/gnu/usr.bin/cvs/src/
H A Droot.c139 Create_Root (dir, rootdir)
141 char *rootdir;
151 if (rootdir != NULL)
162 if (fprintf (fout, "%s\n", rootdir) < 0)
H A Dcvs.h475 void Create_Root PROTO((char *dir, char *rootdir));
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dmakerel35 usage: $0 [ -r rootdir ] [-s suffix ] [ -x ] [ -n ]
36 -r rootdir directory under which to create the build dir and tarball
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/
H A DSpec.pm132 =item rootdir
133 X<rootdir>
137 $rootdir = File::Spec->rootdir();
/openbsd-current/libexec/ftpd/
H A Dftpd.c866 char *motd, *dir, rootdir[PATH_MAX]; local
1004 snprintf(rootdir, sizeof(rootdir), "%s/%s",
1006 if (stat(rootdir, &ts) == -1) {
1007 snprintf(rootdir, sizeof(rootdir), "%s/%s",
1011 strlcpy(rootdir, pw->pw_dir, sizeof(rootdir));
1019 if (chroot(rootdir) == -1 || chdir("/") == -1) {
1029 if (chroot(rootdir)
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.pm483 return $dir eq File::Spec->rootdir
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm313 File::Spec->rootdir();
489 my $root = File::Spec->rootdir();

Completed in 246 milliseconds