Searched refs:Z_ERRNO (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dzmod.h47 #define Z_ERRNO (-1) macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzmod.h45 #define Z_ERRNO (-1) macro
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c71 input reached; return last deflate() return value, or Z_ERRNO if
82 return Z_ERRNO;
159 if (ret == Z_ERRNO)
H A Dfitblk.c76 input reached; return last deflate() return value, or Z_ERRNO if
87 return Z_ERRNO;
176 if (ret == Z_ERRNO)
H A Dminigzip.c398 * if success, Z_ERRNO otherwise.
412 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
414 if (buf_len <= 0) return Z_ERRNO;
418 if (buf == (caddr_t)(-1)) return Z_ERRNO;
/freebsd-current/sys/contrib/zlib/test/
H A Dminigzip.c306 * success, Z_ERRNO otherwise.
317 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
319 if (buf_len <= 0) return Z_ERRNO;
323 if (buf == (caddr_t)(-1)) return Z_ERRNO;
/freebsd-current/sys/contrib/zlib/
H A Dgzwrite.c81 gz_error(state, Z_ERRNO, zstrerror());
111 gz_error(state, Z_ERRNO, zstrerror());
629 ret = Z_ERRNO;
H A Dgzread.c29 gz_error(state, Z_ERRNO, zstrerror());
602 return ret ? Z_ERRNO : err;
H A Dzlib.h180 #define Z_ERRNO (-1) macro
1394 opened for writing, Z_ERRNO if there is an error writing the flushed data,
1645 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1666 and not in the compression library, errnum is set to Z_ERRNO and the
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c52 gz_error(state, Z_ERRNO, zstrerror());
677 return ret ? Z_ERRNO : err;
H A Dgzwrite.c96 gz_error(state, Z_ERRNO, zstrerror());
117 gz_error(state, Z_ERRNO, zstrerror());
668 ret = Z_ERRNO;
/freebsd-current/contrib/mandoc/
H A Dread.c519 curp->gzip && gzerrnum != Z_ERRNO ?
528 gzerrnum == Z_ERRNO ? strerror(errno) :

Completed in 175 milliseconds