/src/usr.bin/compress/ |
Makefile | 8 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress 10 MLINKS= compress.1 uncompress.1
|
/src/tests/usr.bin/compress/ |
t_pr_19722.sh | 69 atf_check uncompress file.Z 78 # To uncompress a file, it suffices to specify the basename of the 84 atf_check uncompress file 96 # Before compress.c 1.28 from 2022-05-22, uncompress created an empty 101 -e 'inline:uncompress: file.Z: No such file or directory\n' \ 102 uncompress -f file 114 # Before compress.c 1.28 from 2022-05-22, uncompress truncated the 121 -e 'inline:uncompress: file.Z: No such file or directory\n' \ 122 uncompress -f file 132 # When trying to uncompress a broken source, the target is create [all...] |
/src/sys/arch/pmax/stand/smallnet/ |
smallnet.c | 98 ret = uncompress((Bytef *)kernel_loadaddr, &destlen, kernel_image,
|
/src/usr.bin/gzip/ |
znew | 62 if uncompress -f -c < "$filez" | gzip -f $gzipflags > "$tmp"; then
|
/src/common/dist/zlib/ |
uncompr.c | 24 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough 84 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, function in typeref:typename:int ZEXPORT
|
zconf.h | 136 # define uncompress z_uncompress macro
|
zconf.h.in | 132 # define uncompress z_uncompress macro
|
zlib.h | 1272 ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, 1283 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not 1286 the case where there is not enough room, uncompress() will fill the output 1293 Same as uncompress, except that sourceLen is a pointer, where the
|
zconf.h.cmakein | 134 # define uncompress z_uncompress
|
/src/sys/net/ |
zlib.h | 83 # define uncompress z_uncompress macro 944 ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *, const Bytef *, uLong); 956 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
|
/src/distrib/evbsh3/rom/ramdiskcommon/ |
ramdiskbin.conf | 57 ln compress uncompress
|
/src/common/dist/zlib/contrib/pascal/ |
example.pas | 53 * Test compress and uncompress 68 err := uncompress(uncompr, uncomprLen, compr, comprLen); 69 CHECK_ERR(err, 'uncompress'); 72 EXIT_ERR('bad uncompress') 74 WriteLn('uncompress(): ', PChar(uncompr));
|
zlibpas.pas | 150 function uncompress(dest: PChar; var destLen: LongInt; function 223 function uncompress; external; function
|
/src/common/dist/zlib/contrib/ada/ |
zlib-thin.ads | 175 function uncompress subprogspec 401 pragma Import (C, uncompress, "uncompress");
|
/src/usr.bin/vndcompress/ |
vnduncompress.c | 155 * Uncompress the blocks. 199 /* Uncompress the block. */ 202 const int zerror = uncompress(uncompbuf, &uncomplen, compbuf,
|
/src/common/dist/zlib/test/ |
example.c | 58 * Test compress() and uncompress() 70 err = uncompress(uncompr, &uncomprLen, compr, comprLen); 71 CHECK_ERR(err, "uncompress"); 74 fprintf(stderr, "bad uncompress\n"); 77 printf("uncompress(): %s\n", (char *)uncompr);
|
/src/common/dist/zlib/os400/ |
zlib.inc | 130 D uncompress PR 10I 0 extproc('uncompress')
|
/src/sys/external/isc/libsodium/dist/ |
Makefile.in | 730 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|