Searched refs:copy_dir (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c126 static void copy_dir(struct ext2fs_direct *, struct ext2fs_direct *);
947 copy_dir(&pad_dir, (struct ext2fs_direct *)buf);
1001 copy_dir(&protodir[i], (struct ext2fs_direct *)cp);
1006 copy_dir(&protodir[i], (struct ext2fs_direct *)cp);
1014 copy_dir(struct ext2fs_direct *dir, struct ext2fs_direct *dbuf) function
/openbsd-current/libexec/ftpd/
H A Dftpd.c200 static char *copy_dir(char *, struct passwd *);
979 newdir = copy_dir(dir, pw);
2817 copy_dir(char *dir, struct passwd *pw) function

Completed in 198 milliseconds