| /openbsd-src/gnu/usr.bin/perl/cpan/File-Path/t/ |
| H A D | Path.t | 221 @created = make_path($tmp_base, $dir); 235 @created = make_path($tmp_base, $dir, $dir2); 263 @created = make_path(catdir(curdir(), $tmp_base)); 342 @created = make_path( $dir, 0, $dir2 ); 350 @created = make_path( $dir, $dir2, 1 ); 358 @created = make_path( $dir, $dir2 ); 375 @created = make_path( $dir, $dir2 ); 398 @created = make_path($dir, {mask => 0700}); 561 is(_run_for_verbose(sub {@created = make_path( $dir_a, $dir_b, 581 @created = make_path( [all …]
|
| H A D | Path_root.t | 8 use File::Path qw(rmtree mkpath make_path remove_tree); 43 @created = make_path($dir, {owner => $max_user}); 50 @created = make_path($dir, {group => $max_group}); 57 @created = make_path( $dir, { user => $max_user, 72 make_path(
|
| H A D | Path_win32.t | 49 qr/Option\(s\) implausible on Win32 passed to mkpath\(\) or make_path\(\)/, 50 'make_path with final hashref warned due to options implausible on Win32'
|
| H A D | taint.t | 29 my @created = make_path(@dir);
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/ |
| H A D | deprecate.t | 24 File::Path::make_path(values %libdir); 68 File::Path::make_path($dir);
|
| /openbsd-src/regress/usr.sbin/pkg_add/ |
| H A D | mycreate | 27 File::Path::make_path(dirname($target));
|
| H A D | my | 25 File::Path::make_path("$root/pkgdb");
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/lib/ |
| H A D | Testing.pm | 17 use File::Path ( qw| make_path | ); 322 make_path($targetdir) or die("Cannot mkdir $targetdir for testing: $!"); 334 make_path($targetdir) or die "Could not make $targetdir for testing: $!";
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | Add.pm | 496 $state->make_path($d, $fullname); 609 $state->make_path(dirname($destdir.$fullname), $fullname); 803 $state->make_path($destdir.$fullname, $fullname); 815 $state->make_path($destdir.$fullname, $fullname);
|
| H A D | PkgSign.pm | 62 File::Path::make_path($state->{output_dir})
|
| H A D | AddDelete.pm | 425 sub make_path($state, $path, $fullname) subroutine
|
| H A D | PkgCreate.pm | 634 File::Path::make_path($state->{mandir}.$d); 1481 File::Path::make_path($dir);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | install_lib.pl | 159 File::Path::make_path(shift, {owner=>$opts{uid}, group=>$opts{gid},
|
| /openbsd-src/bin/ksh/ |
| H A D | path.c | 38 make_path(const char *cwd, const char *file, in make_path() function
|
| H A D | sh.h | 558 int make_path(const char *, const char *, char **, XString *, int *);
|
| H A D | c_ksh.c | 110 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path); in c_cd()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Path/lib/File/ |
| H A D | Path.pm | 80 sub make_path { subroutine
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlfunc.pod | 4470 the L<C<make_path>|File::Path/make_path( $dir1, $dir2, .... )> function
|