| /openbsd-src/gnu/usr.bin/perl/cpan/File-Path/t/ |
| H A D | Path.t | 40 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 D | Path_win32.t | 30 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 D | mkdir.c | 45 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 D | installperl | 300 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 D | eu_command.t | 156 mkpath; 194 mkpath(); 266 { local @ARGV = 'd2utest'; mkpath; }
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| H A D | Command.pm | 295 sub mkpath subroutine 299 File::Path::mkpath([@ARGV],0,0777);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/lib/ |
| H A D | AutoSplit.pm | 312 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 D | cwd.t | 144 mkpath([$Test_Dir], 0, 0777); 181 mkpath([$Test_Dir], 0, 0777); 195 mkpath([$Test_Dir], 0, 0777);
|
| /openbsd-src/usr.bin/patch/ |
| H A D | Makefile | 4 SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c ed.c
|
| H A D | util.h | 51 extern int mkpath(char *);
|
| H A D | mkpath.c | 46 mkpath(char *path) in mkpath() function
|
| /openbsd-src/usr.bin/rsync/ |
| H A D | mkpath.c | 45 mkpath(char *path) in mkpath() function
|
| H A D | Makefile | 5 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 D | infokey.c | 72 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 D | 01AutoLoader.t | 33 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 D | mkdir.c | 80 mkpath(const char *dir) in mkpath() function
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/ |
| H A D | buildperl.pl | 220 -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 D | BFD.pm | 125 mkpath $dir;
|
| /openbsd-src/usr.bin/libtool/LT/ |
| H A D | Archive.pm | 31 File::Path::mkpath($dir);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/ |
| H A D | BFD.pm | 127 mkpath $dir;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/ |
| H A D | Manifest.pm | 541 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 D | IO.t | 94 if ( -d $fakedir or mkpath( $fakedir ))
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/ |
| H A D | GeneratePackage.pm | 39 File::Path::mkpath($dir) or die "failed to create '$dir'";
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | make_snapshot.pl | 47 mkpath $path if !-d $path;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | rulesfile.t | 30 mkpath($t_dir) or die "Could not create $t_dir: $!";
|