tag | line | file | source code |
method | 57 | arch/i386/boot/compressed/gzip.h | extern int method; /* compression method */ |
method | 255 | arch/i386/boot/compressed/gzip.h | void ct_init OF((ush *attr, int *method)); |
method | 59 | arch/i386/boot/compressed/misc.c | int method, exit_code, part_nb, last_member; |
method | 341 | arch/i386/boot/compressed/misc.c | method = get_method(0); |
method | 369 | arch/i386/boot/compressed/misc.c | method = -1; /* unknown yet */ |
method | 378 | arch/i386/boot/compressed/misc.c | method = (int)get_byte(); |
method | 418 | arch/i386/boot/compressed/misc.c | return method; |
method | 68 | arch/i386/boot/compressed/unzip.c | method = h[LOCHOW]; |
method | 69 | arch/i386/boot/compressed/unzip.c | if (method != STORED && method != DEFLATED) { |
method | 114 | arch/i386/boot/compressed/unzip.c | if (method == DEFLATED) { |
method | 124 | arch/i386/boot/compressed/unzip.c | } else if (pkzip && method == STORED) { |