Home
last modified time | relevance | path

Searched refs:Z_ERRNO (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
Dmztools.c70 err = Z_ERRNO;
81 err = Z_ERRNO;
85 err = Z_ERRNO;
89 err = Z_ERRNO;
104 err = Z_ERRNO;
108 err = Z_ERRNO;
112 err = Z_ERRNO;
131 err = Z_ERRNO;
134 err = Z_ERRNO;
178 err = Z_ERRNO;
[all …]
Dzip.h74 #define ZIP_ERRNO (Z_ERRNO)
Dunzip.h76 #define UNZ_ERRNO (Z_ERRNO)
/toolchain/binutils/binutils-2.27/zlib/examples/
Dzpipe.c57 return Z_ERRNO; in def()
72 return Z_ERRNO; in def()
115 return Z_ERRNO; in inf()
138 return Z_ERRNO; in inf()
155 case Z_ERRNO: in zerr()
Dzran.c174 ret = Z_ERRNO; in build_index()
283 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR; in extract()
317 ret = Z_ERRNO; in extract()
384 case Z_ERRNO: in main()
Dfitblk.c82 return Z_ERRNO; in partcompress()
159 if (ret == Z_ERRNO) in main()
Dgun.c408 ret = first ? Z_DATA_ERROR : Z_ERRNO; in gunpipe()
589 case Z_ERRNO: in gunzip()
594 if (ret == Z_ERRNO) in gunzip()
/toolchain/binutils/binutils-2.27/zlib/
Dminigzip.c212 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
214 if (buf_len <= 0) return Z_ERRNO;
218 if (buf == (caddr_t)(-1)) return Z_ERRNO;
Dgzwrite.c86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
574 ret = Z_ERRNO;
Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror());
593 return ret ? Z_ERRNO : err;
Dzlib.h176 #define Z_ERRNO (-1) macro
DChangeLog419 - Return Z_ERRNO from gzclose_r() if close() fails
/toolchain/binutils/binutils-2.27/zlib/test/
Dminigzip.c407 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;
/toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
Dzlibpas.pas79 Z_ERRNO = -1;
/toolchain/binutils/binutils-2.27/zlib/contrib/ada/
Dzlib-thin.ads72 Z_ERRNO : constant := -1; -- zlib.h:135
/toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
DZLib.pas176 Z_ERRNO = (-1);
/toolchain/binutils/binutils-2.27/zlib/as400/
Dzlib.inc48 D Z_ERRNO C -1