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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/include/
H A Dzlib.h228 #define Z_ERRNO (-1) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dzlib.h227 #define Z_ERRNO (-1) macro
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dminigzip.c131 * if success, Z_ERRNO otherwise.
145 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
147 if (buf_len <= 0) return Z_ERRNO;
151 if (buf == (caddr_t)(-1)) return Z_ERRNO;
H A Dgzio.c223 s->z_err = Z_ERRNO;
245 if (ferror(s->file)) s->z_err = Z_ERRNO;
340 err = Z_ERRNO;
366 if (s->z_err == Z_DATA_ERROR || s->z_err == Z_ERRNO) return -1;
404 s->z_err = Z_ERRNO;
504 s->z_err = Z_ERRNO;
617 s->z_err = Z_ERRNO;
618 return Z_ERRNO;
668 s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR) {
848 errnum is set to Z_ERRNO an
[all...]
H A Dzlib.h135 #define Z_ERRNO (-1) macro
809 errnum is set to Z_ERRNO and the application may consult errno
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dzlib.h220 #define Z_ERRNO (-1) macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dzlib.h220 #define Z_ERRNO (-1) macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dzlib.h220 #define Z_ERRNO (-1) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dzlib.h134 #define Z_ERRNO (-1) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dzlib.h134 #define Z_ERRNO (-1) macro
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.h340 #define Z_ERRNO (-1) macro
929 errnum is set to Z_ERRNO and the application may consult errno
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.h340 #define Z_ERRNO (-1) macro
929 errnum is set to Z_ERRNO and the application may consult errno
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.h340 #define Z_ERRNO (-1) macro
929 errnum is set to Z_ERRNO and the application may consult errno
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dzlib.h152 #define Z_ERRNO (-1) macro
1102 errnum is set to Z_ERRNO and the application may consult errno
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dzlib.h152 #define Z_ERRNO (-1) macro
1102 errnum is set to Z_ERRNO and the application may consult errno

Completed in 135 milliseconds