Home | History | Annotate | Download | only in webkitmerge

Lines Matching full:newlist

984     char* newList = GetFile(updateMakeStr);
1010 size_t newListLen = strlen(newList);
1016 if (startLen == newListLen && strncmp(newList, start, startLen) == 0)
1017 newList += newListLen + 1;
1027 compare = strncmp(newList, start, startLen);
1030 if (newList[0] == '\0' || compare >= 0)
1034 MatchLen(lastFileName, newList, lastFileNameLen) >
1035 MatchLen(start, newList, startLen)) {
1040 SedEscape(lastFileName).c_str(), newList,
1042 lastFileName = newList;
1046 SedEscape(start).c_str(), newList);
1048 newList += newListLen + 1;
1049 newListLen = strlen(newList);
1051 if (newList[0] == '\0' || compare > 0) {
1064 newList += newListLen + 1;
1108 char* newList = List(newBase, "new", workingDir);
1111 char* newMem = newList;
1116 size_t newLen = strlen(newList);
1132 char last = newList[newLen - 1];
1149 string newFileStr = string(newList).substr(0, newLen);
1153 int order = Compare(oldList, oldLen, newList, newLen);
1337 newList += strlen(newList) + 1;
1395 newList += strlen(newList) + 1;