HomeSort by: relevance | last modified time | path
    Searched defs:gunzip (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/zlib/examples/
gun.c 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack()
49 Like gunzip and uncompress, the file attributes of the original compressed
53 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version
545 gunzip() returns 1 if there is an out-of-memory error or an unexpected
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function
692 ret = gunzip(&strm, *argv, outname, test);
697 ret = gunzip(&strm, NULL, NULL, test);
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gun.c 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack()
49 Like gunzip and uncompress, the file attributes of the original compressed
53 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version
545 gunzip() returns 1 if there is an out-of-memory error or an unexpected
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function
692 ret = gunzip(&strm, *argv, outname, test);
697 ret = gunzip(&strm, NULL, NULL, test);
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gun.c 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack()
49 Like gunzip and uncompress, the file attributes of the original compressed
53 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version
545 gunzip() returns 1 if there is an out-of-memory error or an unexpected
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function
692 ret = gunzip(&strm, *argv, outname, test);
697 ret = gunzip(&strm, NULL, NULL, test);
  /src/external/gpl3/gdb/dist/zlib/examples/
gun.c 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack()
49 Like gunzip and uncompress, the file attributes of the original compressed
53 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version
545 gunzip() returns 1 if there is an out-of-memory error or an unexpected
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function
692 ret = gunzip(&strm, *argv, outname, test);
697 ret = gunzip(&strm, NULL, NULL, test);
  /src/common/dist/zlib/examples/
gun.c 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack()
49 Like gunzip and uncompress, the file attributes of the original compressed
53 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version
545 gunzip() returns 1 if there is an out-of-memory error or an unexpected
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function
692 ret = gunzip(&strm, *argv, outname, test);
697 ret = gunzip(&strm, NULL, NULL, test);

Completed in 21 milliseconds