Searched refs:n_el (Results 1 – 1 of 1) sorted by relevance
992 size_t n_el, i; in build_regexps() local994 for (n_el = 0, bc = domain->base_classifications; bc; bc = bc->next) { in build_regexps()995 n_el++; in build_regexps()998 char **sortable = calloc(n_el, sizeof(char *)); in build_regexps()1008 qsort(sortable, n_el, sizeof(char *), string_size); in build_regexps()1010 for (i = 0; i < n_el; i++) { in build_regexps()1012 if (i < n_el) strcat(buffer,"|"); in build_regexps()