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)) {
55 } while (isdotdot(last));
/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)) {
111 } while (isdotdot(last));
/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)) {
463 } while (isdotdot(last));
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c617 int isvattrdir, isdotdot, skip_decr; local
644 isdotdot = (strcmp("..", tdp->td_name) == 0);
645 skip_decr = (isvattrdir && isdotdot);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c5248 int isdotdot; local
5266 isdotdot = 1;
5275 isdotdot = 0;
5328 if (isdotdot) {
5348 if (!isdotdot && res.status == NFS4ERR_MOVED) {
5368 if (!isdotdot && res.status == NFS4ERR_WRONGSEC) {
5550 if (isdotdot) {
5683 int isdotdot; local
5700 isdotdot = 1;
5709 isdotdot
[all...]

Completed in 93 milliseconds