Searched refs:Z_ERRNO (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | zmod.h | 47 #define Z_ERRNO (-1) macro
|
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | ctf_subr.c | 144 return (Z_ERRNO);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 220 #define Z_ERRNO (-1) macro
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | gzwrite.c | 89 gz_error(state, Z_ERRNO, zstrerror()); 106 gz_error(state, Z_ERRNO, zstrerror()); 577 ret = Z_ERRNO;
|
H A D | gzread.c | 39 gz_error(state, Z_ERRNO, zstrerror()); 596 return ret ? Z_ERRNO : err;
|
H A D | zlib.h | 176 #define Z_ERRNO (-1) macro 1519 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a 1541 Z_ERRNO and the application may consult errno to get the exact error code.
|
/illumos-gate/usr/src/boot/lib/libz/test/ |
H A D | minigzip.c | 393 * if success, Z_ERRNO otherwise. 407 if (fstat(ifd, &sb) < 0) return Z_ERRNO; 409 if (buf_len <= 0) return Z_ERRNO; 413 if (buf == (caddr_t)(-1)) return Z_ERRNO;
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | zlib.h | 175 #define Z_ERRNO (-1) macro 1243 errnum is set to Z_ERRNO and the application may consult errno
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 473 #define Z_ERRNO (-1) macro 1121 * library, errnum is set to Z_ERRNO and the application may consult
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 2007 if (err == Z_ERRNO && bam_verbose) {
|
Completed in 163 milliseconds