Searched refs:n_el (Results 1 – 1 of 1) sorted by relevance
991 size_t n_el, i; in build_regexps() local993 for (n_el = 0, bc = domain->base_classifications; bc; bc = bc->next) { in build_regexps()994 n_el++; in build_regexps()997 char **sortable = calloc(n_el, sizeof(char *)); in build_regexps()1007 qsort(sortable, n_el, sizeof(char *), string_size); in build_regexps()1009 for (i = 0; i < n_el; i++) { in build_regexps()1011 if (i < n_el) strcat(buffer,"|"); in build_regexps()