Lines Matching refs:errno
162 if (errno == EINTR) in swrite()
208 if (errno == EINTR || errno == EAGAIN) in sread()
229 if (errno == EINTR) in sread()
259 r = errno; in file_pipe2file()
261 errno = r; in file_pipe2file()
265 te = errno; in file_pipe2file()
267 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()
400 file_error(ms, errno, "cannot create pipe"); in uncompressbuf()
428 compr[method].argv[0], strerror(errno)); in uncompressbuf()
433 file_error(ms, errno, "could not fork"); in uncompressbuf()
451 strerror(errno)); in uncompressbuf()
461 strerror(errno)); in uncompressbuf()
478 strerror(errno)); in uncompressbuf()