Lines Matching defs:length
302 size_t length;
317 length = strlen(argv[1]);
318 if ((c == 'f') && (strncmp(argv[1], "forget", length) == 0)) {
338 } else if ((c == 'i') && (strncmp(argv[1], "ifneeded", length) == 0)) {
385 } else if ((c == 'n') && (strncmp(argv[1], "names", length) == 0)) {
399 } else if ((c == 'p') && (strncmp(argv[1], "provide", length) == 0)) {
419 } else if ((c == 'r') && (strncmp(argv[1], "require", length) == 0)) {
445 } else if ((c == 'u') && (strncmp(argv[1], "unknown", length) == 0)) {
466 } else if ((c == 'v') && (strncmp(argv[1], "vcompare", length) == 0)
467 && (length >= 2)) {
479 } else if ((c == 'v') && (strncmp(argv[1], "versions", length) == 0)
480 && (length >= 2)) {
494 } else if ((c == 'v') && (strncmp(argv[1], "vsatisfies", length) == 0)
495 && (length >= 2)) {