/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/bionic/ |
D | malloc_debug_check.cpp | 107 static inline void* user(hdr_t* hdr) { in user() function 111 static inline hdr_t* meta(void* user) { in meta() argument 112 return reinterpret_cast<hdr_t*>(user) - 1; in meta() 232 memset(user(hdr), FREE_POISON, hdr->size); in poison() 237 const char *data = (const char *)user(hdr); in was_used_after_free() 250 user(hdr), hdr->size); in check_guards() 253 "(NOT DUMPING STACKTRACE)\n", user(hdr)); in check_guards() 262 user(hdr), hdr->size); in check_guards() 276 user(hdr), hdr->tag); in check_allocation_locked() 285 user(hdr), hdr->size); in check_allocation_locked() [all …]
|
D | stubs.cpp | 374 int getgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) { in getgrouplist() argument
|
/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 | 85 unsigned char user; member 96 unsigned char user; member
|
D | kernel_stat.h | 30 cputime64_t user; member
|
/bionic/libc/kernel/arch-mips/asm/ |
D | user.h | 25 struct user { struct
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | x_tables.h | 32 } user; member 52 } user; member
|
/bionic/libc/kernel/arch-arm/asm/ |
D | procinfo.h | 42 struct cpu_user_fns *user; member
|
D | user.h | 42 struct user{ struct
|
/bionic/libc/kernel/arch-x86/asm/ |
D | i387_32.h | 31 #define safe_address (kstat_cpu(0).cpustat.user)
|
D | user_32.h | 65 struct user{ struct
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 260 for user in fparser.getHeaderUsers(used): 261 needed[path].add(user) 269 for user in users: 270 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.
|
D | Android.mk | 900 ifneq ($(TARGET_BUILD_VARIANT),user)
|
/bionic/libc/kernel/common/linux/mtd/ |
D | mtd.h | 21 #error This is a kernel header. Perhaps include mtd-user.h instead?
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 100 user-space code to use kernel-specific declarations (e.g. IOCTLs, structure 231 - Android-specific user/group management: 234 meant to be used by a single handset user. On the other hand, Android 235 uses the Linux user/group management features extensively to secure 243 and will translate them to their low-user-id values. It also recognizes 247 getgrouplist() will always return a single group for any user name, 251 single-element members list, corresponding to the user with the same
|
D | CHANGES.TXT | 156 - fix getpwnam() and getpwgrp() to accept "app_0" as a valid user name.
|
/bionic/libc/kernel/ |
D | README.TXT | 233 install a set of "user-friendly" headers that are generated from the official 240 we plan to be able to support these kernel-generated user-land headers in the
|