Searched refs:count2 (Results 1 – 1 of 1) sorted by relevance
1499 unsigned count2; in add_strings_to_strings() local1510 count2 = 0; in add_strings_to_strings()1513 count2++; in add_strings_to_strings()1516 v = xrealloc(strings, (count1 + count2 + 1) * sizeof(char*)); in add_strings_to_strings()1517 v[count1 + count2] = NULL; in add_strings_to_strings()1518 i = count2; in add_strings_to_strings()