Searched refs:mkpath (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/bin/mkdir/ |
| D | mkdir.c | 58 static int mkpath(char *, mode_t, mode_t); 120 if (mkpath(*argv, mode, dir_mode) < 0) in main() 152 mkpath(char *path, mode_t mode, mode_t dir_mode) in mkpath() function
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | test_read_format_isorr_ce.c | 75 mkpath(char *p, int len) in mkpath() function 97 mkpath(path1, 151); in DEFINE_TEST() 98 mkpath(path2, 152); in DEFINE_TEST() 99 mkpath(path3, 153); in DEFINE_TEST()
|
| /netbsd/src/usr.bin/patch/ |
| D | mkpath.c | 45 int mkpath(char *); 53 mkpath(char *path) in mkpath() function
|
| D | Makefile | 6 SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
|
| D | util.h | 51 extern int mkpath(char *);
|
| D | util.c | 334 if (mkpath(tmpbuf) != 0) in makedirs()
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | TESTrun | 38 mkpath($newdir); 39 mkpath($diffdir);
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/regression/ |
| D | mkindex.pl | 64 mkpath $destdir . '/' . $dir;
|
| /netbsd/src/bin/pax/ |
| D | extern.h | 207 int mkpath(char *);
|
| D | options.c | 735 if (mkpath(dirptr) < 0) in pax_options() 1406 mkpath(char *path) in mkpath() function
|
| /netbsd/src/external/gpl2/xcvs/dist/contrib/ |
| D | pvcs2rcs.in | 479 if (!mkpath ($cvs_dir)) 618 if ( !( $options{'rcs-dirs-flat'} or (-d "RCS") or mkpath ( "RCS" ) ) )
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | Configure | 1843 mkpath($dir) unless $no_mkpath; 1862 mkpath($d) unless $no_mkpath; 1938 mkpath($buildd);
|