tag | line | file | source code |
method | 300 | drivers/sound/configure.c | char *method, *new, *old, *var, *p; |
method | 302 | drivers/sound/configure.c | method = p = line; |
method | 323 | drivers/sound/configure.c | fprintf (stderr, "Rebuilding file %s (%s %s)\n", new, method, old); |
method | 325 | drivers/sound/configure.c | if (strcmp (method, "bin2hex") == 0) |
method | 333 | drivers/sound/configure.c | else if (strcmp (method, "hex2hex") == 0) |
method | 344 | drivers/sound/configure.c | new, method); |
method | 1062 | lib/inflate.c | char method; |
method | 1069 | lib/inflate.c | method = (unsigned char)get_byte(); |
method | 1078 | lib/inflate.c | if (method != 8) { |