tag | line | file | source code |
OF | 237 | zBoot/gzip.h | extern void zip OF((int in, int out)); |
OF | 238 | zBoot/gzip.h | extern int file_read OF((char *buf, unsigned size)); |
OF | 241 | zBoot/gzip.h | extern void unzip OF((int in, int out)); |
OF | 242 | zBoot/gzip.h | extern int check_zipfile OF((int in)); |
OF | 245 | zBoot/gzip.h | extern void unpack OF((int in, int out)); |
OF | 248 | zBoot/gzip.h | RETSIGTYPE abort_gzip OF((void)); |
OF | 251 | zBoot/gzip.h | void lm_init OF((int pack_level, ush *flags)); |
OF | 252 | zBoot/gzip.h | ulg deflate OF((void)); |
OF | 255 | zBoot/gzip.h | void ct_init OF((ush *attr, int *method)); |
OF | 256 | zBoot/gzip.h | int ct_tally OF((int dist, int lc)); |
OF | 257 | zBoot/gzip.h | ulg flush_block OF((char *buf, ulg stored_len, int eof)); |
OF | 260 | zBoot/gzip.h | void bi_init OF((file_t zipfile)); |
OF | 261 | zBoot/gzip.h | void send_bits OF((int value, int length)); |
OF | 262 | zBoot/gzip.h | unsigned bi_reverse OF((unsigned value, int length)); |
OF | 263 | zBoot/gzip.h | void bi_windup OF((void)); |
OF | 264 | zBoot/gzip.h | void copy_block OF((char *buf, unsigned len, int header)); |
OF | 265 | zBoot/gzip.h | extern int (*read_buf) OF((char *buf, unsigned size)); |
OF | 268 | zBoot/gzip.h | extern ulg updcrc OF((uch *s, unsigned n)); |
OF | 269 | zBoot/gzip.h | extern void clear_bufs OF((void)); |
OF | 270 | zBoot/gzip.h | extern int fill_inbuf OF((void)); |
OF | 271 | zBoot/gzip.h | extern void flush_outbuf OF((void)); |
OF | 272 | zBoot/gzip.h | extern void flush_window OF((void)); |
OF | 273 | zBoot/gzip.h | extern char *strlwr OF((char *s)); |
OF | 274 | zBoot/gzip.h | extern char *basename OF((char *fname)); |
OF | 275 | zBoot/gzip.h | extern char *add_envopt OF((int *argcp, char ***argvp, char *env)); |
OF | 276 | zBoot/gzip.h | extern void error OF((char *m)); |
OF | 277 | zBoot/gzip.h | extern void warn OF((char *a, char *b)); |
OF | 278 | zBoot/gzip.h | extern void read_error OF((void)); |
OF | 279 | zBoot/gzip.h | extern void write_error OF((void)); |
OF | 280 | zBoot/gzip.h | extern void display_ratio OF((long num, long den)); |
OF | 281 | zBoot/gzip.h | extern voidp xmalloc OF((unsigned int size)); |
OF | 284 | zBoot/gzip.h | extern int inflate OF((void)); |
OF | 34 | zBoot/inflate.c | int huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *, |
OF | 36 | zBoot/inflate.c | int huft_free OF((struct huft *)); |
OF | 37 | zBoot/inflate.c | int inflate_codes OF((struct huft *, struct huft *, int, int)); |
OF | 38 | zBoot/inflate.c | int inflate_stored OF((void)); |
OF | 39 | zBoot/inflate.c | int inflate_fixed OF((void)); |
OF | 40 | zBoot/inflate.c | int inflate_dynamic OF((void)); |
OF | 41 | zBoot/inflate.c | int inflate_block OF((int *)); |
OF | 42 | zBoot/inflate.c | int inflate OF((void)); |
OF | 7 | zBoot/lzw.h | #if !defined(OF) && defined(lint) |
OF | 41 | zBoot/lzw.h | extern void lzw OF((int in, int out)); |
OF | 42 | zBoot/lzw.h | extern void unlzw OF((int in, int out)); |