Searched refs:group (Results 1 - 14 of 14) sorted by relevance

/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/bionic/
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) {
H A Dstubs.cpp49 group group_;
163 static group* android_iinfo_to_group(group* gr,
190 static group* android_id_to_group(group* gr, unsigned id) {
199 static group* android_name_to_group(group* gr, const char* name) {
208 // Translate a user/group name to the corresponding user/group id.
326 // group structur
372 getgrouplist(const char* , gid_t group, gid_t* groups, int* ngroups) argument
[all...]
/bionic/libc/tools/
H A Dgenserv.py55 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))
H A Dcheck-symbols.py44 if m.group(1) == 'FUNC' and functions_or_variables == 'functions':
45 actual_symbols.add(m.group(2))
46 elif m.group(1) == 'OBJECT' and functions_or_variables == 'variables':
47 actual_symbols.add(m.group(2))
H A Dgensyscalls.py312 syscalls.add(m.group(1))
/bionic/libc/arch-x86/string/
H A Dswab.S25 testl $7,%ecx # copy first group of 1 to 7 words
/bionic/libc/kernel/tools/
H A Dclean_header.py49 if m and m.group(1) != 'generic':
51 arch = m.group(1)
H A Dkernel.py85 header = m.group(1)
314 name = m.group(1)
315 value = m.group(2)
H A Dcpp.py1088 #print "... alnum '%s'" % m.group(1)
1089 r = m.group(1)
/bionic/libc/tools/zoneinfo/
H A Dupdate-tzdata.py110 new_version = re.search('(tzdata.+)\\.tar\\.gz', data_filename).group(1)
169 tzdata_filenames.append(m.group(1))
/bionic/libc/include/sys/
H A Dstat.h165 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
/bionic/libc/kernel/common/linux/
H A Dnetlink.h112 __u32 group; member in struct:nl_pktinfo
H A Dext3_fs.h117 __u32 group; member in struct:ext3_new_group_input
129 __u32 group; member in struct:ext3_new_group_data

Completed in 1034 milliseconds