| /netbsd-src/lib/libpuffs/ |
| H A D | subr.c | 49 puffs_gendotdent(struct dirent **dent, ino_t id, int dotdot, size_t *reslen) in puffs_gendotdent() argument 53 assert(dotdot == 0 || dotdot == 1); in puffs_gendotdent() 54 name = dotdot == 0 ? "." : ".."; in puffs_gendotdent()
|
| /netbsd-src/tests/fs/puffs/h_dtfs/ |
| H A D | dtfs.h | 64 struct puffs_node *dotdot; member 74 #define df_dotdot u.dir.dotdot
|
| /netbsd-src/bin/csh/ |
| H A D | dir.c | 279 size_t dotdot = 0; in dnormalize() local 295 dotdot++; in dnormalize() 303 while (dotdot > 0) { in dnormalize() 307 dotdot--; in dnormalize() 314 cwd[dotdot = Strlen(cwd)] = '/'; in dnormalize() 315 cwd[dotdot + 1] = '\0'; in dnormalize()
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_htree.c | 389 struct ext2fs_direct *ep, *dotdot; in ext2fs_htree_create_index() local 410 dotdot = (struct ext2fs_direct *)((char *)&(root->h_dotdot)); in ext2fs_htree_create_index() 411 ep = (struct ext2fs_direct *)((char *)dotdot + dotdot->e2d_reclen); in ext2fs_htree_create_index() 424 dotdot->e2d_reclen = blksize - EXT2_DIR_REC_LEN(1); in ext2fs_htree_create_index()
|
| /netbsd-src/external/gpl3/gdb.old/dist/ |
| H A D | config-ml.in | 689 # Eg: if ${ml_dir} = m68000/m68881, dotdot = ../../ 690 dotdot=../`echo ${ml_dir} | sed -e 's|[^/]||g' -e 's|/|../|g'` 701 ../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "") 711 multisrctop=${dotdot} 719 ml_newsrcdir=${dotdot}${srcdir} 729 *) ml_recprog=${dotdot}${progname} ;;
|
| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | config-ml.in | 689 # Eg: if ${ml_dir} = m68000/m68881, dotdot = ../../ 690 dotdot=../`echo ${ml_dir} | sed -e 's|[^/]||g' -e 's|/|../|g'` 701 ../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "") 711 multisrctop=${dotdot} 719 ml_newsrcdir=${dotdot}${srcdir} 729 *) ml_recprog=${dotdot}${progname} ;;
|
| /netbsd-src/tests/fs/tmpfs/ |
| H A D | t_rename.sh | 84 atf_test_case dotdot 272 atf_add_test_case dotdot
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | config-ml.in | 699 # Eg: if ${ml_dir} = m68000/m68881, dotdot = ../../ 700 dotdot=../`echo ${ml_dir} | sed -e 's|[^/]||g' -e 's|/|../|g'` 711 ../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "") 721 multisrctop=${dotdot} 729 ml_newsrcdir=${dotdot}${srcdir} 739 *) ml_recprog=${dotdot}${progname} ;;
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | config-ml.in | 703 # Eg: if ${ml_dir} = m68000/m68881, dotdot = ../../ 704 dotdot=../`echo ${ml_dir} | sed -e 's|[^/]||g' -e 's|/|../|g'` 715 ../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "") 725 multisrctop=${dotdot} 733 ml_newsrcdir=${dotdot}${srcdir} 743 *) ml_recprog=${dotdot}${progname} ;;
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | config-ml.in | 699 # Eg: if ${ml_dir} = m68000/m68881, dotdot = ../../ 700 dotdot=../`echo ${ml_dir} | sed -e 's|[^/]||g' -e 's|/|../|g'` 711 ../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "") 721 multisrctop=${dotdot} 729 ml_newsrcdir=${dotdot}${srcdir} 739 *) ml_recprog=${dotdot}${progname} ;;
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_rename.c | 577 LFS_DIRHEADER *dotdot; in ulfs_read_dotdot() local 594 dotdot = lfs_dirtemplate_dotdot(fs, &dirbuf); in ulfs_read_dotdot() 596 if (lfs_dir_getnamlen(fs, dotdot) != 2 || in ulfs_read_dotdot() 602 *ino_ret = lfs_dir_getino(fs, dotdot); in ulfs_read_dotdot()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | std-path.cc | 485 const path dotdot(".."); in lexically_relative() local 487 ret /= dotdot; in lexically_relative()
|
| /netbsd-src/sys/rump/librump/rumpvfs/ |
| H A D | rumpfs.c | 683 bool dotdot = (cnp->cn_flags & ISDOTDOT) != 0; in rump_vop_lookup() local 739 if (dotdot) in rump_vop_lookup() 771 if (dotdot) { in rump_vop_lookup()
|
| /netbsd-src/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_vnops.c | 520 struct direntry dotdot; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_path.cc | 1831 const path dotdot(".."); in lexically_relative() local 1833 ret /= dotdot; in lexically_relative()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_path.cc | 1832 const path dotdot(".."); in lexically_relative() local 1834 ret /= dotdot; in lexically_relative()
|
| /netbsd-src/share/doc/usd/17.msmacros/ |
| H A D | refcard.bad | 1028 $ a dot $, $ b dotdot$, $ xi tilde times 1036 $ a dot $, $ b dotdot$, $ xi tilde times
|
| /netbsd-src/sys/fs/msdosfs/ |
| H A D | msdosfs_vnops.c | 742 struct direntry dotdot; in msdosfs_remove() 748 struct direntry dotdot; global() member
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | cvsclient.texi | 752 @item Max-dotdot @var{level} \n 758 @code{Max-dotdot} request with a @var{level} of at least 2. 759 @code{Max-dotdot} must be sent before the first @code{Directory}
|
| H A D | ChangeLog | 5210 * cvsclient.texi (Requests): Add Max-dotdot.
|
| /netbsd-src/share/man/tools/ |
| H A D | newsp.errs | 454 dotdot
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 5635 * ps/devps/eqnchar: Better definitions of dotdot, vec, dyad, inf. 5638 * dvi/devdvi/eqnchar: Better definitions of vec, dyad, dotdot.
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | ChangeLog-9395 | 2743 * server.c, client.c: Add "Max-dotdot" request, and use it to make
|
| H A D | ChangeLog-96 | 646 Max-dotdot is used.
|
| H A D | ChangeLog | 4293 Max-dotdot...
|