Lines Matching refs:ERROR_SYSTEM

211 		error(ERROR_SYSTEM|2, "%s: cannot reset access and modify times", path);
219 error(ERROR_SYSTEM|2, "%s: cannot reset group to %s", path, fmtgid(os->st_gid));
222 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s", path, fmtuid(os->st_uid));
225 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fmtgid(os->st_gid));
295 error(ERROR_SYSTEM|3, "out of space");
314 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path);
334 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path);
338 error(ERROR_SYSTEM|2, "%s: cannot reset directory mode to %s", state->path, fmtmode(st.st_mode & S_IPERM, 0) + 1);
381 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path);
532 error(ERROR_SYSTEM|3, "%s: out of space", state->path);
535 error(ERROR_SYSTEM|2, "%s: cannot backup to %s", state->path, s);
542 error(ERROR_SYSTEM|2, "%s: cannot remove", state->path);
565 error(ERROR_SYSTEM|2, "%s: cannot rename to %s", ent->fts_path, state->path);
577 error(ERROR_SYSTEM|2, "%s: cannot read symbolic link text", ent->fts_path);
583 error(ERROR_SYSTEM|2, "%s: cannot copy symbolic link to %s", ent->fts_path, state->path);
591 error(ERROR_SYSTEM|2, "%s: cannot read", ent->fts_path);
596 error(ERROR_SYSTEM|2, "%s: cannot write", state->path);
605 error(ERROR_SYSTEM|2, "%s: %s read stream error", ent->fts_path, state->path);
614 error(ERROR_SYSTEM|2, "%s: %s write stream error", ent->fts_path, state->path);
629 error(ERROR_SYSTEM|2, "%s: %s %s error", ent->fts_path, state->path, n == 1 ? ERROR_translate(0, 0, 0, "read") : n == 2 ? ERROR_translate(0, 0, 0, "write") : ERROR_translate(0, 0, 0, "io"));
640 error(ERROR_SYSTEM|2, "%s: cannot copy special file to %s", ent->fts_path, state->path);
654 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path);
658 error(ERROR_SYSTEM|2, "%s: cannot reset mode to %s", state->path, fmtmode(st.st_mode & state->perm, 0) + 1);
664 error(ERROR_SYSTEM|1, "%s: cannot remove", ent->fts_path);
669 error(ERROR_SYSTEM|2, "%s: cannot link to %s", ent->fts_path, state->path);
696 error(ERROR_SYSTEM|3, "out of space");
709 error(ERROR_SYSTEM|3, "out of space [tmp string]");
746 error(ERROR_SYSTEM|3, "%s: out of space", state->path);
881 error(ERROR_SYSTEM|3, "out of space");
970 error(ERROR_SYSTEM|3, "out of space");
992 error(ERROR_SYSTEM|2, "%s: cannot copy", argv[0]);
995 error(ERROR_SYSTEM|2, "%s: cannot link", argv[0]);
998 error(ERROR_SYSTEM|2, "%s: cannot move", argv[0]);
1002 error(ERROR_SYSTEM|2, "%s: cannot link to %s", *argv, state->path);