Lines Matching refs:fts_path
115 error(2, "%s: not found", ent->fts_path); in rm()
133 error(2, "%s: cannot %s directory", ent->fts_path, (ent->fts_info & FTS_NR) ? "read" : "search"); in rm()
146 error(2, "%s: cannot remove", ent->fts_path); in rm()
154 error(2, "%s: directory", ent->fts_path); in rm()
183 … if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm()
197 error(1, "%s: hard link to directory", ent->fts_path); in rm()
211 sfputr(sfstdout, ent->fts_path, '\n'); in rm()
231 error(ERROR_SYSTEM|2, "%s: directory not removed", ent->fts_path); in rm()
238 error(2, "%s: cannot remove", ent->fts_path); in rm()
246 error(2, "%s: directory not removed", ent->fts_path); in rm()
254 sfputr(sfstdout, ent->fts_path, '\n'); in rm()
257 if ((v = astquery(-1, "remove %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm()
281 fmtmode(ent->fts_statp->st_mode & S_IPERM, 0) + 1, ent->fts_path)) < 0 || in rm()
297 error(ERROR_SYSTEM|2, "%s: cannot clear data", ent->fts_path); in rm()
306 error(ERROR_SYSTEM|2, "%s: data clear error", ent->fts_path); in rm()
327 error(ERROR_SYSTEM|2, "%s: not removed", ent->fts_path); in rm()