Searched refs:gid_t (Results 1 – 8 of 8) sorted by relevance
/grp/ |
A D | initgroups.c | 35 typedef enum nss_status (*initgroups_dyn_function) (const char *, gid_t, 37 gid_t **, long int, int *); 46 internal_getgrouplist (const char *user, gid_t group, long int *size, in internal_getgrouplist() 47 gid_t **groupsp, long int limit) in internal_getgrouplist() 143 getgrouplist (const char *user, gid_t group, gid_t *groups, int *ngroups) in getgrouplist() 147 gid_t *newgroups = (gid_t *) malloc (size * sizeof (gid_t)); in getgrouplist() 158 memcpy (groups, newgroups, MIN (*ngroups, total) * sizeof (gid_t)); in getgrouplist() 174 initgroups (const char *user, gid_t group) in nss_interface_function() 184 gid_t *groups; in nss_interface_function() 200 groups = (gid_t *) malloc (size * sizeof (gid_t)); in nss_interface_function()
|
A D | tst-initgroups1.c | 37 static gid_t expected_groups[] = 43 gid_t mygroups [50]; in do_test()
|
A D | setgroups.c | 24 setgroups (size_t n, const gid_t *groups) in setgroups()
|
A D | getgrgid.c | 24 #define ADD_PARAMS gid_t gid
|
A D | getgrgid_r.c | 25 #define ADD_PARAMS gid_t gid
|
A D | compat-initgroups.c | 13 compat_call (nss_action_list nip, const char *user, gid_t group, long int *start, 14 long int *size, gid_t **groupsp, long int limit, int *errnop) 21 gid_t *groups = *groupsp; 79 gid_t *newgroups;
|
A D | grp.h | 37 typedef __gid_t gid_t; typedef
|
A D | tst_fgetgrent.c | 61 test_entry (const char *name, gid_t gid, struct group *g) in test_entry()
|
Completed in 11 milliseconds