Searched refs:groupsp (Results 1 – 2 of 2) sorted by relevance
/grp/ |
A D | initgroups.c | 47 gid_t **groupsp, long int limit) in internal_getgrouplist() argument 56 int n = __nscd_getgrouplist (user, group, size, groupsp, limit); in internal_getgrouplist() 69 (*groupsp)[0] = group; 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() 110 if ((*groupsp)[inner] == (*groupsp)[cnt]) in internal_getgrouplist() 114 (*groupsp)[cnt] = (*groupsp)[--start]; in internal_getgrouplist()
|
A D | compat-initgroups.c | 14 long int *size, gid_t **groupsp, long int limit, int *errnop) 21 gid_t *groups = *groupsp; 95 *groupsp = groups = newgroups;
|
Completed in 5 milliseconds