taglinefilesource code
method57arch/i386/boot/compressed/gzip.hextern int method;         /* compression method */
method255arch/i386/boot/compressed/gzip.hvoid ct_init     OF((ush *attr, int *method));
method60arch/i386/boot/compressed/misc.cint method, exit_code, part_nb, last_member;
method352arch/i386/boot/compressed/misc.cmethod = get_method(0);
method380arch/i386/boot/compressed/misc.cmethod = -1;                 /* unknown yet */
method389arch/i386/boot/compressed/misc.cmethod = (int)get_byte();
method429arch/i386/boot/compressed/misc.creturn method;
method68arch/i386/boot/compressed/unzip.cmethod = h[LOCHOW];
method69arch/i386/boot/compressed/unzip.cif (method != STORED && method != DEFLATED) {
method114arch/i386/boot/compressed/unzip.cif (method == DEFLATED)  {
method124arch/i386/boot/compressed/unzip.c} else if (pkzip && method == STORED) {
method300drivers/sound/configure.cchar           *method, *new, *old, *var, *p;
method302drivers/sound/configure.cmethod = p = line;
method323drivers/sound/configure.cfprintf (stderr, "Rebuilding file %s (%s %s)\n", new, method, old);
method325drivers/sound/configure.cif (strcmp (method, "bin2hex") == 0)
method333drivers/sound/configure.celse if (strcmp (method, "hex2hex") == 0)
method344drivers/sound/configure.cnew, method);