Searched refs:numgroups (Results 1 – 5 of 5) sorted by relevance
86 int *numgroups, gid_t *groups) in gss_pname_to_unix_cred() argument123 if (n > *numgroups) in gss_pname_to_unix_cred()124 n = *numgroups; in gss_pname_to_unix_cred()127 *numgroups = n; in gss_pname_to_unix_cred()
570 int *numgroups, /* number of groups */
144 int numgroups; member789 al->numgroups = 0; in ace_list_init()1100 if ((! list->hasmask) && (list->numusers + list->numgroups > 0)) { in ace_list_to_aent()1105 resultcount = 3 + list->numusers + list->numgroups; in ace_list_to_aent()1374 &acl->numgroups); in ln_ace_to_aent()
795 int numgroups; in svc_rpc_gss_build_ucred() local801 numgroups = NGROUPS; in svc_rpc_gss_build_ucred()803 &uc->uid, &uc->gid, &numgroups, &uc->gidlist[0]); in svc_rpc_gss_build_ucred()807 uc->gidlen = numgroups; in svc_rpc_gss_build_ucred()
1406 size_t numgroups, i, first = 1; in tls_construct_stoc_supported_groups() local1413 tls1_get_supported_groups(s, &groups, &numgroups); in tls_construct_stoc_supported_groups()1414 if (numgroups == 0) { in tls_construct_stoc_supported_groups()1421 for (i = 0; i < numgroups; i++) { in tls_construct_stoc_supported_groups()