Searched refs:user (Results 1 – 16 of 16) sorted by relevance
/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/include/ |
D | grp.h | 75 int getgrouplist (const char *user, gid_t group, 78 int initgroups (const char *user, gid_t group);
|
/bionic/libc/kernel/common/linux/ |
D | atmsap.h | 75 unsigned char user; member 86 unsigned char user; member
|
D | kernel_stat.h | 23 cputime64_t user; member
|
/bionic/libc/kernel/arch-arm/asm/ |
D | procinfo.h | 34 struct cpu_user_fns *user; member
|
D | user.h | 34 struct user{ struct
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | x_tables.h | 27 } user; member 49 } user; member
|
/bionic/libc/kernel/arch-x86/asm/ |
D | i387_32.h | 26 #define safe_address (kstat_cpu(0).cpustat.user)
|
D | user_32.h | 54 struct user{ struct
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 257 for user in fparser.getHeaderUsers(used): 258 needed[path].add(user) 266 for user in users: 267 self.needed[header].add(user)
|
/bionic/libc/ |
D | CAVEATS | 22 - at the moment, several user-account-related functions like getpwd are stubbed and return
|
D | SYSCALLS.TXT | 14 # been provided, allows the user to specify dispatch style syscalls.
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 88 user-space code to use kernel-specific declarations (e.g. IOCTLs, structure 219 - Android-specific user/group management: 222 meant to be used by a single handset user. On the other hand, Android 223 uses the Linux user/group management features extensively to secure 231 and will translate them to their low-user-id values. It also recognizes 235 getgrouplist() will always return a single group for any user name, 239 single-element members list, corresponding to the user with the same
|
/bionic/libc/kernel/common/linux/mtd/ |
D | mtd.h | 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
|
/bionic/libc/bionic/ |
D | stubs.c | 287 getgrouplist (const char *user, gid_t group, in getgrouplist() argument
|
/bionic/libc/kernel/ |
D | README.TXT | 232 install a set of "user-friendly" headers that are generated from the official 239 we plan to be able to support these kernel-generated user-land headers in the
|