| /onnv-gate/usr/src/cmd/svr4pkg/pkginstall/ |
| H A D | check.c | 545 if (mkpath(get_PKGADM())) { in ckdirs() 556 if (mkpath(path)) { in ckdirs() 567 if (mkpath(path)) { in ckdirs() 576 if (mkpath(PKGSCR)) { in ckdirs() 585 if (mkpath(get_PKGLOC())) { in ckdirs() 616 if (mkpath(pkgloc)) { in ckpkgdirs() 625 if (mkpath(pkgbin)) { in ckpkgdirs() 634 if (mkpath(pkgsav)) { in ckpkgdirs() 643 if (!is_spool_create() && mkpath(saveSpoolInstallDir)) { in ckpkgdirs()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | Install.pm | 112 mkpath($targetdir) unless $nonono; 176 mkpath($targetdir,0,0755) unless $nonono; 207 mkpath($dir,0,0755) unless $nonono; 433 mkpath($autodir,0,0755); 455 mkpath(dirname($to),0,0755);
|
| H A D | Command.pm | 183 sub mkpath subroutine 186 File::Path::mkpath([@ARGV],0,0777);
|
| H A D | Manifest.pm | 393 File::Path::mkpath([ $target ],! $Quiet,$Is_VMS ? undef : 0755); 399 File::Path::mkpath($dir,1,0755); 407 File::Path::mkpath(["$target/$dir"],! $Quiet,$Is_VMS ? undef : 0755);
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| H A D | Path.pm | 134 sub mkpath { subroutine 156 push(@created,mkpath($parent, $verbose, $mode));
|
| H A D | Path.t | 21 mkpath($path);
|
| /onnv-gate/usr/src/cmd/abi/appcert/scripts/ |
| H A D | appcert.pl | 199 if (! mkpath($working_dir) || ! -d $working_dir) { 223 if (! mkpath($dir) || ! -d $dir) { 235 if (! mkpath($tmp_dir, 0, 0700) || ! -d $tmp_dir) { 239 if (! mkpath($tmp_dir)) {
|
| H A D | AppcertUtil.pm | 944 if (! mkpath($dir, 0, 0700) || ! -d $dir) { 949 if (! mkpath($dir) || ! -d $dir) {
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | AutoSplit.pm | 220 mkpath($autodir,0,0755); 286 mkpath($modnamedir,0,0777); 332 mkpath($modnamedir,0,0777);
|
| H A D | lib.t | 30 mkpath [$Auto_Dir];
|
| H A D | AutoLoader.t | 23 mkpath( $fulldir ) or die "Can't mkdir '$fulldir': $!";
|
| H A D | warnings.t | 90 mkpath($1);
|
| H A D | CPAN.pm | 553 eval { File::Path::mkpath($dotcpan);}; 562 eval { File::Path::mkpath($symlinkcpan); }; 984 File::Path::mkpath($self->{ID}); 1253 if (-d $configpmdir or File::Path::mkpath($configpmdir)) { 1258 File::Path::mkpath($configpmdir); 1786 File::Path::mkpath($todir); 2342 File::Path::mkpath($aslocal_dir); 2587 File::Path::mkpath($aslocal_dir); 2708 File::Path::mkpath($aslocal_dir); 3967 File::Path::mkpath($packagedir); [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/ |
| H A D | cwd.t | 95 mkpath([$Test_Dir], 0, 0777); 131 mkpath([$Test_Dir], 0, 0777);
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
| H A D | 00setup_dummy.t | 126 mkpath $dir;
|
| H A D | Command.t | 146 mkpath();
|
| H A D | Installed.t | 86 ok( mkpath('auto/FakeMod') );
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/Setup/ |
| H A D | Recurs.pm | 37 mkpath $dir;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/ |
| H A D | IO.t | 86 if ( -d $fakedir or mkpath( $fakedir ))
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | installperl | 60 sub mkpath { 61 File::Path::mkpath(@_) unless $nonono; 255 -d $installbin || mkpath($installbin, $verbose, 0777); 376 mkpath($Config{installnwsystem}, 1, 0777); 382 mkpath($Config{installnwlcgi}, 1, 0777); 402 mkpath($installprivlib, $verbose, 0777); 403 mkpath($installarchlib, $verbose, 0777); 404 mkpath($installsitelib, $verbose, 0777) if ($installsitelib); 405 mkpath($installsitearch, $verbose, 0777) if ($installsitearch); 422 mkpath("$installarchlib/CORE", $verbose, 0777); [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
| H A D | o.t | 16 mkpath( $path ) or skip_all( 'Cannot create fake module path' );
|
| /onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | fixpath.c | 546 mkpath(char *p) in mkpath() function 620 if (access(basedir, F_OK) == 0 || mkpath(basedir)) { in mkbasedir()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
| H A D | FirstTime.pm | 128 eval { File::Path::mkpath($ans); }; # dies if it can't 476 File::Path::mkpath(File::Basename::dirname($mby));
|
| /onnv-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
| H A D | ses_log_transport.c | 221 mkpath(char *path, mode_t mode) in mkpath() function 459 status = mkpath(fileName, 0744); in create_filename()
|
| /onnv-gate/usr/src/cmd/svr4pkg/hdrs/ |
| H A D | libinst.h | 218 extern int mkpath __P((char *p));
|