Searched refs:gzgets (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/zlib/src/
H A DzlibtclStubInit.c62 gzgets, /* 37 */
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclStubInit.c62 gzgets, /* 37 */
H A DzlibtclDecls.h119 ZEXTERN char * gzgets(gzFile file, char *buf, int len);
272 #define gzgets \ macro
/macosx-10.9.5/zlib-53/zlib/contrib/pascal/
H A Dexample.pas161 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));
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A Dzlib.h726 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
732 gzgets returns buf, or Z_NULL in case of error.
/macosx-10.9.5/zlib-53/zlib/
H A Dzconf.h64 # define gzgets z_gzgets macro
H A Dgzread.c543 char * ZEXPORT gzgets(file, buf, len) function
H A Dzlib.h1290 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1298 gzgets returns buf which is a null-terminated string, or it returns NULL
H A Dzconf.h.cmakein66 # define gzgets z_gzgets
H A Dzconf.h.in64 # define gzgets z_gzgets
H A Dexample.c150 gzgets(file, (char*)uncompr, (int)uncomprLen);
152 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
156 fprintf(stderr, "bad gzgets after gzseek\n");
159 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dzlib.h1143 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1149 gzgets returns buf, or Z_NULL in case of error.
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A Dzlib.h1172 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1178 gzgets returns buf, or Z_NULL in case of error.
/macosx-10.9.5/sudo-72/src/zlib/
H A Dgzread.c473 char * ZEXPORT gzgets(file, buf, len) function
H A Dzlib.h1349 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1357 gzgets returns buf which is a null-terminated string, or it returns NULL
H A Dzconf.h.in80 # define gzgets z_gzgets
/macosx-10.9.5/doc_cmds-49/makewhatis/
H A Dmakewhatis.c720 while (gzgets(in, buffer, sizeof buffer) != NULL) {
/macosx-10.9.5/zlib-53/zlib/old/as400/
H A Dzlib.inc154 D gzgets PR * extproc('gzgets')
/macosx-10.9.5/sudo-72/src/
H A Dsudoreplay.c389 while (gzgets(io_fds[IOFD_TIMING].g, buf, sizeof(buf)) != NULL) {
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dgzio.c563 gzgets returns buf, or Z_NULL in case of error.
567 char * ZEXPORT gzgets(file, buf, len) function
/macosx-10.9.5/cups-372.4/cups/
H A Dconfigure5325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gzgets in -lz" >&5
5326 $as_echo_n "checking for gzgets in -lz... " >&6; }
5341 char gzgets ();
5345 return gzgets ();
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dphp.vim260 syn keyword phpFunctions gzclose gzcompress gzdeflate gzencode gzeof gzfile gzgetc gzgets gzgetss gzinflate gzopen gzpassthru gzputs gzread gzrewind gzseek gztell gzuncompress gzwrite readgzfile zlib_get_coding_type contained
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1930 \ 'gzgets(': 'resource zp, int length | string',

Completed in 191 milliseconds