Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mv/
H A Dmv.c137 static int targetexists = 0; variable
740 if (targetexists && ISDIR(s2) && (!ISDIR(s1))) { in cpymve()
749 if (targetexists && ISDIR(s2)) { in cpymve()
793 if (targetexists && unlink(target) < 0) { in cpymve()
827 if (targetexists && unlink(target) < 0) { in cpymve()
847 if (targetexists && rmdir(target) < 0) { in cpymve()
855 if (targetexists && unlink(target) < 0) { in cpymve()
1159 targetexists = 0; in chkfiles()
1188 targetexists++; in chkfiles()