| /src/usr.bin/patch/ |
| Makefile | 6 SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
|
| mkpath.c | 2 * $OpenBSD: mkpath.c,v 1.2 2005/06/20 07:14:06 otto Exp $ 3 * $DragonFly: src/usr.bin/patch/mkpath.c,v 1.1 2007/09/29 23:11:10 swildner Exp $ 4 * $NetBSD: mkpath.c,v 1.1 2008/09/19 18:33:34 joerg Exp $ 37 __RCSID("$NetBSD: mkpath.c,v 1.1 2008/09/19 18:33:34 joerg Exp $"); 45 int mkpath(char *); 49 * mkpath -- create directories. 53 mkpath(char *path) function
|
| util.h | 50 /* in mkpath.c */ 51 extern int mkpath(char *);
|
| util.c | 334 if (mkpath(tmpbuf) != 0)
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 70-test_quic_multistream.t | 12 use File::Path 2.00 qw(rmtree mkpath);
|
| /src/bin/mkdir/ |
| mkdir.c | 58 static int mkpath(char *, mode_t, mode_t); 120 if (mkpath(*argv, mode, dir_mode) < 0) 146 * mkpath -- create directories. 152 mkpath(char *path, mode_t mode, mode_t dir_mode) function
|
| /src/external/gpl3/gcc/dist/contrib/regression/ |
| mkindex.pl | 37 use File::Path qw(mkpath rmtree); 64 mkpath $destdir . '/' . $dir;
|
| /src/external/gpl3/gcc.old/dist/contrib/regression/ |
| mkindex.pl | 37 use File::Path qw(mkpath rmtree); 64 mkpath $destdir . '/' . $dir;
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_read_format_isorr_ce.c | 75 mkpath(char *p, int len) function 97 mkpath(path1, 151); 98 mkpath(path2, 152); 99 mkpath(path3, 153);
|
| /src/external/gpl2/gmake/dist/tests/ |
| run_make_tests.pl | 105 $makestring =~ s/#MAKEPATH#/$mkpath/g; 119 $answer =~ s/#MAKEPATH#/$mkpath/g; 304 $mkpath = "$pwd$pathsep$make_path"; 308 $mkpath = $make_path;
|
| /src/external/bsd/tcpdump/dist/tests/ |
| TESTrun | 30 use File::Path qw(mkpath); # mkpath works with ancient perl, as well as newer perl 37 mkpath($newdir); 38 mkpath($diffdir);
|
| /src/external/gpl2/texinfo/dist/info/ |
| infokey.c | 74 static char *mkpath (const char *dir, const char *file); 189 input_filename = mkpath (homedir, INFOKEY_SRCFILE); 191 output_filename = mkpath (homedir, INFOKEY_FILE); 254 mkpath (const char *dir, const char *file) 253 mkpath (const char *dir, const char *file) function
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/ |
| ccc-analyzer | 19 use File::Path qw / mkpath /; 150 mkpath $Dir; 336 mkpath $dir;
|
| /src/bin/pax/ |
| extern.h | 207 int mkpath(char *);
|
| options.c | 735 if (mkpath(dirptr) < 0) 1406 mkpath(char *path) function
|
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| process_docs.pl | 147 mkpath $output_dir
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| pvcs2rcs.in | 479 if (!mkpath ($cvs_dir)) 618 if ( !( $options{'rcs-dirs-flat'} or (-d "RCS") or mkpath ( "RCS" ) ) )
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| Test.pm | 66 use File::Path 2.00 qw/rmtree mkpath/; 1035 mkpath($dir);
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 70 use File::Path 2.00 qw/rmtree mkpath/; 979 mkpath($directories{RESULTS}); 1115 mkpath($dir);
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 69 use File::Path 2.00 qw/rmtree mkpath/; 953 mkpath($directories{RESULTS}); 1089 mkpath($dir);
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/ |
| scan-build | 21 use File::Path qw( rmtree mkpath ); 245 mkpath($NewDir); 1611 mkpath($OutDir) unless (-e $OutDir); # abs_path wants existing dir 1631 mkpath($OutDir) unless (-e $OutDir); # abs_path wants existing dir
|
| /src/crypto/external/bsd/openssl/dist/ |
| Configure | 19 use File::Path qw/mkpath/; 1843 mkpath($dir) unless $no_mkpath; 1862 mkpath($d) unless $no_mkpath; 1938 mkpath($buildd);
|
| /src/crypto/external/apache2/openssl/dist/ |
| Configure | 19 use File::Path qw/mkpath/; 1975 mkpath($dir) unless $no_mkpath; 1994 mkpath($d) unless $no_mkpath; 2070 mkpath($buildd);
|
| /src/crypto/external/bsd/openssl.old/dist/ |
| Configure | 19 use File::Path qw/mkpath/; 1687 mkpath($dir); 1705 mkpath($d); 1780 mkpath($buildd);
|