Searched refs:isdot (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dcanonize.c33 #define isdot(x) ((x[0] == '.') && (!x[1] || (x[1] == '/'))) macro
45 if (isdot(pt))
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_paths.c54 #define isdot(x) ((x[0] == '.') && (!x[1] || (x[1] == '/'))) macro
100 if (isdot(pt)) {
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c441 #define isdot(x) ((x[0] == '.')&&(!x[1]||(x[1] == '/'))) macro
453 if (isdot(pt))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c837 int isdot; local
840 isdot = 1;
842 isdot = 0;
873 (isdot == 1 || mkdir(target, mode) == 0))) {

Completed in 63 milliseconds