Lines Matching refs:error
61 "[+-?An I/O error occurred during processing.]"
78 #include <error.h>
111 error(2, opt_info.arg);
114 error(ERROR_usage(2), "%s", opt_info.arg);
119 error(ERROR_usage(2), "%s", optusage((char*)0));
143 error(ERROR_system(0), "%s: cannot open", infile);
145 error(ERROR_system(0), "%s: cannot stat", infile);
147 error(2, "%s: cannot pack a directory", infile);
149 error(2, "%s: has links", infile);
151 error(2, "%s: cannot pack a zero length file", infile);
153 error(ERROR_system(0), "%s: already exists", outfile);
156 error(ERROR_system(0), "%s: cannot create", outfile);
158 error(ERROR_system(0), "%s: cannot change mode to %o",outfile,statb.st_mode);
163 error(2, "%s: read error", infile);
165 error(ERROR_system(0),"%s: seek error", infile);
167 error(2, "%s: write error", infile);
169 error(2, "%s:no savings - file unchanged", infile);
171 error(2, "%s: read error", infile);
176 error(ERROR_system(0), "%s: cannot remove", infile);
211 error(ERROR_exit(1), "%s: already packed", infile);