taglinefilesource code
OF237arch/i386/boot/compressed/gzip.hextern void zip    OF((int in, int out));
OF238arch/i386/boot/compressed/gzip.hextern int file_read  OF((char *buf,  unsigned size));
OF241arch/i386/boot/compressed/gzip.hextern void unzip        OF((int in, int out));
OF242arch/i386/boot/compressed/gzip.hextern int check_zipfile OF((int in));
OF245arch/i386/boot/compressed/gzip.hextern void unpack        OF((int in, int out));
OF248arch/i386/boot/compressed/gzip.hRETSIGTYPE abort_gzip   OF((void));
OF251arch/i386/boot/compressed/gzip.hvoid lm_init OF((int pack_level, ush *flags));
OF252arch/i386/boot/compressed/gzip.hulg  deflate OF((void));
OF255arch/i386/boot/compressed/gzip.hvoid ct_init     OF((ush *attr, int *method));
OF256arch/i386/boot/compressed/gzip.hint  ct_tally    OF((int dist, int lc));
OF257arch/i386/boot/compressed/gzip.hulg  flush_block OF((char *buf, ulg stored_len, int eof));
OF260arch/i386/boot/compressed/gzip.hvoid     bi_init    OF((file_t zipfile));
OF261arch/i386/boot/compressed/gzip.hvoid     send_bits  OF((int value, int length));
OF262arch/i386/boot/compressed/gzip.hunsigned bi_reverse OF((unsigned value, int length));
OF263arch/i386/boot/compressed/gzip.hvoid     bi_windup  OF((void));
OF264arch/i386/boot/compressed/gzip.hvoid     copy_block OF((char *buf, unsigned len, int header));
OF265arch/i386/boot/compressed/gzip.hextern   int (*read_buf) OF((char *buf, unsigned size));
OF268arch/i386/boot/compressed/gzip.hextern ulg  updcrc        OF((uch *s, unsigned n));
OF269arch/i386/boot/compressed/gzip.hextern void clear_bufs    OF((void));
OF270arch/i386/boot/compressed/gzip.hextern int  fill_inbuf    OF((void));
OF271arch/i386/boot/compressed/gzip.hextern void flush_outbuf  OF((void));
OF272arch/i386/boot/compressed/gzip.hextern void flush_window  OF((void));
OF273arch/i386/boot/compressed/gzip.hextern char *strlwr       OF((char *s));
OF274arch/i386/boot/compressed/gzip.hextern char *basename     OF((char *fname));
OF275arch/i386/boot/compressed/gzip.hextern char *add_envopt   OF((int *argcp, char ***argvp, char *env));
OF276arch/i386/boot/compressed/gzip.hextern void error         OF((char *m));
OF277arch/i386/boot/compressed/gzip.hextern void warn          OF((char *a, char *b));
OF278arch/i386/boot/compressed/gzip.hextern void read_error    OF((void));
OF279arch/i386/boot/compressed/gzip.hextern void write_error   OF((void));
OF280arch/i386/boot/compressed/gzip.hextern void display_ratio OF((long num, long den));
OF281arch/i386/boot/compressed/gzip.hextern voidp xmalloc      OF((unsigned int size));
OF284arch/i386/boot/compressed/gzip.hextern int inflate OF((void));
OF34arch/i386/boot/compressed/inflate.cint huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *,
OF36arch/i386/boot/compressed/inflate.cint huft_free OF((struct huft *));
OF37arch/i386/boot/compressed/inflate.cint inflate_codes OF((struct huft *, struct huft *, int, int));
OF38arch/i386/boot/compressed/inflate.cint inflate_stored OF((void));
OF39arch/i386/boot/compressed/inflate.cint inflate_fixed OF((void));
OF40arch/i386/boot/compressed/inflate.cint inflate_dynamic OF((void));
OF41arch/i386/boot/compressed/inflate.cint inflate_block OF((int *));
OF42arch/i386/boot/compressed/inflate.cint inflate OF((void));
OF7arch/i386/boot/compressed/lzw.h#if !defined(OF) && defined(lint)
OF41arch/i386/boot/compressed/lzw.hextern void lzw    OF((int in, int out));
OF42arch/i386/boot/compressed/lzw.hextern void unlzw  OF((int in, int out));