Lines Matching defs:remove
82 "[l:limit?Limit \b--copy\b and \b--remove\b operations to path names matching"
92 "[X:remove?Unreferenced files are removed when \b--unreferenced\b and"
108 "[x:unreferenced?If \b--copy\b is also specified then remove files and"
124 " release, and remove unreferenced files in the copy.]"
195 int remove;
985 state->remove = opt_info.num;
1120 remove(p);
1167 if (((fp->flags & DIRECTORY) ? rmdir : remove)(p))
1168 error(ERROR_SYSTEM|2, "%s: cannot remove", p);
1182 if (state->exec && ((ent->fts_info & FTS_D) ? rmdir : remove)(ent->fts_path))
1183 error(ERROR_SYSTEM|2, "%s: cannot remove", ent->fts_path);
1212 if (!state->remove)
1218 if (state->exec && ((ent->fts_info & FTS_D) ? rmdir : remove)(ent->fts_path))
1219 error(ERROR_SYSTEM|2, "%s: cannot remove", ent->fts_path);