Home
last modified time | relevance | path

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)) in canonize()
/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)) { in z_path_canonize()
/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)) in canonize_name()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c827 int isdot; in recvf() local
830 isdot = 1; in recvf()
832 isdot = 0; in recvf()
863 (isdot == 1 || mkdir(target, mode) == 0))) { in recvf()