Lines Matching refs:errno
161 if (errno == EINTR) in swrite()
207 if (errno == EINTR || errno == EAGAIN) in sread()
228 if (errno == EINTR) in sread()
255 r = errno; in file_pipe2file()
257 errno = r; in file_pipe2file()
263 te = errno; in file_pipe2file()
265 errno = te; in file_pipe2file()
269 file_error(ms, errno, in file_pipe2file()
284 file_error(ms, errno, "error copying from pipe to temp file"); in file_pipe2file()
289 file_error(ms, errno, "error while writing to temp file"); in file_pipe2file()
299 file_error(ms, errno, "could not dup descriptor for temp file"); in file_pipe2file()
401 file_error(ms, errno, "cannot create pipe"); in uncompressbuf()
429 compr[method].argv[0], strerror(errno)); in uncompressbuf()
434 file_error(ms, errno, "could not fork"); in uncompressbuf()
452 strerror(errno)); in uncompressbuf()
462 strerror(errno)); in uncompressbuf()
479 strerror(errno)); in uncompressbuf()