Home
last modified time | relevance | path

Searched refs:dotdot (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/tests/sys/fs/fusefs/
H A Dreaddir.cc76 const char dotdot[] = ".."; in TEST_F() local
82 ents[0].d_namlen = sizeof(dotdot); in TEST_F()
84 strncpy(ents[0].d_name, dotdot, ents[0].d_namlen); in TEST_F()
107 EXPECT_EQ(sizeof(dotdot), de->d_namlen); in TEST_F()
108 EXPECT_EQ(0, strcmp(dotdot, de->d_name)); in TEST_F()
H A Dlookup.cc163 TEST_F(Lookup, dotdot) in TEST_F() argument
/freebsd-12.1/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.h64 struct puffs_node *dotdot; member
74 #define df_dotdot u.dir.dotdot
/freebsd-12.1/sys/fs/pseudofs/
H A Dpseudofs.c177 struct pfs_node *dot, *dotdot; in pfs_fixup_dir_flags() local
182 dotdot = pfs_alloc_node_flags(parent->pn_info, "..", pfstype_parent, flags); in pfs_fixup_dir_flags()
183 if (dotdot == NULL) { in pfs_fixup_dir_flags()
188 pfs_add_node(parent, dotdot); in pfs_fixup_dir_flags()
/freebsd-12.1/sys/fs/devfs/
H A Ddevfs_devs.c262 struct devfs_dirent *dotdot, u_int inode) in devfs_vmkdir() argument
296 if (dotdot == NULL) { in devfs_vmkdir()
299 de->de_dir = dotdot; in devfs_vmkdir()
301 TAILQ_INSERT_TAIL(&dotdot->de_dlist, dd, de_list); in devfs_vmkdir()
302 dotdot->de_links++; in devfs_vmkdir()
/freebsd-12.1/contrib/tcsh/
H A Dsh.dir.c346 int dotdot = 0; in dnormalize() local
358 dotdot++; in dnormalize()
363 if (dotdot == 0) in dnormalize()
400 dotdot = 0; in dnormalize()
410 dotdot++; in dnormalize()
419 while (dotdot > 0) in dnormalize()
426 dotdot--; in dnormalize()
/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_htree.c660 struct ext2fs_direct_2 *ep, *dotdot; in ext2_htree_create_index() local
681 dotdot = (struct ext2fs_direct_2 *)((char *)&(root->h_dotdot)); in ext2_htree_create_index()
682 ep = (struct ext2fs_direct_2 *)((char *)dotdot + dotdot->e2d_reclen); in ext2_htree_create_index()
696 dotdot->e2d_reclen = blksize - EXT2_DIR_REC_LEN(1); in ext2_htree_create_index()
/freebsd-12.1/contrib/gdb/
H A Dconfig-ml.in721 # Eg: if ${ml_dir} = m68000/m68881, dotdot = ../../
722 dotdot=../`echo ${ml_dir} | sed -e 's|[^/]||g' -e 's|/|../|g'`
733 ../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "")
743 multisrctop=${dotdot}
751 ml_newsrcdir=${dotdot}${srcdir}
761 *) ml_recprog=${dotdot}${progname} ;;
/freebsd-12.1/contrib/netbsd-tests/fs/tmpfs/
H A Dt_rename.sh84 atf_test_case dotdot
272 atf_add_test_case dotdot
/freebsd-12.1/contrib/binutils/
H A Dconfig-ml.in730 # Eg: if ${ml_dir} = m68000/m68881, dotdot = ../../
731 dotdot=../`echo ${ml_dir} | sed -e 's|[^/]||g' -e 's|/|../|g'`
742 ../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "")
752 multisrctop=${dotdot}
760 ml_newsrcdir=${dotdot}${srcdir}
770 *) ml_recprog=${dotdot}${progname} ;;
H A DChangeLog8880 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
/freebsd-12.1/libexec/tftpd/tests/
H A Dfunctional.c407 TFTPD_TC_DEFINE(dotdot,)
976 TFTPD_TC_ADD(tp, dotdot); in ATF_TP_ADD_TCS()
/freebsd-12.1/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c514 struct direntry dotdot; member
/freebsd-12.1/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1271 struct direntry dotdot; member