Home
last modified time | relevance | path

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

12

/netbsd-src/lib/libpuffs/
H A Dsubr.c49 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 Ddtfs.h64 struct puffs_node *dotdot; member
74 #define df_dotdot u.dir.dotdot
/netbsd-src/bin/csh/
H A Ddir.c279 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 Dext2fs_htree.c389 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 Dconfig-ml.in689 # 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 Dconfig-ml.in689 # 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 Dt_rename.sh84 atf_test_case dotdot
272 atf_add_test_case dotdot
/netbsd-src/external/gpl3/binutils/dist/
H A Dconfig-ml.in699 # 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 Dconfig-ml.in703 # 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 Dconfig-ml.in699 # 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 Dlfs_rename.c577 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 Dstd-path.cc485 const path dotdot(".."); in lexically_relative() local
487 ret /= dotdot; in lexically_relative()
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpfs.c683 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 Dmsdosfs_vnops.c520 struct direntry dotdot; member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc1831 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 Dfs_path.cc1832 const path dotdot(".."); in lexically_relative() local
1834 ret /= dotdot; in lexically_relative()
/netbsd-src/share/doc/usd/17.msmacros/
H A Drefcard.bad1028 $ a dot $, $ b dotdot$, $ xi tilde times
1036 $ a dot $, $ b dotdot$, $ xi tilde times
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c742 struct direntry dotdot; in msdosfs_remove()
748 struct direntry dotdot; global() member
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dcvsclient.texi752 @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 DChangeLog5210 * cvsclient.texi (Requests): Add Max-dotdot.
/netbsd-src/share/man/tools/
H A Dnewsp.errs454 dotdot
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1155635 * 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 DChangeLog-93952743 * server.c, client.c: Add "Max-dotdot" request, and use it to make
H A DChangeLog-96646 Max-dotdot is used.
H A DChangeLog4293 Max-dotdot...

12