Lines Matching refs:error

78 "	printed on the standard error for each changed file.]"
117 #include <error.h>
159 error(ERROR_SYSTEM|2, "%s: cannot read", path);
193 error(2, "%s: last line incomplete", file);
229 error(ERROR_SYSTEM|2, "%s: read error", file);
239 error(ERROR_SYSTEM|2, "%s: cannot stat", file);
310 error(ERROR_SYSTEM|3, "out of space");
316 error(2, "%s: checksum changed", file);
325 error(ERROR_SYSTEM|2, "%s: cannot stat", file);
336 error(2, "%s: uid should be %s", file, fmtuid(uid));
345 error(2, "%s: gid should be %s", file, fmtgid(gid));
352 error(ERROR_SYSTEM|2, "%s: cannot change group to %s", file, fmtgid(gid));
354 error(ERROR_SYSTEM|2, "%s: cannot change user to %s", file, fmtuid(uid));
356 error(ERROR_SYSTEM|2, "%s: cannot change user to %s and group to %s", file, fmtuid(uid), fmtgid(gid));
361 error(1, "%s: changed group to %s", file, fmtgid(gid));
363 error(1, "%s: changed user to %s", file, fmtuid(uid));
365 error(1, "%s: changed user to %s and group to %s", file, fmtuid(uid), fmtgid(gid));
373 error(ERROR_SYSTEM|2, "%s: cannot change mode to %s", file, fmtmode(mode, 0));
375 error(ERROR_SYSTEM|1, "%s: changed mode to %s", file, fmtmode(mode, 0));
380 error(2, "%s: mode should be %s", file, fmtmode(mode, 0));
393 error(3, "%s: %s: unknown checksum method", check, s);
398 error(1, "%s: %s: unknown option", check, s);
477 error(3, "out of space [check]");
531 error(ERROR_USAGE|4, "%s", opt_info.arg);
534 error(2, "%s", opt_info.arg);
541 error(ERROR_USAGE|4, "%s", optusage(NiL));
548 error(3, "%s: unknown checksum method", method);
593 error(ERROR_system(1), "%s: not found", *argv);
611 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_path);
614 error(ERROR_system(0), "%s: cannot read directory", ent->fts_path);
617 error(ERROR_system(0), "%s: cannot search directory", ent->fts_path);
620 error(ERROR_system(0), "%s: not found", ent->fts_path);