Searched refs:grouplen (Results 1 – 1 of 1) sorted by relevance
488 int grouplen; /* length of cached groups */ member501 short *grouplen, gid_t * groups) in authdes_getucred() argument517 if (cred == NULL || cred->grouplen == INVALID) in authdes_getucred()527 cred->grouplen = UNKNOWN; /* mark as lookup up, but not found */ in authdes_getucred()551 cred->grouplen = INVALID; in authdes_getucred()558 cred->grouplen = i_grouplen; in authdes_getucred()562 *grouplen = MIN (SHRT_MAX, i_grouplen); in authdes_getucred()565 else if (cred->grouplen == UNKNOWN) in authdes_getucred()581 int grouplen_copy = MIN (SHRT_MAX, cred->grouplen); in authdes_getucred()582 *grouplen = grouplen_copy; in authdes_getucred()[all …]
Completed in 4 milliseconds