Home
last modified time | relevance | path

Searched refs:count1 (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c1498 unsigned count1; in add_strings_to_strings() local
1503 count1 = 0; in add_strings_to_strings()
1506 count1++; 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()
1520 v[count1 + i] = (need_to_dup ? xstrdup(add[i]) : add[i]); in add_strings_to_strings()