Searched refs:group (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/include/ |
D | grp.h | 50 struct group { struct 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 *, char *, 65 size_t, struct group **); 66 int getgrnam_r(const char *, struct group *, char *, 67 size_t, struct group **); 75 int getgrouplist (const char *user, gid_t group, 78 int initgroups (const char *user, gid_t group);
|
/bionic/libc/unistd/ |
D | initgroups.c | 35 initgroups (const char *user, gid_t group) in initgroups() argument 42 if (getgrouplist(user, group, groups, &numgroups) < 0) { in initgroups() 46 if (getgrouplist(user,group,groups,&numgroups) < 0) { in initgroups()
|
/bionic/libc/tools/ |
D | checksyscalls.py | 81 dict[m.group(1)] = int(m.group(2)) 86 dict[m.group(1)] = int(m.group(2)) 91 dict[m.group(1)] = int(m.group(2)) + 259 96 offset_str = m.group(2) 103 dict["ARM_"+m.group(1)] = int(offset_str, base) + 0x0f0000 111 dict[m.group(1)] = int(m.group(2))
|
D | genserv.py | 55 service = Service( m.group(1), int(m.group(2)), m.group(3) ) 56 rest = string.strip(m.group(4)) 62 service.add_alias(m.group(1)) 63 rest = string.strip(m.group(2))
|
/bionic/libc/bionic/ |
D | stubs.cpp | 47 group group_; 166 static group* android_iinfo_to_group(group* gr, in android_iinfo_to_group() 193 static group* android_id_to_group(group* gr, unsigned id) { in android_id_to_group() 202 static group* android_name_to_group(group* gr, const char* name) { in android_name_to_group() 330 static group* app_id_to_group(gid_t gid, stubs_state_t* state) { in app_id_to_group() 339 group* gr = &state->group_; in app_id_to_group() 374 int getgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) { in getgrouplist() argument 379 groups[0] = group; in getgrouplist() 388 group* getgrgid(gid_t gid) { // NOLINT: implementing bad function. in getgrgid() 394 group* gr = android_id_to_group(&state->group_, gid); in getgrgid() [all …]
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 49 if m and m.group(1) != 'generic': 51 arch = m.group(1)
|
D | kernel.py | 85 header = m.group(1) 314 name = m.group(1) 315 value = m.group(2)
|
D | cpp.py | 1089 r = m.group(1)
|
/bionic/libc/arch-x86/string/ |
D | swab.S | 25 testl $7,%ecx # copy first group of 1 to 7 words
|
/bionic/libc/include/sys/ |
D | stat.h | 136 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
|
/bionic/libc/kernel/common/linux/ |
D | netlink.h | 112 __u32 group; member
|
D | ext3_fs.h | 117 __u32 group; member 129 __u32 group; member
|
/bionic/libc/tools/zoneinfo/ |
D | generate | 46 version = re.search('tzdata(.+)\.tar\.gz', filename).group(1)
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 231 - Android-specific user/group management: 235 uses the Linux user/group management features extensively to secure 247 getgrouplist() will always return a single group for any user name, 252 numerical value than the group.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 153 int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags) 325,298,291
|
D | NOTICE | 2103 This software was developed by the Computer Systems Engineering group 2145 This software was developed by the Computer Systems Engineering group
|