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

/illumos-gate/usr/src/cmd/mv/
H A Dmv.c66 #define ISLNK(A) ((A.st_mode & S_IFMT) == S_IFLNK) macro
670 if (ISLNK(s1)) {
756 if (cpy && (Pflg || (Hflg && !cmdarg)) && (ISLNK(s1))) {
1021 if (!lnk && !ISLNK(s1)) {
1043 if (ISLNK(s2))
1140 !silent && use_stdin() && !ISLNK(s2);
1363 ISLNK(s1) ? AT_SYMLINK_NOFOLLOW : 0);
1401 if (lstat(target, &st) == 0 && ISLNK(st))

Completed in 47 milliseconds