Symbol: isdotdot
usr/src/lib/libadm/common/pkgparam.c
455
else if (isdotdot(pt)) {
usr/src/lib/libadm/common/pkgparam.c
463
} while (isdotdot(last));
usr/src/lib/libinstzones/common/zones_paths.c
102
} else if (isdotdot(pt)) {
usr/src/lib/libinstzones/common/zones_paths.c
111
} while (isdotdot(last));
usr/src/lib/libpkg/common/canonize.c
47
else if (isdotdot(pt)) {
usr/src/lib/libpkg/common/canonize.c
55
} while (isdotdot(last));
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5248
int isdotdot;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5266
isdotdot = 1;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5275
isdotdot = 0;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5328
if (isdotdot) {
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5348
if (!isdotdot && res.status == NFS4ERR_MOVED) {
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5368
if (!isdotdot && res.status == NFS4ERR_WRONGSEC) {
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5550
if (isdotdot) {
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5683
int isdotdot;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5700
isdotdot = 1;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5709
isdotdot = 0;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5744
if (isdotdot) {
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5786
if (!isdotdot && res.status == NFS4ERR_MOVED) {
usr/src/uts/common/fs/nfs/nfs4_vnops.c
5806
if (!isdotdot && res.status == NFS4ERR_WRONGSEC) {
usr/src/uts/common/fs/nfs/nfs4_vnops.c
6022
if (isdotdot) {
usr/src/uts/common/fs/tmpfs/tmp_dir.c
677
int isvattrdir, isdotdot, skip_decr;
usr/src/uts/common/fs/tmpfs/tmp_dir.c
704
isdotdot = (strcmp("..", tdp->td_name) == 0);
usr/src/uts/common/fs/tmpfs/tmp_dir.c
705
skip_decr = (isvattrdir && isdotdot);