/src/lib/libbz2/ |
Makefile | 14 decompress.c bzlib.c
|
/src/usr.bin/gzip/ |
gzexe | 48 /bin/echo "$prog: cannot decompress $0" 60 # Decompress a file 61 decompress () { function 72 echo "$prog: cannot decompress $1" 165 elif ! decompress "$1"; then
|
/src/usr.bin/compress/ |
compress.c | 61 static void decompress(const char *, const char *, int); 74 enum {COMPRESS, DECOMPRESS} style = COMPRESS; 84 style = DECOMPRESS; 88 style = DECOMPRESS; 105 style = DECOMPRESS; 127 case DECOMPRESS: 130 (void)decompress("/dev/stdin", "/dev/stdout", bits); 165 case DECOMPRESS: 177 decompress(newname, 188 decompress(*argv 299 decompress(const char *in, const char *out, int bits) function in typeref:typename:void [all...] |
/src/sys/net/ |
ppp-comp.h | 91 /* Decompress a packet. */ 92 int (*decompress)(void *, PACKETPTR, PACKETPTR *); member in struct:compressor 104 * Return values for decompress routine.
|
ppp-deflate.c | 110 .decompress = z_decompress, 126 .decompress = z_decompress, 446 * Decompress a Deflate-compressed packet.
|
bsd-comp.c | 163 .decompress = bsd_decompress, 778 * Decompress "BSD Compress".
|
if_ppp.c | 1480 * Decompress this packet if necessary, update the receiver's 1488 /* Decompress this packet */ 1489 rv = (*sc->sc_rcomp->decompress)(sc->sc_rc_state, m, &dmp); 1510 printf("%s: decompress failed %d\n",
|
/src/common/dist/zlib/contrib/ada/ |
buffer_demo.adb | 63 -- Now we decompress the data, passing short blocks of data to Zlib 68 Decompress : declare 104 end Decompress;
|
test.adb | 332 Print_Statistic ("Generic decompress", ZLib.Total_Out (Filter)); 393 Print_Statistic ("Read decompress", 428 -- Decompress to decompression stream. 447 Print_Statistic ("Write decompress",
|
zlib.ads | 186 -- Compress/decompress data fetch from Data_In routine and pass the result 223 -- Compress/decompress the In_Data buffer and place the result into 255 -- Compress/Decompress data from Item to the generic parameter procedure 282 -- Compress/Decompress data from generic parameter procedure Read to the
|
/src/sys/arch/atari/dev/ |
md_root.c | 115 rd_info[unit].ramd_flag & RAMD_LCOMP ? "decompress/" : "", 195 error = decompress(cpy_uncompressed, md_compressed, &rs);
|
/src/sys/opencrypto/ |
cryptosoft_xform.c | 85 uint32_t (*decompress)(uint8_t *, uint32_t, uint8_t **, int); member in struct:swcr_comp_algo
|
cryptosoft.c | 723 result = cxf->decompress(data, crd->crd_len, &out,
|