Searched defs:group (Results 1 - 5 of 5) sorted by path

/bionic/libc/bionic/
H A Dstubs.cpp47 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...]
/bionic/libc/include/
H A Dgrp.h47 #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/kernel/common/linux/
H A Dext3_fs.h117 __u32 group; member in struct:ext3_new_group_input
129 __u32 group; member in struct:ext3_new_group_data
H A Dnetlink.h112 __u32 group; member in struct:nl_pktinfo
/bionic/libc/unistd/
H A Dinitgroups.c35 initgroups (const char *user, gid_t group) argument
42 if (getgrouplist(user, group, groups, &numgroups) < 0) {
46 if (getgrouplist(user,group,groups,&numgroups) < 0) {

Completed in 75 milliseconds