/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 in typeref:typename:int
|
util.h | 50 /* in mkpath.c */ 51 extern int mkpath(char *);
|
util.c | 334 if (mkpath(tmpbuf) != 0)
|
/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 in typeref:typename:int
|
/src/bin/pax/ |
extern.h | 207 int mkpath(char *);
|
options.c | 735 if (mkpath(dirptr) < 0) 1406 mkpath(char *path) function in typeref:typename:int
|