Home
last modified time | relevance | path

Searched refs:ISLNK (Results 1 – 1 of 1) sorted by relevance

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