Searched defs:isdotdot (Results 1 - 3 of 3) sorted by relevance

/osnet-11/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));
/osnet-11/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));
/osnet-11/usr/src/lib/libadm/common/
H A Dpkgparam.c449 #define isdotdot(x) ((x[0] == '.')&&(x[1] == '.')&&(!x[2]||(x[2] == '/'))) macro
462 else if (isdotdot(pt)) {
470 } while (isdotdot(last));

Completed in 60 milliseconds