Home | History | Annotate | Download | only in webkitmerge

Lines Matching full:strncmp

257     bool result = strncmp(*linePtr, text, length) == 0;
552 strncmp(&foundInWebCore[2], "ForwardingHeaders/", 18) == 0) {
555 strncmp(&foundInJavaScriptCore[2], "API/tests/", 10) == 0) {
584 if (strncmp(start, "# LOCAL_SRC_FILES_EXCLUDED := \\", 30) == 0)
595 while (strncmp(start, "#\t", 2) == 0) {
612 if (strncmp(start, "# LOCAL_GENERATED_FILES_EXCLUDED := \\", 37) == 0 ||
613 strncmp(start, "# LOCAL_DIR_WILDCARD_EXCLUDED := \\", 34) == 0)
617 if (strncmp(start, "# LOCAL_GENERATED_FILES_EXCLUDED := \\", 37) == 0) {
620 while (strncmp(start, "#\t", 2) == 0) {
639 if (strncmp(start, "# LOCAL_DIR_WILDCARD_EXCLUDED := \\", 34) == 0)
648 if (strncmp(exceptionDirStart, "#\t", 2) != 0) {
684 myassert(strncmp(start, "#\t", 2) == 0);
749 if (strncmp(der, check, len) == 0) {
789 if (strncmp(st, "GEN", 3) != 0)
793 if (strncmp(st, ":=", 2) != 0)
810 if (strncmp(st, bindHead, bindLen) == 0) {
820 myassert(strncmp(st, "$(intermediates)", 16) == 0);
849 myassert(strncmp(nextSt, "$(intermediates)", 16) != 0 || strcmp(st, nextSt) < 0);
854 int compare = strncmp(bind, st, strlen(bind) - 2);
875 myassert(strncmp(st, "$(intermediates)/", 17) == 0);
913 if (strncmp(st, bind, stDirEnd - st) != 0)
986 if (strncmp(start, "LOCAL_SRC_FILES := \\", 20) == 0)
1012 myassert(strncmp(start, lastFileName, startLen) > 0 ||
1016 if (startLen == newListLen && strncmp(newList, start, startLen) == 0)
1027 compare = strncmp(newList, start, startLen);
1429 if (strncmp(fileName ,"./", 2) != 0)
1443 if (strncmp(dir, test, strlen(test)) == 0)
1615 if (strncmp(arg, "-a", 2) == 0 || strcmp(arg, "--android") == 0) {
1620 if (strncmp(arg, "-b", 2) == 0 || strcmp(arg, "--basewebkit") == 0) {
1625 if (strncmp(arg, "-c", 2) == 0 || strcmp(arg, "--mergecore") == 0) {
1630 if (strncmp(arg, "-d", 2) == 0 || strcmp(arg, "--debug") == 0) {
1634 if (strncmp(arg, "-e", 2) == 0 || strcmp(arg, "--emptydirs") == 0) {
1639 if (strncmp(arg, "-g", 2) == 0 || strcmp(arg, "--git") == 0) {
1644 if (strncmp(arg, "-m", 2) == 0 || strcmp(arg, "--mergemake") == 0) {
1649 if (strncmp(arg, "-n", 2) == 0 || strcmp(arg, "--newwebkit") == 0) {
1654 if (strncmp(arg, "-o", 2) == 0 || strcmp(arg, "--copyother") == 0) {
1659 if (strncmp(arg, "-p", 2) == 0 || strcmp(arg, "--perforce") == 0) {
1664 if (strncmp(arg, "-s", 2) == 0 || strcmp(arg, "--removesvn") == 0) {
1669 if (strncmp(arg, "-v", 2) == 0 || strcmp(arg, "--verbose") == 0) {
1678 if (strncmp(arg, "-x", 2) == 0 || strcmp(arg, "--execute") == 0) {
1684 else if (strncmp(arg, "-h", 2) != 0 && strcmp(arg, "--help") != 0 && strcmp(arg, "-?") != 0)