Home
last modified time | relevance | path

Searched refs:mkpath (Results 1 – 25 of 67) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/cpan/File-Path/t/
H A DPath.t40 mkpath($path);
69 my @created = mkpath([@dir]);
74 @created = mkpath([$tmp_base]);
97 @created = mkpath('');
107 mkpath(shift, !shift, 0755);
147 mkpath('3rd', !shift, 0755);
155 mkpath('4th', !shift, 0755);
172 unless mkpath($dir2, {verbose => 0});
213 @created = mkpath($tmp_base, 0);
227 @created = mkpath($tmp_base, 0, 0700);
[all …]
H A DPath_win32.t30 is(mkpath($UNC_path), 2, 'mkpath on Win32 UNC path returns made 2 dir - base and uncdir');
32 ok(-d $UNC_path, 'mkpath on Win32 UNC path made dir');
47 @created = mkpath($deepest, { mode => 0711, user => $user, error => \$error });
49 qr/Option\(s\) implausible on Win32 passed to mkpath\(\) or make_path\(\)/,
53 …local $TODO = "Notwithstanding the Win32-implausible 'user', mkpath will actually create subdirect…
/openbsd-src/bin/mkdir/
H A Dmkdir.c45 int mkpath(char *, mode_t, mode_t);
99 rv = mkpath(*argv, mode, dir_mode); in main()
127 mkpath(char *path, mode_t mode, mode_t dir_mode) in mkpath() function
/openbsd-src/gnu/usr.bin/perl/
H A Dinstallperl300 mkpath($installprivlib);
301 mkpath($installarchlib);
302 mkpath($installsitelib, $opts{verbose}, 0777) if ($installsitelib);
303 mkpath($installsitearch, $opts{verbose}, 0777) if ($installsitearch);
314 mkpath("$installarchlib/CORE");
466 mkpath($installscript);
504 mkpath("${installprivlib}/$pod");
704 mkpath("$installlib/$dir");
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Deu_command.t156 mkpath;
194 mkpath();
266 { local @ARGV = 'd2utest'; mkpath; }
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DCommand.pm295 sub mkpath subroutine
299 File::Path::mkpath([@ARGV],0,0777);
/openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/lib/
H A DAutoSplit.pm312 mkpath($autodir,0,0755);
378 mkpath($modnamedir,0,0777);
424 mkpath($modnamedir,0,0777);
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/
H A Dcwd.t144 mkpath([$Test_Dir], 0, 0777);
181 mkpath([$Test_Dir], 0, 0777);
195 mkpath([$Test_Dir], 0, 0777);
/openbsd-src/usr.bin/patch/
H A DMakefile4 SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c ed.c
H A Dutil.h51 extern int mkpath(char *);
H A Dmkpath.c46 mkpath(char *path) in mkpath() function
/openbsd-src/usr.bin/rsync/
H A Dmkpath.c45 mkpath(char *path) in mkpath() function
H A DMakefile5 io.c log.c main.c misc.c mkpath.c mktemp.c receiver.c rmatch.c \
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfokey.c72 static char *mkpath (const char *dir, const char *file);
191 input_filename = mkpath (homedir, INFOKEY_SRCFILE); in main()
193 output_filename = mkpath (homedir, INFOKEY_FILE); in main()
256 mkpath (const char *dir, const char *file) in mkpath() function
/openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/t/
H A D01AutoLoader.t33 mkpath( $fulldir ) or die "Can't mkdir '$fulldir': $!";
183 mkpath( $autopath ) or die "Can't mkdir '$autopath': $!";
/openbsd-src/usr.sbin/rpki-client/
H A Dmkdir.c80 mkpath(const char *dir) in mkpath() function
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dbuildperl.pl220 -d $test or mkpath($test);
259 -d $build or mkpath($build);
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/
H A DBFD.pm125 mkpath $dir;
/openbsd-src/usr.bin/libtool/LT/
H A DArchive.pm31 File::Path::mkpath($dir);
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/
H A DBFD.pm127 mkpath $dir;
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/
H A DManifest.pm541 File::Path::mkpath([ $target ],! $Quiet,$Is_VMS ? undef : 0755);
547 File::Path::mkpath(["$target/$dir"],! $Quiet,$Is_VMS ? undef : 0755);
/openbsd-src/gnu/usr.bin/perl/dist/IO/t/
H A DIO.t94 if ( -d $fakedir or mkpath( $fakedir ))
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/
H A DGeneratePackage.pm39 File::Path::mkpath($dir) or die "failed to create '$dir'";
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dmake_snapshot.pl47 mkpath $path if !-d $path;
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Drulesfile.t30 mkpath($t_dir) or die "Could not create $t_dir: $!";

123