Searched refs:make_dir (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/unzip/
H A Dunzip.c315 make_dir(const char *path, int mode) function
374 make_dir(path, 0755);
409 make_dir(path, mode);
/freebsd-11-stable/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c630 make_dir(void *block, uint64_t ino, uint64_t parent_ino) function
664 de = make_dir(block, root->ino, root->ino);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h389 svn_error_t *(*make_dir)(svn_fs_root_t *root, const char *path,
385 svn_error_t *(*make_dir)(svn_fs_root_t *root, const char *path, member in struct:root_vtable_t
H A Dfs-loader.c1488 return svn_error_trace(root->vtable->make_dir(root, path, pool));

Completed in 102 milliseconds