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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorsubr.c43 int listlength; local
46 for (errorp = header, listlength = 0;
47 errorp; errorp = errorp->error_next, listlength++)
49 array = Calloc(listlength+1, sizeof (Eptr));
51 listindex < listlength;
57 *e_length = listlength;
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c100 int listlength; /* # of elems in this list */ variable
247 if (listlength == 0) {
604 if (listlength == 0) {
617 qsort((void *)mntarray, listlength, sizeof (mountent_t *),
646 * variable listlength to the number of entries in the array.
656 listlength = count;
658 mpp = (mountent_t **)malloc(sizeof (*mp) * (listlength + 1));
664 listlength = 0;
682 listlength = ndx;
725 listlength
[all...]

Completed in 72 milliseconds