/external/strace/tests-m32/ |
D | access.c | 4 #ifdef __NR_access 14 long rc = syscall(__NR_access, sample, F_OK); in main() 18 rc = syscall(__NR_access, sample, R_OK|W_OK|X_OK); in main()
|
/external/strace/tests-mx32/ |
D | access.c | 4 #ifdef __NR_access 14 long rc = syscall(__NR_access, sample, F_OK); in main() 18 rc = syscall(__NR_access, sample, R_OK|W_OK|X_OK); in main()
|
/external/strace/tests/ |
D | access.c | 4 #ifdef __NR_access 14 long rc = syscall(__NR_access, sample, F_OK); in main() 18 rc = syscall(__NR_access, sample, R_OK|W_OK|X_OK); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_syscalls.h | 97 #if !defined(__NR_access) 98 #define __NR_access 21 macro
|
D | x86_32_linux_syscalls.h | 145 #if !defined(__NR_access) 146 #define __NR_access 33 macro
|
D | mips64_linux_syscalls.h | 96 #if !defined(__NR_access) 97 #define __NR_access (__NR_Linux + 20) macro
|
D | mips_linux_syscalls.h | 148 #if !defined(__NR_access) 149 #define __NR_access (__NR_Linux + 33) macro
|
D | arm_linux_syscalls.h | 108 #if !defined(__NR_access) 109 #define __NR_access (__NR_SYSCALL_BASE+33) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 69 #ifdef __NR_access 70 { "access", __NR_access },
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 66 #define __NR_access 33 macro
|
D | vki-scnums-arm64-linux.h | 345 #define __NR_access 1033 macro
|
D | vki-scnums-amd64-linux.h | 60 #define __NR_access 21 macro
|
D | vki-scnums-ppc64-linux.h | 70 #define __NR_access 33 macro
|
D | vki-scnums-arm-linux.h | 70 #define __NR_access 33 macro
|
D | vki-scnums-ppc32-linux.h | 70 #define __NR_access 33 macro
|
D | vki-scnums-x86-linux.h | 70 #define __NR_access 33 macro
|
D | vki-scnums-solaris.h | 324 #define __NR_access SYS_access macro
|
D | vki-scnums-mips64-linux.h | 59 #define __NR_access (__NR_Linux + 20) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 25 #define __NR_access 21 macro
|
D | unistd_32.h | 37 #define __NR_access 33 macro
|
D | unistd_x32.h | 20 #define __NR_access (__X32_SYSCALL_BIT + 21) macro
|
/external/strace/ |
D | scno.h | 71 #ifndef __NR_access 72 # define __NR_access (SYSCALL_BIT | 21) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 56 #define __NR_access (__NR_Linux + 33) macro 427 #define __NR_access (__NR_Linux + 20) macro 770 #define __NR_access (__NR_Linux + 20) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 764 #define __NR_access 1033 macro 765 __SYSCALL(__NR_access, sys_access)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 26 #define __NR_access (__NR_SYSCALL_BASE + 33) macro
|