HomeSort by: relevance | last modified time | path
    Searched defs:mkpath (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/patch/
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
  /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/
options.c 735 if (mkpath(dirptr) < 0)
1406 mkpath(char *path) function in typeref:typename:int

Completed in 20 milliseconds