/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | example.c | 38 Byte *uncompr, uLong uncomprLen)); 40 Byte *uncompr, uLong uncomprLen)); 43 Byte *uncompr, uLong uncomprLen)); 45 Byte *uncompr, uLong uncomprLen)); 47 Byte *uncompr, uLong uncomprLen)); 50 Byte *uncompr, uLong uncomprLen)); 53 Byte *uncompr, uLong uncomprLen)); 59 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 60 Byte *compr, *uncompr; in test_compress() 69 strcpy((char*)uncompr, "garbage"); [all …]
|
H A D | minigzip.c | 354 int uncompr = 0; local 369 uncompr = 1; 371 copyout = uncompr = 1; 377 uncompr = 1; 396 if (uncompr) { 410 if (uncompr) {
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | example.c | 38 Byte *uncompr, uLong uncomprLen)); 40 Byte *uncompr, uLong uncomprLen)); 43 Byte *uncompr, uLong uncomprLen)); 45 Byte *uncompr, uLong uncomprLen)); 47 Byte *uncompr, uLong uncomprLen)); 50 Byte *uncompr, uLong uncomprLen)); 53 Byte *uncompr, uLong uncomprLen)); 59 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 60 Byte *compr, *uncompr; in test_compress() 69 strcpy((char*)uncompr, "garbage"); [all …]
|
H A D | minigzip.c | 354 int uncompr = 0; local 369 uncompr = 1; 371 copyout = uncompr = 1; 377 uncompr = 1; 396 if (uncompr) { 410 if (uncompr) {
|
H A D | Makefile.in | 152 inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c \ 160 libz_a-trees.$(OBJEXT) libz_a-uncompr.$(OBJEXT) \ 169 uncompr.c zconf.h zconf.h.in zlib.h zutil.c zutil.h 172 inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo 208 ./$(DEPDIR)/libz_a-trees.Po ./$(DEPDIR)/libz_a-uncompr.Po \ 210 ./$(DEPDIR)/uncompr.Plo ./$(DEPDIR)/zutil.Plo 412 inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h \ 589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libz_a-uncompr.Po@am__quote@ # am--include-marker 592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uncompr.Plo@am__quote@ # am--include-marker 804 libz_a-uncompr.o: uncompr.c [all …]
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | example.c | 38 Byte *uncompr, uLong uncomprLen)); 40 Byte *uncompr, uLong uncomprLen)); 43 Byte *uncompr, uLong uncomprLen)); 45 Byte *uncompr, uLong uncomprLen)); 47 Byte *uncompr, uLong uncomprLen)); 50 Byte *uncompr, uLong uncomprLen)); 53 Byte *uncompr, uLong uncomprLen)); 59 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 60 Byte *compr, *uncompr; in test_compress() 69 strcpy((char*)uncompr, "garbage"); [all …]
|
H A D | minigzip.c | 354 int uncompr = 0; local 369 uncompr = 1; 371 copyout = uncompr = 1; 377 uncompr = 1; 396 if (uncompr) { 410 if (uncompr) {
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/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) in test_compress() argument 89 Byte *compr, *uncompr; in test_compress() 98 strcpy((char*)uncompr, "garbage"); [all …]
|
/netbsd-src/external/gpl3/binutils/dist/zlib/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) in test_compress() argument 89 Byte *compr, *uncompr; in test_compress() 98 strcpy((char*)uncompr, "garbage"); [all …]
|
/netbsd-src/external/gpl3/gdb/dist/zlib/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) in test_compress() argument 89 Byte *compr, *uncompr; in test_compress() 98 strcpy((char*)uncompr, "garbage"); [all …]
|
/netbsd-src/common/dist/zlib/contrib/pascal/ |
H A D | example.pas | 57 uncompr: Pointer; uncomprLen: LongInt); 66 StrCopy(PChar(uncompr), 'garbage'); 68 err := uncompress(uncompr, uncomprLen, compr, comprLen); 71 if StrComp(PChar(uncompr), hello) <> 0 then 74 WriteLn('uncompress(): ', PChar(uncompr)); 83 uncompr: Pointer; 127 StrCopy(PChar(uncompr), 'garbage'); 129 if gzread(zfile, uncompr, uncomprLen) <> len then 134 if StrComp(PChar(uncompr), hello) <> 0 then 136 WriteLn('bad gzread: ', PChar(uncompr)); [all …]
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/ |
H A D | example.pas | 57 uncompr: Pointer; uncomprLen: LongInt); 66 StrCopy(PChar(uncompr), 'garbage'); 68 err := uncompress(uncompr, uncomprLen, compr, comprLen); 71 if StrComp(PChar(uncompr), hello) <> 0 then 74 WriteLn('uncompress(): ', PChar(uncompr)); 83 uncompr: Pointer; 127 StrCopy(PChar(uncompr), 'garbage'); 129 if gzread(zfile, uncompr, uncomprLen) <> len then 134 if StrComp(PChar(uncompr), hello) <> 0 then 136 WriteLn('bad gzread: ', PChar(uncompr)); [all …]
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/ |
H A D | example.pas | 57 uncompr: Pointer; uncomprLen: LongInt); 66 StrCopy(PChar(uncompr), 'garbage'); 68 err := uncompress(uncompr, uncomprLen, compr, comprLen); 71 if StrComp(PChar(uncompr), hello) <> 0 then 74 WriteLn('uncompress(): ', PChar(uncompr)); 83 uncompr: Pointer; 127 StrCopy(PChar(uncompr), 'garbage'); 129 if gzread(zfile, uncompr, uncomprLen) <> len then 134 if StrComp(PChar(uncompr), hello) <> 0 then 136 WriteLn('bad gzread: ', PChar(uncompr)); [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/ |
H A D | example.pas | 57 uncompr: Pointer; uncomprLen: LongInt); 66 StrCopy(PChar(uncompr), 'garbage'); 68 err := uncompress(uncompr, uncomprLen, compr, comprLen); 71 if StrComp(PChar(uncompr), hello) <> 0 then 74 WriteLn('uncompress(): ', PChar(uncompr)); 83 uncompr: Pointer; 127 StrCopy(PChar(uncompr), 'garbage'); 129 if gzread(zfile, uncompr, uncomprLen) <> len then 134 if StrComp(PChar(uncompr), hello) <> 0 then 136 WriteLn('bad gzread: ', PChar(uncompr)); [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/ |
H A D | example.pas | 57 uncompr: Pointer; uncomprLen: LongInt); 66 StrCopy(PChar(uncompr), 'garbage'); 68 err := uncompress(uncompr, uncomprLen, compr, comprLen); 71 if StrComp(PChar(uncompr), hello) <> 0 then 74 WriteLn('uncompress(): ', PChar(uncompr)); 83 uncompr: Pointer; 127 StrCopy(PChar(uncompr), 'garbage'); 129 if gzread(zfile, uncompr, uncomprLen) <> len then 134 if StrComp(PChar(uncompr), hello) <> 0 then 136 WriteLn('bad gzread: ', PChar(uncompr)); [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/msdos/ |
H A D | Makefile.bor | 45 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 47 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 85 uncompr.obj: uncompr.c zlib.h zconf.h
|
H A D | Makefile.tc | 30 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 32 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 70 uncompr.obj: uncompr.c zlib.h zconf.h
|
/netbsd-src/external/gpl3/gdb/dist/zlib/msdos/ |
H A D | Makefile.tc | 30 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 32 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 70 uncompr.obj: uncompr.c zlib.h zconf.h
|
H A D | Makefile.bor | 45 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 47 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 85 uncompr.obj: uncompr.c zlib.h zconf.h
|
/netbsd-src/common/dist/zlib/msdos/ |
H A D | Makefile.tc | 30 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 32 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 70 uncompr.obj: uncompr.c zlib.h zconf.h
|
H A D | Makefile.bor | 45 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 47 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 85 uncompr.obj: uncompr.c zlib.h zconf.h
|
/netbsd-src/external/gpl3/binutils/dist/zlib/msdos/ |
H A D | Makefile.bor | 45 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 47 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 85 uncompr.obj: uncompr.c zlib.h zconf.h
|
H A D | Makefile.tc | 30 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 32 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 70 uncompr.obj: uncompr.c zlib.h zconf.h
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/msdos/ |
H A D | Makefile.tc | 30 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 32 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 70 uncompr.obj: uncompr.c zlib.h zconf.h
|
H A D | Makefile.bor | 45 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 47 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 85 uncompr.obj: uncompr.c zlib.h zconf.h
|