Home
last modified time | relevance | path

Searched refs:isdotdot (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dcanonize.c34 #define isdotdot(x) ((x[0] == '.') && (x[1] == '.') && \ macro
47 else if (isdotdot(pt)) { in canonize()
55 } while (isdotdot(last)); in canonize()
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_paths.c55 #define isdotdot(x) ((x[0] == '.') && (x[1] == '.') && \ macro
102 } else if (isdotdot(pt)) { in z_path_canonize()
111 } while (isdotdot(last)); in z_path_canonize()
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c442 #define isdotdot(x) ((x[0] == '.')&&(x[1] == '.')&&(!x[2]||(x[2] == '/'))) macro
455 else if (isdotdot(pt)) { in canonize_name()
463 } while (isdotdot(last)); in canonize_name()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c677 int isvattrdir, isdotdot, skip_decr; in tdirtrunc() local
704 isdotdot = (strcmp("..", tdp->td_name) == 0); in tdirtrunc()
705 skip_decr = (isvattrdir && isdotdot); in tdirtrunc()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c5248 int isdotdot; in nfs4lookupvalidate_otw() local
5266 isdotdot = 1; in nfs4lookupvalidate_otw()
5275 isdotdot = 0; in nfs4lookupvalidate_otw()
5328 if (isdotdot) { in nfs4lookupvalidate_otw()
5348 if (!isdotdot && res.status == NFS4ERR_MOVED) { in nfs4lookupvalidate_otw()
5368 if (!isdotdot && res.status == NFS4ERR_WRONGSEC) { in nfs4lookupvalidate_otw()
5550 if (isdotdot) { in nfs4lookupvalidate_otw()
5683 int isdotdot; in nfs4lookupnew_otw() local
5700 isdotdot = 1; in nfs4lookupnew_otw()
5709 isdotdot = 0; in nfs4lookupnew_otw()
[all …]