Searched refs:group (Results 1 – 2 of 2) sorted by relevance
/hesiod/nss_hesiod/ |
A D | hesiod-grp.c | 32 #define STRUCTURE group in NSS_DECLARE_MODULE_FUNCTIONS() 49 lookup (const char *name, const char *type, struct group *grp, in lookup() 97 _nss_hesiod_getgrnam_r (const char *name, struct group *grp, in _nss_hesiod_getgrnam_r() 104 _nss_hesiod_getgrgid_r (gid_t gid, struct group *grp, in _nss_hesiod_getgrgid_r() 129 internal_gid_from_group (void *context, const char *groupname, gid_t *group) in internal_gid_from_group() argument 158 *group = val; in internal_gid_from_group() 169 _nss_hesiod_initgroups_dyn (const char *user, gid_t group, long int *start, in _nss_hesiod_initgroups_dyn() argument 218 group = val; in _nss_hesiod_initgroups_dyn() 222 status = internal_gid_from_group (context, p, &group); in _nss_hesiod_initgroups_dyn() 225 && !internal_gid_in_list (groups, group, *start)) in _nss_hesiod_initgroups_dyn() [all …]
|
/hesiod/ |
A D | README.hesiod | 9 Hesiod types, which means that Hesiod can be used for the `group', 47 group: db files hesiod 119 libc.group TXT "libc:*:123:gnu,gnat" 120 123.gid CNAME libc.group 126 where `libc' is an example of a group, `gnu' an example of an user,
|
Completed in 2 milliseconds