Searched refs:combinedList (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp1358 const char** combinedList = new const char*[count+2]; local
1361 combinedList[index++] = existing[i];
1363 combinedList[index++] = newlist[i];
1364 combinedList[index] = NULL;
1366 *storage = combinedList;

Completed in 130 milliseconds