Lines Matching refs:errno
162 if (errno == EINTR) in swrite()
208 if (errno == EINTR || errno == EAGAIN) in sread()
229 if (errno == EINTR) in sread()
256 r = errno; in file_pipe2file()
258 errno = r; in file_pipe2file()
264 te = errno; in file_pipe2file()
266 errno = te; in file_pipe2file()
270 file_error(ms, errno, in file_pipe2file()
285 file_error(ms, errno, "error copying from pipe to temp file"); in file_pipe2file()
290 file_error(ms, errno, "error while writing to temp file"); in file_pipe2file()
300 file_error(ms, errno, "could not dup descriptor for temp file"); in file_pipe2file()
402 file_error(ms, errno, "cannot create pipe"); in uncompressbuf()
430 compr[method].argv[0], strerror(errno)); in uncompressbuf()
435 file_error(ms, errno, "could not fork"); in uncompressbuf()
453 strerror(errno)); in uncompressbuf()
463 strerror(errno)); in uncompressbuf()
480 strerror(errno)); in uncompressbuf()