Searched refs:tmplst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c3337 char *tmplst; local
3402 tmplst = (char *)malloc(cfl->l_nentry * CFG_MAX_BUF);
3404 tmplst = (char *)realloc(tmplst,
3406 if (tmplst == NULL) {
3413 bzero(&tmplst[count], cfl->l_nentry * CFG_MAX_BUF);
3417 * put the section in tmplst and sort
3419 p = &tmplst[count];
3437 qsort(tmplst, count, CFG_MAX_BUF, compare);
3445 free(tmplst);
[all...]

Completed in 75 milliseconds