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.c119 static int targetexists = 0; variable
626 if (targetexists && ISDIR(s2) && (!ISDIR(s1))) { in cpymve()
635 if (targetexists && ISDIR(s2)) { in cpymve()
679 if (targetexists && unlink(target) < 0) { in cpymve()
713 if (targetexists && unlink(target) < 0) { in cpymve()
733 if (targetexists && rmdir(target) < 0) { in cpymve()
741 if (targetexists && unlink(target) < 0) { in cpymve()
1045 targetexists = 0; in chkfiles()
1073 targetexists++; in chkfiles()