/bionic/libc/include/ |
D | grp.h | 46 struct group { struct 54 struct group *getgrgid(gid_t); 55 struct group *getgrnam(const char *); 57 struct group *getgrent(void) __attribute__((deprecated("getgrent is meaningless on Android"))); 60 int getgrgid_r(gid_t, struct group *, char *, 61 size_t, struct group **); 62 int getgrnam_r(const char *, struct group *, char *, 63 size_t, struct group **); 66 int getgrouplist (const char *user, gid_t group, 69 int initgroups (const char *user, gid_t group);
|
/bionic/libc/bionic/ |
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()
|
D | stubs.cpp | 54 group group_; 152 static group* android_iinfo_to_group(group_state_t* state, in android_iinfo_to_group() 156 group* gr = &state->group_; in android_iinfo_to_group() 181 static group* android_id_to_group(group_state_t* state, unsigned id) { in android_id_to_group() 190 static group* android_name_to_group(group_state_t* state, const char* name) { in android_name_to_group() 344 static group* app_id_to_group(gid_t gid, group_state_t* state) { in app_id_to_group() 352 group* gr = &state->group_; in app_id_to_group() 386 int getgrouplist(const char* /*user*/, gid_t group, gid_t* groups, int* ngroups) { in getgrouplist() argument 391 groups[0] = group; in getgrouplist() 400 group* getgrgid(gid_t gid) { // NOLINT: implementing bad function. in getgrgid() [all …]
|
/bionic/libc/tools/ |
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))
|
D | check-symbols.py | 44 symbol = string.split(m.group(2), '@')[0] 45 if m.group(1) == 'FUNC' and functions_or_variables == 'functions': 47 elif m.group(1) == 'OBJECT' and functions_or_variables == 'variables':
|
D | genlibgcc_compat.py | 108 symbol_set.add(m.group(0))
|
D | symbols.py | 50 symbol = m.group(2)
|
D | gensyscalls.py | 550 syscalls.add(m.group(1))
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 116 if m and m.group(1) != 'generic': 118 arch = m.group(1) 127 m_uapi_arch = re.match(r"asm-([\w\d_\+\.\-]+)", m_uapi.group(2)) 128 if m_uapi_arch and m_uapi_arch.group(1) != 'generic': 129 arch = m_uapi_arch.group(1)
|
D | kernel.py | 85 header = m.group(1) 313 name = m.group(1) 314 value = m.group(2)
|
D | cpp.py | 106 def __init__(self, tu=None, group=None, int_data=None, ptr_data=None, argument 111 self._group = group
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_NFLOG.h | 29 __u16 group; member
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
D | ebt_nflog.h | 31 __u16 group; member
|
/bionic/libc/kernel/uapi/linux/ |
D | igmp.h | 29 __be32 group; member 62 __be32 group; member
|
D | netlink.h | 119 __u32 group; member
|
D | kvm.h | 912 __u32 group; member
|
/bionic/tools/bionicbb/ |
D | tasks.py | 33 info[match.group(1)] = match.group(2).strip()
|
D | presubmit.py | 188 commands = [match.group(1).strip() for match in
|
/bionic/tests/ |
D | stubs_test.cpp | 168 static void check_group(const group* grp, const char* group_name, gid_t gid) { in check_group() 179 group* grp = getgrgid(gid); in check_getgrgid() 187 group* grp = getgrnam(group_name); in check_getgrnam()
|
/bionic/libc/tools/zoneinfo/ |
D | update-tzdata.py | 186 new_version = re.search('(tzdata.+)\\.tar\\.gz', data_filename).group(1) 236 tzdata_filenames.append(m.group(1))
|
/bionic/libc/ |
D | NOTICE | 2344 This software was developed by the Computer Systems Engineering group
|