Searched defs:l1_count (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Dutil.c847 size_t l1_count = 0; local
854 for (l1_count = 0; l1[l1_count] != NULL; l1_count++);
861 new_count = l1_count + l2_count;
871 for(c = 0; c < l1_count; c++) {
880 new[l1_count + c] = talloc_strdup(new, l2[c]);
881 if (new[l1_count + c] == NULL) {
889 memcpy(new, l1, sizeof(char *) * l1_count);
893 memcpy(&new[l1_count], l
[all...]

Completed in 22 milliseconds