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

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

Completed in 47 milliseconds