HomeSort by relevance Sort by last modified time
    Searched refs:gzgets (Results 1 - 25 of 41) sorted by null

1 2

  /external/zlib/src/contrib/pascal/
example.pas 161 gzgets(zfile, PChar(uncompr), uncomprLen);
165 WriteLn('gzgets err after gzseek: ', gzerror(zfile, err));
170 WriteLn('bad gzgets after gzseek');
174 WriteLn('gzgets() after gzseek: ', PChar(uncompr));
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
example.pas 161 gzgets(zfile, PChar(uncompr), uncomprLen);
165 WriteLn('gzgets err after gzseek: ', gzerror(zfile, err));
170 WriteLn('bad gzgets after gzseek');
174 WriteLn('gzgets() after gzseek: ', PChar(uncompr));
  /external/syslinux/com32/include/
zconf.h 64 # define gzgets z_gzgets macro
zlib.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 56 # define gzgets z_gzgets macro
zlib.h     [all...]
  /development/ndk/platforms/android-14/include/
zlib.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 72 # define gzgets z_gzgets macro
gzread.c 483 char * ZEXPORT gzgets(file, buf, len) function
zlib.h     [all...]
example.c 179 gzgets(file, (char*)uncompr, (int)uncomprLen);
181 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
185 fprintf(stderr, "bad gzgets after gzseek\n");
188 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 79 # define gzgets z_gzgets macro
  /external/python/cpython2/Modules/zlib/
zconf.h 72 # define gzgets z_gzgets macro
gzread.c 483 char * ZEXPORT gzgets(file, buf, len) function
zlib.h     [all...]
zconf.h.cmakein 74 # define gzgets z_gzgets
zconf.h.in 72 # define gzgets z_gzgets
  /external/python/cpython3/Modules/zlib/
zconf.h 79 # define gzgets z_gzgets macro
  /external/zlib/src/
zconf.h 79 # define gzgets z_gzgets macro
  /toolchain/binutils/binutils-2.27/zlib/
zconf.h 72 # define gzgets z_gzgets macro
gzread.c 483 char * ZEXPORT gzgets(file, buf, len) function
zlib.h     [all...]
zconf.h.cmakein 74 # define gzgets z_gzgets
zconf.h.in 72 # define gzgets z_gzgets

Completed in 739 milliseconds

1 2