Searched refs:uncompr (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/boot/lib/libz/test/ |
H A D | example.c | 39 Byte *uncompr, uLong uncomprLen)); 41 Byte *uncompr, uLong uncomprLen)); 43 Byte *uncompr, uLong uncomprLen)); 46 Byte *uncompr, uLong uncomprLen)); 49 Byte *uncompr, uLong uncomprLen)); 81 Byte *uncompr, uLong uncomprLen)); 83 Byte *uncompr, uLong uncomprLen)); 88 void test_compress(compr, comprLen, uncompr, uncomprLen) 89 Byte *compr, *uncompr; 98 strcpy((char*)uncompr, "garbag 549 Byte *compr, *uncompr; local [all...] |
H A D | minigzip.c | 561 int uncompr = 0; local 580 uncompr = 1; 582 copyout = uncompr = 1; 588 uncompr = 1; 607 if (uncompr) { 621 if (uncompr) {
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | Makefile | 34 SRCS+= uncompr.c
|
Completed in 46 milliseconds