| /src/distrib/utils/zcat/ |
| zcat.c | 63 error ("%s", gzerror(in, &err));
|
| /src/common/dist/zlib/test/ |
| example.c | 100 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err)); 104 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err)); 118 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err)); 147 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
|
| minigzip.c | 286 static const char *gzerror(gzFile gz, int *err) { function in typeref:typename:const char * 328 if (len != (int)buf_len) error(gzerror(out, &err)); 360 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); 376 if (len < 0) error (gzerror(in, &err));
|
| /src/common/dist/zlib/contrib/iostream2/ |
| zstream.h | 98 return ::gzerror(m_fp, errnum); 214 * error number (see function gzerror below). flush() returns Z_OK if 231 return ::gzerror(m_fp, errnum);
|
| /src/common/dist/zlib/contrib/pascal/ |
| example.pas | 101 WriteLn('gzputs err: ', gzerror(zfile, err)); 107 WriteLn('gzprintf err: ', gzerror(zfile, err)); 113 WriteLn('gzputs err: ', gzerror(zfile, err)); 131 WriteLn('gzread err: ', gzerror(zfile, err)); 165 WriteLn('gzgets err after gzseek: ', gzerror(zfile, err));
|
| /src/common/dist/zlib/contrib/ada/ |
| zlib-thin.ads | 234 function gzerror (file : gzFile; errnum : Int_Access) return Chars_Ptr; subprogspec 418 pragma Import (C, gzerror, "gzerror");
|
| /src/common/dist/zlib/contrib/untgz/ |
| untgz.c | 405 error(gzerror(in, &err)); 512 error(gzerror(in, &err));
|
| /src/sys/net/ |
| zlib.h | 1056 error number (see function gzerror below). gzflush returns Z_OK if 1114 error number (see function gzerror below). 1117 ZEXTERN const char * ZEXPORT gzerror(gzFile, int *);
|
| /src/common/dist/zlib/ |
| zconf.h | 80 # define gzerror z_gzerror macro
|
| gzlib.c | 487 const char * ZEXPORT gzerror(gzFile file, int *errnum) { function in typeref:typename:const char * ZEXPORT
|
| zconf.h.in | 76 # define gzerror z_gzerror macro
|
| zlib.h | 1411 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then 1418 stream. Alternatively, gzerror can be used before gzclose to detect this 1438 there was an error. gzerror() must be consulted if zero is returned in 1541 gzerror below). gzflush is only permitted when writing. 1640 cannot call gzerror with file, since its structures have been deallocated. 1661 ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum); 1670 closed, then the string previously returned by gzerror will no longer be 1673 gzerror() should be used to distinguish errors from end-of-file for those
|
| zconf.h.cmakein | 78 # define gzerror z_gzerror
|
| /src/sys/arch/powerpc/stand/mkbootimage/ |
| mkbootimage.c | 365 errx(3, "%s", gzerror(gzf, &err)); 532 errx(3, "%s", gzerror(gzf, &err)); 753 errx(3, "%s", gzerror(gzf, &err));
|
| /src/common/dist/zlib/os400/ |
| zlib.inc | 288 D gzerror PR * extproc('gzerror') Error string
|