Lines Matching refs:error
57 error(int level, char *s1, ...) in error() function
89 error(int level, char *s1, ...) in error() function
123 error(0, "read error in readline, fd=%d\n", inpfd); in readline()
146 error(0, "read error during pass, %d remaining\n", bcnt); in pass()
149 error(0, "write error during pass, %d remaining\n", bcnt); in pass()
168 error(0, "read error while making temp file\n"); in prereadfile()
171 error(0, "write error while making temp file\n"); in prereadfile()
192 error(0, "cannot create temp file %s\n", tmpf); in tempfile()
201 error(0, "cannot open temp file %s\n", tmpf); in tempfile()
215 error(0, "failed to receive ACK, "); in recvACK()
217 error(1, "read failed\n"); in recvACK()
219 error(1, "received <%#x> instead\n", (uchar)*jobbuf); in recvACK()
257 error(0, "write error while sending options\n"); in main()
266 error(0, "write returned %d\n", rv); in main()
271 error(0, "error seeking temp file\n"); in main()
284 error(0, "failed to receive ACK before sending data\n"); in main()
290 error(0, "failed to send %d bytes\n", i); in main()
296 error(0, "failed to receive ACK after sending data\n"); in main()
304 error(0, "write error while sending to stdout\n"); in main()