Searched refs:user (Results 1 – 17 of 17) sorted by relevance
/bionic/libc/bionic/ |
D | malloc_debug_check.cpp | 95 static inline void* user(hdr_t* hdr) { in user() function 99 static inline hdr_t* meta(void* user) { in meta() argument 100 return reinterpret_cast<hdr_t*>(user) - 1; in meta() 198 memset(user(hdr), FREE_POISON, hdr->size); in poison() 203 const char *data = (const char *)user(hdr); in was_used_after_free() 216 user(hdr), hdr->size); in check_guards() 219 "(NOT DUMPING STACKTRACE)\n", user(hdr)); in check_guards() 228 user(hdr), hdr->size); in check_guards() 242 user(hdr), hdr->tag); in check_allocation_locked() 251 user(hdr), hdr->size); in check_allocation_locked() [all …]
|
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 | 85 unsigned char user; member 96 unsigned char user; member
|
D | kernel_stat.h | 30 cputime64_t user; member
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | x_tables.h | 32 } user; member 52 } user; member
|
/bionic/libc/kernel/arch-mips/asm/ |
D | user.h | 25 struct user { struct
|
/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 | 12 # been provided, allows the user to specify dispatch style syscalls.
|
D | Android.mk | 885 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/kernel/ |
D | README.TXT | 226 install a set of "user-friendly" headers that are generated from the official 233 we plan to be able to support these kernel-generated user-land headers in the
|