Lines Matching refs:errno
172 if (errno == EINTR) in swrite()
218 if (errno == EINTR || errno == EAGAIN) in sread()
239 if (errno == EINTR) in sread()
266 r = errno; in file_pipe2file()
268 errno = r; in file_pipe2file()
274 te = errno; in file_pipe2file()
276 errno = te; in file_pipe2file()
280 file_error(ms, errno, in file_pipe2file()
295 file_error(ms, errno, "error copying from pipe to temp file"); in file_pipe2file()
300 file_error(ms, errno, "error while writing to temp file"); in file_pipe2file()
310 file_error(ms, errno, "could not dup descriptor for temp file"); in file_pipe2file()
412 file_error(ms, errno, "cannot create pipe"); in uncompressbuf()
440 compr[method].argv[0], strerror(errno)); in uncompressbuf()
445 file_error(ms, errno, "could not fork"); in uncompressbuf()
463 strerror(errno)); in uncompressbuf()
473 strerror(errno)); in uncompressbuf()
490 strerror(errno)); in uncompressbuf()