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

  /src/sbin/newfs_lfs/
make_lfs.c 269 static void make_dir(struct lfs *, void *,
355 make_dir(struct lfs *fs, void *bufp, function in typeref:typename:void
828 make_dir(fs, bp->b_data, lfs_root_dir, __arraycount(lfs_root_dir));
847 make_dir(fs, bp->b_data, lfs_lf_dir, __arraycount(lfs_lf_dir));
make_lfs.c 269 static void make_dir(struct lfs *, void *,
355 make_dir(struct lfs *fs, void *bufp, function in typeref:typename:void
828 make_dir(fs, bp->b_data, lfs_root_dir, __arraycount(lfs_root_dir));
847 make_dir(fs, bp->b_data, lfs_lf_dir, __arraycount(lfs_lf_dir));
make_lfs.c 269 static void make_dir(struct lfs *, void *,
355 make_dir(struct lfs *fs, void *bufp, function in typeref:typename:void
828 make_dir(fs, bp->b_data, lfs_root_dir, __arraycount(lfs_root_dir));
847 make_dir(fs, bp->b_data, lfs_lf_dir, __arraycount(lfs_lf_dir));
  /src/usr.bin/unzip/
unzip.c 329 make_dir(const char *path, int mode) function in typeref:typename:void
388 make_dir(path, 0755);
430 make_dir(path, mode);
unzip.c 329 make_dir(const char *path, int mode) function in typeref:typename:void
388 make_dir(path, 0755);
430 make_dir(path, mode);
unzip.c 329 make_dir(const char *path, int mode) function in typeref:typename:void
388 make_dir(path, 0755);
430 make_dir(path, mode);

Completed in 38 milliseconds