Searched refs:i_grouplen (Results 1 – 1 of 1) sorted by relevance
507 int i_grouplen; in authdes_getucred() local523 &i_grouplen, groups)) in authdes_getucred()531 if (cred != NULL && cred->grouplen_max < i_grouplen) in authdes_getucred()543 int ngroups_max = MAX (i_grouplen, NGROUPS); in authdes_getucred()558 cred->grouplen = i_grouplen; in authdes_getucred()559 for (i = i_grouplen - 1; i >= 0; --i) in authdes_getucred()562 *grouplen = MIN (SHRT_MAX, i_grouplen); in authdes_getucred()
Completed in 5 milliseconds