Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mv/
H A Dmv.c115 static int targetexists = 0; variable
622 if (targetexists && ISDIR(s2) && (!ISDIR(s1))) { in cpymve()
631 if (targetexists && ISDIR(s2)) { in cpymve()
675 if (targetexists && unlink(target) < 0) { in cpymve()
709 if (targetexists && unlink(target) < 0) { in cpymve()
729 if (targetexists && rmdir(target) < 0) { in cpymve()
737 if (targetexists && unlink(target) < 0) { in cpymve()
1041 targetexists = 0; in chkfiles()
1069 targetexists++; in chkfiles()