Lines Matching refs:error
76 #include <error.h>
107 error(ERROR_system(1), "out of space [tmp string]");
126 error(ERROR_SYSTEM|3, "out of space");
131 error(2, "%s", opt_info.arg);
134 error(ERROR_usage(2), "%s", opt_info.arg);
139 error(ERROR_usage(2), "%s", optusage((char*)0));
150 error(ERROR_system(0), "%s: cannot open", infile);
158 error(ERROR_system(0), "%s: cannot stat", infile);
160 error(2, "%s: cannot pack a directory", infile);
162 error(2, "%s: has links", infile);
164 error(2, "%s: already exists", outfile);
167 error(2, "%s: cannot create", outfile);
169 error(ERROR_system(0), "%s: cannot change mode to %o",outfile,statb.st_mode);
179 error(2, "%s: read error", infile);
181 error(2, "%s: read error", outfile);
190 error(ERROR_system(0), "%s: cannot remove", infile);