Lines Matching refs:remove
60 "[U:remove-destination?Remove existing destination files before copying.]"
86 "[U:remove-destination?Remove existing destination files before moving.]"
175 int remove; /* remove destination before op */
450 rm = state->remove || ent->fts_info == FTS_SL;
544 if (rm && remove(state->path))
546 error(ERROR_SYSTEM|2, "%s: cannot remove", state->path);
562 else if (!rm && st.st_mode && !remove(state->path))
666 if (state->op == MV && remove(ent->fts_path))
667 error(ERROR_SYSTEM|1, "%s: cannot remove", ent->fts_path);
730 state->remove = 1;
865 state->remove = 1;