| /src/sbin/savecore/ |
| zopen.c | 33 gzFile gz = gzopen(fname, mode); local 34 if(gz == NULL) 38 return funopen(gz, xgzread, NULL, NULL, (int (*)(void *))gzclose); 40 return funopen(gz, NULL, xgzwrite, NULL, (int (*)(void *))gzclose);
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzlib.c | 277 gzFile gz; local 286 gz = gz_open(path, fd, mode); 288 return gz;
|
| /src/external/gpl3/binutils/dist/zlib/ |
| gzlib.c | 272 gzFile gz; local 281 gz = gz_open(path, fd, mode); 283 return gz;
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzlib.c | 293 gzFile gz; local 302 gz = gz_open(path, fd, mode); 304 return gz;
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| gzlib.c | 293 gzFile gz; local 302 gz = gz_open(path, fd, mode); 304 return gz;
|
| /src/external/gpl3/gdb/dist/zlib/ |
| gzlib.c | 272 gzFile gz; local 281 gz = gz_open(path, fd, mode); 283 return gz;
|
| /src/common/dist/zlib/ |
| gzlib.c | 300 gzFile gz; local 309 gz = gz_open(path, fd, mode); 311 return gz;
|
| /src/common/dist/zlib/examples/ |
| gzappend.c | 266 file gz; local 269 gz.name = name; 270 gz.fd = open(name, O_RDWR, 0); 271 if (gz.fd == -1) bye("cannot open ", name); 272 gz.buf = malloc(CHUNK); 273 if (gz.buf == NULL) bye("out of memory", ""); 274 gz.size = LGCHUNK; 275 gz.left = 0; 278 gzheader(&gz); 291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left [all...] |
| /src/external/bsd/mdocml/dist/ |
| read.c | 438 gzFile gz; local 480 if ((gz = gzdopen(fd, "rb")) == NULL) { 487 gz = NULL; 508 gzread(gz, fb->buf + (int)off, fb->sz - off) : 517 (void)gzerror(gz, &gzerrnum); 526 if (curp->gzip && (gzerrnum = gzclose(gz)) != Z_OK) 630 curp->gzip = (cp != NULL && ! strcmp(cp + 1, "gz")); 639 * already end in .gz, try appending .gz. 644 mandoc_asprintf(&cp, "%s.gz", file) [all...] |
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gzappend.c | 266 file gz; local 269 gz.name = name; 270 gz.fd = open(name, O_RDWR, 0); 271 if (gz.fd == -1) bye("cannot open ", name); 272 gz.buf = malloc(CHUNK); 273 if (gz.buf == NULL) bye("out of memory", ""); 274 gz.size = LGCHUNK; 275 gz.left = 0; 278 gzheader(&gz); 291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left [all...] |
| /src/external/gpl3/binutils/dist/zlib/test/ |
| minigzip.c | 49 # define GZ_SUFFIX "-gz" 53 # define GZ_SUFFIX "-gz" 131 # define GZ_SUFFIX ".gz" 146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 171 gzFile gz; local 174 gz = malloc(sizeof(struct gzFile_s)); 175 if (gz == NULL) 177 gz->write = strchr(mode, 'w') != NULL; 178 gz->strm.zalloc = myalloc; 179 gz->strm.zfree = myfree [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gzappend.c | 266 file gz; local 269 gz.name = name; 270 gz.fd = open(name, O_RDWR, 0); 271 if (gz.fd == -1) bye("cannot open ", name); 272 gz.buf = malloc(CHUNK); 273 if (gz.buf == NULL) bye("out of memory", ""); 274 gz.size = LGCHUNK; 275 gz.left = 0; 278 gzheader(&gz); 291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| minigzip.c | 49 # define GZ_SUFFIX "-gz" 53 # define GZ_SUFFIX "-gz" 131 # define GZ_SUFFIX ".gz" 146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 201 gzFile gz; local 204 gz = malloc(sizeof(struct gzFile_s)); 205 if (gz == NULL) 207 gz->write = strchr(mode, 'w') != NULL; 208 gz->strm.zalloc = myalloc; 209 gz->strm.zfree = myfree [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gzappend.c | 266 file gz; local 269 gz.name = name; 270 gz.fd = open(name, O_RDWR, 0); 271 if (gz.fd == -1) bye("cannot open ", name); 272 gz.buf = malloc(CHUNK); 273 if (gz.buf == NULL) bye("out of memory", ""); 274 gz.size = LGCHUNK; 275 gz.left = 0; 278 gzheader(&gz); 291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/test/ |
| minigzip.c | 49 # define GZ_SUFFIX "-gz" 53 # define GZ_SUFFIX "-gz" 131 # define GZ_SUFFIX ".gz" 146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 201 gzFile gz; local 204 gz = malloc(sizeof(struct gzFile_s)); 205 if (gz == NULL) 207 gz->write = strchr(mode, 'w') != NULL; 208 gz->strm.zalloc = myalloc; 209 gz->strm.zfree = myfree [all...] |
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gzappend.c | 266 file gz; local 269 gz.name = name; 270 gz.fd = open(name, O_RDWR, 0); 271 if (gz.fd == -1) bye("cannot open ", name); 272 gz.buf = malloc(CHUNK); 273 if (gz.buf == NULL) bye("out of memory", ""); 274 gz.size = LGCHUNK; 275 gz.left = 0; 278 gzheader(&gz); 291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left [all...] |
| /src/external/gpl3/gdb/dist/zlib/test/ |
| minigzip.c | 49 # define GZ_SUFFIX "-gz" 53 # define GZ_SUFFIX "-gz" 131 # define GZ_SUFFIX ".gz" 146 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 171 gzFile gz; local 174 gz = malloc(sizeof(struct gzFile_s)); 175 if (gz == NULL) 177 gz->write = strchr(mode, 'w') != NULL; 178 gz->strm.zalloc = myalloc; 179 gz->strm.zfree = myfree [all...] |
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| minigzip.c | 54 # define GZ_SUFFIX "-gz" 58 # define GZ_SUFFIX "-gz" 134 # define GZ_SUFFIX ".gz" 149 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 200 gzFile gz; local 203 gz = malloc(sizeof(struct gzFile_s)); 204 if (gz == NULL) 206 gz->write = strchr(mode, 'w') != NULL; 207 gz->strm.zalloc = myalloc; 208 gz->strm.zfree = myfree [all...] |
| /src/common/dist/zlib/test/ |
| minigzip.c | 56 # define GZ_SUFFIX "-gz" 59 # define GZ_SUFFIX "/gz" 140 # define GZ_SUFFIX ".gz" 174 /* for Z_SOLO, create simplified gz* functions using deflate and inflate */ 199 gzFile gz; local 202 gz = malloc(sizeof(struct gzFile_s)); 203 if (gz == NULL) 205 gz->write = strchr(mode, 'w') != NULL; 206 gz->strm.zalloc = myalloc; 207 gz->strm.zfree = myfree [all...] |
| /src/external/lgpl3/gmp/dist/mini-gmp/ |
| mini-gmp.c | 2713 mp_bitcnt_t uz, vz, gz; 2733 gz = GMP_MIN (uz, vz); 2769 mpz_mul_2exp (g, g, gz); 2776 mp_bitcnt_t uz, vz, gz; 2814 gz = GMP_MIN (uz, vz); 2816 uz -= gz; 2817 vz -= gz; 2819 /* Cofactors corresponding to odd gcd. gz handled later. */ 2905 mpz_mul_2exp (tv, tv, gz); 2700 mp_bitcnt_t uz, vz, gz; local 2763 mp_bitcnt_t uz, vz, gz; local
|