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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dprivlib.c178 tmp->pd_setsort = libc_malloc(tmp->pd_nprivs *
180 if (tmp->pd_setsort == NULL)
196 tmp->pd_setsort[i] = tmparr[i].rank;
212 libc_free(tmp->pd_setsort);
226 libc_free(d->pd_setsort);
289 libc_free(privdata->pd_setsort);
290 privdata->pd_setsort = tmp->pd_setsort;
291 tmp->pd_setsort = NULL;
735 order = d->pd_setsort;
[all...]
H A Dpriv_str_xlate.c291 int priv = d->pd_setsort[i];
/osnet-11/usr/src/lib/libc/inc/
H A Dpriv_private.h94 int *pd_setsort; member in struct:priv_data

Completed in 18 milliseconds