Lines Matching refs:ERROR_SYSTEM

196 		error(ERROR_SYSTEM|2, "%s: cannot reset access and modify times", path);  in preserve()
202 error(ERROR_SYSTEM|2, "%s: cannot reset group to %s", path, fmtgid(os->st_gid)); in preserve()
205 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s", path, fmtuid(os->st_uid)); in preserve()
208 …error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fm… in preserve()
277 error(ERROR_SYSTEM|3, "out of space"); in visit()
296 … error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); in visit()
316 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path); in visit()
320 …error(ERROR_SYSTEM|2, "%s: cannot reset directory mode to %s", state->path, fmtmode(st.st_mode & S… in visit()
363 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); in visit()
513 error(ERROR_SYSTEM|3, "%s: out of space", state->path); in visit()
516 error(ERROR_SYSTEM|2, "%s: cannot backup to %s", state->path, s); in visit()
523 error(ERROR_SYSTEM|2, "%s: cannot remove", state->path); in visit()
546 error(ERROR_SYSTEM|2, "%s: cannot rename to %s", ent->fts_path, state->path); in visit()
558 error(ERROR_SYSTEM|2, "%s: cannot read symbolic link text", ent->fts_path); in visit()
564 error(ERROR_SYSTEM|2, "%s: cannot copy symbolic link to %s", ent->fts_path, state->path); in visit()
572 error(ERROR_SYSTEM|2, "%s: cannot read", ent->fts_path); in visit()
577 error(ERROR_SYSTEM|2, "%s: cannot write", state->path); in visit()
586 error(ERROR_SYSTEM|2, "%s: %s read stream error", ent->fts_path, state->path); in visit()
595 error(ERROR_SYSTEM|2, "%s: %s write stream error", ent->fts_path, state->path); in visit()
610 …error(ERROR_SYSTEM|2, "%s: %s %s error", ent->fts_path, state->path, n == 1 ? ERROR_translate(0, 0… in visit()
621 error(ERROR_SYSTEM|2, "%s: cannot copy special file to %s", ent->fts_path, state->path); in visit()
635 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path); in visit()
639 …error(ERROR_SYSTEM|2, "%s: cannot reset mode to %s", state->path, fmtmode(st.st_mode & state->perm… in visit()
644 error(ERROR_SYSTEM|1, "%s: cannot remove", ent->fts_path); in visit()
649 error(ERROR_SYSTEM|2, "%s: cannot link to %s", ent->fts_path, state->path); in visit()
676 error(ERROR_SYSTEM|3, "out of space"); in b_cp()
689 error(ERROR_SYSTEM|3, "out of space [tmp string]"); in b_cp()
725 error(ERROR_SYSTEM|3, "%s: out of space", state->path); in b_cp()
829 error(ERROR_SYSTEM|3, "out of space"); in b_cp()
910 error(ERROR_SYSTEM|3, "out of space"); in b_cp()
932 error(ERROR_SYSTEM|2, "%s: cannot copy", argv[0]); in b_cp()
935 error(ERROR_SYSTEM|2, "%s: cannot link", argv[0]); in b_cp()
938 error(ERROR_SYSTEM|2, "%s: cannot move", argv[0]); in b_cp()
942 error(ERROR_SYSTEM|2, "%s: cannot link to %s", *argv, state->path); in b_cp()