Searched refs:user (Results 1 – 2 of 2) sorted by relevance
/grp/ |
A D | initgroups.c | 46 internal_getgrouplist (const char *user, gid_t group, long int *size, in internal_getgrouplist() argument 56 int n = __nscd_getgrouplist (user, group, size, groupsp, limit); in internal_getgrouplist() 98 status = compat_call (nip, user, group, &start, size, groupsp, in internal_getgrouplist() 101 status = DL_CALL_FCT (fct, (user, group, &start, size, groupsp, in internal_getgrouplist() 143 getgrouplist (const char *user, gid_t group, gid_t *groups, int *ngroups) in getgrouplist() argument 156 int total = internal_getgrouplist (user, group, &size, &newgroups, -1); in getgrouplist() 174 initgroups (const char *user, gid_t group) in nss_interface_function() 205 ngroups = internal_getgrouplist (user, group, &size, &groups, limit); in nss_interface_function()
|
A D | compat-initgroups.c | 13 compat_call (nss_action_list nip, const char *user, gid_t group, long int *start, 64 if (strcmp (*m, user) == 0)
|
Completed in 5 milliseconds