Home
last modified time | relevance | path

Searched refs:gid_t (Results 1 – 8 of 8) sorted by relevance

/grp/
A Dinitgroups.c35 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 Dtst-initgroups1.c37 static gid_t expected_groups[] =
43 gid_t mygroups [50]; in do_test()
A Dsetgroups.c24 setgroups (size_t n, const gid_t *groups) in setgroups()
A Dgetgrgid.c24 #define ADD_PARAMS gid_t gid
A Dgetgrgid_r.c25 #define ADD_PARAMS gid_t gid
A Dcompat-initgroups.c13 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 Dgrp.h37 typedef __gid_t gid_t; typedef
A Dtst_fgetgrent.c61 test_entry (const char *name, gid_t gid, struct group *g) in test_entry()

Completed in 11 milliseconds