Searched refs:mkpath (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.bin/patch/
H A Dmkpath.c29 * $OpenBSD: mkpath.c,v 1.2 2005/06/20 07:14:06 otto Exp $
39 int mkpath(char *);
43 * mkpath -- create directories.
47 mkpath(char *path) function
H A DMakefile8 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
H A Dutil.h50 /* in mkpath.c */
51 extern int mkpath(char *);
H A Dutil.c345 if (mkpath(tmpbuf) != 0)
/freebsd-11-stable/bin/pax/tests/
H A Dlegacy_test.pl7 use File::Path qw(rmtree mkpath);
16 mkpath $dir;
30 mkpath $work94; # $work is 94 characters long
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_isorr_ce.c76 mkpath(char *p, int len) function
98 mkpath(path1, 151);
99 mkpath(path2, 152);
100 mkpath(path3, 153);
/freebsd-11-stable/bin/pax/
H A Doptions.c982 mkpath(char *path) function
1248 if (mkpath(dirptr) < 0)

Completed in 88 milliseconds