Searched refs:ISDOTDOT (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/tcsh/
H A Dsh.dir.h54 #define ISDOTDOT(c) (NTRM((c)[0]) == '.' && ISDOT(&((c)[1]))) macro
H A Dtw.spell.c134 if (ISDOT(item) || ISDOTDOT(item))
H A Dsh.glob.c647 p[1] && ISDOTDOT(p) && (p == *(t-1) || *(p-1) == '/') )
H A Dtc.os.c1373 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name))
H A Dsh.dir.c332 #define IS_DOTDOT(sp, p) (ISDOTDOT(p) && ((p) == (sp) || *((p) - 1) == '/'))
/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_lookup.c245 || (flags & ISDOTDOT)) {
247 && ep->name[0] == ((flags & ISDOTDOT) ? 1 : 0)) {
389 if (flags & ISDOTDOT) {
/freebsd-13-stable/sys/sys/
H A Dnamei.h187 #define ISDOTDOT 0x20000000 /* current component name is .. */ macro
195 (HASBUF | NOEXECCHECK | MAKEENTRY | ISSYMLINK | ISLASTCN | ISDOTDOT | \
/freebsd-13-stable/sys/kern/
H A Dvfs_lookup.c763 ((cnflags & ISDOTDOT) &&
970 cnp->cn_flags |= ISDOTDOT;
972 cnp->cn_flags &= ~ISDOTDOT;
1041 if (cnp->cn_flags & ISDOTDOT) {
1084 LK_RETRY, ISDOTDOT));
1271 if (cnp->cn_flags & ISDOTDOT) {
1350 if ((cnp->cn_flags & ISDOTDOT) == 0)
1446 if (cnp->cn_flags & ISDOTDOT)
H A Dvfs_cache.c1836 MPASS((cnp->cn_flags & ISDOTDOT) != 0);
1922 * - ISDOTDOT: Must be set if and only if cn_nameptr == ".."
1960 MPASS((cnp->cn_flags & ISDOTDOT) == 0);
2053 MPASS((cnp->cn_flags & ISDOTDOT) == 0);
4157 (ISDOTDOT | MAKEENTRY | ISLASTCN)
4313 cnp->cn_flags |= ISDOTDOT;
4400 MPASS((cnp->cn_flags & ISDOTDOT) == 0);
4474 cnp->cn_flags |= ISDOTDOT;
4760 MPASS((cnp->cn_flags & ISDOTDOT) == 0);
/freebsd-13-stable/contrib/bmake/
H A Dutil.c232 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1]))) macro
300 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name))
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_node.c301 MPASS(cnp && (cnp->cn_flags & ISDOTDOT) == 0);
325 if (cnp == NULL || ((cnp->cn_flags & ISDOTDOT) == 0 &&
H A Dfuse_vnops.c1234 if (flags & ISDOTDOT) {
1350 if (flags & ISDOTDOT) {
/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c501 if (cnp->cn_flags & ISDOTDOT) {
579 if (cnp->cn_flags & ISDOTDOT) {
592 if (cnp->cn_flags & ISDOTDOT) {
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c1192 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT)) {
1264 if (flags & ISDOTDOT) {
1334 if (flags & ISDOTDOT) {
/freebsd-13-stable/sys/fs/tmpfs/
H A Dtmpfs_vnops.c101 !(cnp->cn_flags & ISDOTDOT)));
108 if (cnp->cn_flags & ISDOTDOT) {
858 if ((fcnp->cn_flags & ISDOTDOT) != 0 ||
1032 if ((fcnp->cn_flags & ISDOTDOT) != 0 ||
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c649 } else if ((flags & ISDOTDOT) != 0) {
932 if (flags & ISDOTDOT) {
H A Dzfs_vnops_os.c880 if ((cnp->cn_flags & ISDOTDOT) != 0) {
899 cn.cn_flags = cnp->cn_flags & ~ISDOTDOT;
942 if ((cnp->cn_flags & ISDOTDOT) == 0)
986 if ((cnp->cn_flags & ISDOTDOT) != 0) {
3014 if ((scnp->cn_flags & ISDOTDOT) != 0 ||
3030 if ((tcnp->cn_flags & ISDOTDOT) != 0)
3317 (scnp->cn_flags | tcnp->cn_flags) & ISDOTDOT) {
/freebsd-13-stable/sys/fs/autofs/
H A Dautofs_vnops.c226 if (cnp->cn_flags & ISDOTDOT) {
/freebsd-13-stable/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c548 if (flags & ISDOTDOT) {
H A Dmsdosfs_vnops.c1009 (fcnp->cn_flags & ISDOTDOT) ||
1010 (tcnp->cn_flags & ISDOTDOT) ||
/freebsd-13-stable/sys/fs/nullfs/
H A Dnull_vnops.c401 if ((ldvp->v_vflag & VV_ROOT) != 0 && (flags & ISDOTDOT) != 0) {
/freebsd-13-stable/sys/fs/udf/
H A Dudf_vnops.c1176 if (flags & ISDOTDOT) {
1210 if (flags & ISDOTDOT) {
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_lookup.c667 if (flags & ISDOTDOT) {
/freebsd-13-stable/sys/fs/devfs/
H A Ddevfs_vnops.c1066 if ((flags & ISDOTDOT) && (dvp->v_vflag & VV_ROOT))
1081 if (flags & ISDOTDOT) {
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_lookup.c699 if (flags & ISDOTDOT) {

Completed in 201 milliseconds

12