Searched defs:group (Results 1 - 5 of 5) sorted by relevance
/bionic/libc/include/ |
H A D | grp.h | 47 #define _PATH_GROUP "/etc/group" 50 struct group { struct 51 char *gr_name; /* group name */ 52 char *gr_passwd; /* group password */ 53 gid_t gr_gid; /* group id */ 54 char **gr_mem; /* group members */ 58 struct group *getgrgid(gid_t); 59 struct group *getgrnam(const char *); 61 struct group *getgrent(void); 64 int getgrgid_r(gid_t, struct group *, cha [all...] |
/bionic/libc/unistd/ |
H A D | initgroups.c | 35 initgroups (const char *user, gid_t group) argument 42 if (getgrouplist(user, group, groups, &numgroups) < 0) { 46 if (getgrouplist(user,group,groups,&numgroups) < 0) {
|
/bionic/libc/kernel/common/linux/ |
H A D | netlink.h | 112 __u32 group; member in struct:nl_pktinfo
|
H A D | ext3_fs.h | 117 __u32 group; member in struct:ext3_new_group_input 129 __u32 group; member in struct:ext3_new_group_data
|
/bionic/libc/bionic/ |
H A D | stubs.cpp | 47 group group_; 166 static group* android_iinfo_to_group(group* gr, 193 static group* android_id_to_group(group* gr, unsigned id) { 202 static group* android_name_to_group(group* gr, const char* name) { 211 // Translate a user/group name to the corresponding user/group id. 329 // group structur 374 getgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) argument [all...] |
Completed in 363 milliseconds