Home
last modified time | relevance | path

Searched defs: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
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_paths.c55 #define isdotdot(x) ((x[0] == '.') && (x[1] == '.') && \ macro
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c442 #define isdotdot(x) ((x[0] == '.')&&(x[1] == '.')&&(!x[2]||(x[2] == '/'))) macro
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c677 int isvattrdir, isdotdot, skip_decr; in tdirtrunc() local
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c5248 int isdotdot; in nfs4lookupvalidate_otw() local
5683 int isdotdot; in nfs4lookupnew_otw() local