| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/ |
| H A D | crossplatform.t | 34 my $rootdir = File::Spec->rootdir; 35 $vms_real_root = 1 if ($rootdir eq '/'); 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, 'foo', 'bar'), 'file'); 133 $base = $module->catpath($v, $module->catdir($module->rootdir, 'foo'), ''); 147 $base = $module->catpath($other_v, $module->catdir($module->rootdir, 'foo'), ''); [all …]
|
| H A D | Functions.t | 18 is(rootdir(), File::Spec->rootdir());
|
| H A D | cwd.t | 248 my $root = Cwd::abs_path(File::Spec->rootdir); # Add drive letter?
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | cgen.sh | 63 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-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | cgen.sh | 63 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-src/gnu/usr.bin/perl/ |
| H A D | mkppport | 14 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-src/gnu/usr.bin/perl/cpan/podlators/t/style/ |
| H A D | strict.t | 74 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-src/usr.sbin/smtpd/ |
| H A D | queue_fs.c | 69 char rootdir[PATH_MAX]; in queue_fs_message_create() local 79 fsqueue_message_path(*msgid, rootdir, sizeof(rootdir)); in queue_fs_message_create() 80 if (stat(rootdir, &sb) != -1) in queue_fs_message_create() 89 fsqueue_message_incoming_path(*msgid, rootdir, sizeof(rootdir)); in queue_fs_message_create() 90 if (mkdir(rootdir, 0700) == -1) { in queue_fs_message_create()
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/ |
| H A D | Unix.pm | 126 =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 D | Mac.pm | 133 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 { '' } global() subroutine [all...] |
| H A D | Functions.pm | 18 rootdir 46 rootdir => [], 95 rootdir
|
| H A D | Win32.pm | 45 sub rootdir { '\\' } subroutine
|
| H A D | VMS.pm | 242 =item rootdir (override) 249 sub rootdir { subroutine
|
| /openbsd-src/gnu/llvm/compiler-rt/utils/ |
| H A D | generate_netbsd_ioctls.awk | 47 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-src/gnu/usr.bin/cvs/src/ |
| H A D | root.c | 139 Create_Root (dir, rootdir) in Create_Root() argument 141 char *rootdir; 151 if (rootdir != NULL) 162 if (fprintf (fout, "%s\n", rootdir) < 0)
|
| H A D | cvs.h | 474 void Create_Root PROTO((char *dir, char *rootdir));
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | generate_formatted_state.py | 32 rootdir = TOP_DIR variable 91 for root, subdirs, files in os.walk(rootdir):
|
| /openbsd-src/libexec/ftpd/ |
| H A D | ftpd.c | 866 char *motd, *dir, rootdir[PATH_MAX]; in pass() local 1004 snprintf(rootdir, sizeof(rootdir), "%s/%s", in pass() 1006 if (stat(rootdir, &ts) == -1) { in pass() 1007 snprintf(rootdir, sizeof(rootdir), "%s/%s", in pass() 1011 strlcpy(rootdir, pw->pw_dir, sizeof(rootdir)); in pass() 1019 if (chroot(rootdir) == -1 || chdir("/") == -1) { in pass() 1029 if (chroot(rootdir) == -1 || chdir("/") == -1) { in pass()
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/ |
| H A D | Cwd.pm | 483 return $dir eq File::Spec->rootdir
|
| H A D | Changes | 546 sensitive to the rootdir() change from version 3.07. [Steve Hay] 553 - File::Spec->rootdir() was returning / on Win32. Now it returns \ . 925 catdir(rootdir(), 'foo'), '') to work portably across platforms.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/ |
| H A D | CPAN.pm | 313 File::Spec->rootdir(); 489 my $root = File::Spec->rootdir();
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | filesystems | 804 >>>>>>44 ulelong >2 \b, rootdir cluster %u 805 #>>>>>>44 ulelong =2 \b, rootdir cluster %u 806 #>>>>>>44 ulelong =1 \b, rootdir cluster %u
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Options.td | 221 MetaVarName<"<rootdir>">, 222 HelpText<"Prepend <rootdir> to all library and framework search paths">,
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl588delta.pod | 533 C<< File::Spec->rootdir() >> now returns C<\> on Win32, instead of C</>
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | install.texi | 1391 make DESTDIR=@var{path-to-rootdir} install 1394 @noindent where @var{path-to-rootdir} is the absolute path of 1401 e.g.@: @samp{DESTDIR=@var{rootdir}}, then the directory 1402 @file{@var{rootdir}/@var{exec-prefix}/@var{target-alias}/bin} will
|