taglinefilesource code
OF237zBoot/gzip.hextern void zip    OF((int in, int out));
OF238zBoot/gzip.hextern int file_read  OF((char *buf,  unsigned size));
OF241zBoot/gzip.hextern void unzip        OF((int in, int out));
OF242zBoot/gzip.hextern int check_zipfile OF((int in));
OF245zBoot/gzip.hextern void unpack        OF((int in, int out));
OF248zBoot/gzip.hRETSIGTYPE abort_gzip   OF((void));
OF251zBoot/gzip.hvoid lm_init OF((int pack_level, ush *flags));
OF252zBoot/gzip.hulg  deflate OF((void));
OF255zBoot/gzip.hvoid ct_init     OF((ush *attr, int *method));
OF256zBoot/gzip.hint  ct_tally    OF((int dist, int lc));
OF257zBoot/gzip.hulg  flush_block OF((char *buf, ulg stored_len, int eof));
OF260zBoot/gzip.hvoid     bi_init    OF((file_t zipfile));
OF261zBoot/gzip.hvoid     send_bits  OF((int value, int length));
OF262zBoot/gzip.hunsigned bi_reverse OF((unsigned value, int length));
OF263zBoot/gzip.hvoid     bi_windup  OF((void));
OF264zBoot/gzip.hvoid     copy_block OF((char *buf, unsigned len, int header));
OF265zBoot/gzip.hextern   int (*read_buf) OF((char *buf, unsigned size));
OF268zBoot/gzip.hextern ulg  updcrc        OF((uch *s, unsigned n));
OF269zBoot/gzip.hextern void clear_bufs    OF((void));
OF270zBoot/gzip.hextern int  fill_inbuf    OF((void));
OF271zBoot/gzip.hextern void flush_outbuf  OF((void));
OF272zBoot/gzip.hextern void flush_window  OF((void));
OF273zBoot/gzip.hextern char *strlwr       OF((char *s));
OF274zBoot/gzip.hextern char *basename     OF((char *fname));
OF275zBoot/gzip.hextern char *add_envopt   OF((int *argcp, char ***argvp, char *env));
OF276zBoot/gzip.hextern void error         OF((char *m));
OF277zBoot/gzip.hextern void warn          OF((char *a, char *b));
OF278zBoot/gzip.hextern void read_error    OF((void));
OF279zBoot/gzip.hextern void write_error   OF((void));
OF280zBoot/gzip.hextern void display_ratio OF((long num, long den));
OF281zBoot/gzip.hextern voidp xmalloc      OF((unsigned int size));
OF284zBoot/gzip.hextern int inflate OF((void));
OF34zBoot/inflate.cint huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *,
OF36zBoot/inflate.cint huft_free OF((struct huft *));
OF37zBoot/inflate.cint inflate_codes OF((struct huft *, struct huft *, int, int));
OF38zBoot/inflate.cint inflate_stored OF((void));
OF39zBoot/inflate.cint inflate_fixed OF((void));
OF40zBoot/inflate.cint inflate_dynamic OF((void));
OF41zBoot/inflate.cint inflate_block OF((int *));
OF42zBoot/inflate.cint inflate OF((void));
OF7zBoot/lzw.h#if !defined(OF) && defined(lint)
OF41zBoot/lzw.hextern void lzw    OF((int in, int out));
OF42zBoot/lzw.hextern void unlzw  OF((int in, int out));