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

/netbsd-current/sbin/fsck_ffs/
H A Ddir.c60 struct dirtemplate emptydir = { variable in typeref:struct:dirtemplate
799 emptydir.dot_reclen = iswap16(dirblksiz);
803 memmove(cp, &emptydir, sizeof emptydir);
808 memmove(bp->b_un.b_buf, &emptydir, sizeof emptydir);
875 emptydir.dot_reclen = iswap16(dirblksiz);
879 memmove(cp, &emptydir, sizeof emptydir);
/netbsd-current/sbin/fsck_ext2fs/
H A Ddir.c85 struct ext2fs_dirtemplate emptydir = { variable in typeref:struct:ext2fs_dirtemplate
592 emptydir.dot_reclen = h2fs16(sblock.e2fs_bsize);
593 memcpy(bp->b_un.b_buf, &emptydir, sizeof emptydir);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsanity.sh1677 tests="${tests} cvsadm emptydir abspath abspath2 toplevel toplevel2"
15055 emptydir)
15061 dotest emptydir-1 "${testcvs} co CVSROOT/modules" \
15063 echo "# Module defs for emptydir tests" > CVSROOT/modules
15069 dotest emptydir-2 "${testcvs} ci -m add-modules" \
15079 dotest emptydir-3 "$testcvs -q co -l ."
15080 dotest emptydir-3a "${testcvs} co mod1 moda" \
15085 dotest emptydir-3b "${testcvs} add moda/modasub" \
15088 dotest emptydir-4 "${testcvs} add mod1/file1 moda/modasub/filea" \
15092 dotest emptydir
[all...]
/netbsd-current/sbin/fsck_lfs/
H A Ddir.c56 struct lfs_dirtemplate emptydir = {

Completed in 204 milliseconds