/external/strace/tests-mx32/ |
D | stat.c | 31 #ifdef __NR_stat 33 # define TEST_SYSCALL_NR __NR_stat
|
/external/strace/tests/ |
D | stat.c | 31 #ifdef __NR_stat 33 # define TEST_SYSCALL_NR __NR_stat
|
/external/strace/tests-m32/ |
D | stat.c | 31 #ifdef __NR_stat 33 # define TEST_SYSCALL_NR __NR_stat
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_syscalls.h | 29 #if !defined(__NR_stat) 30 #define __NR_stat 4 macro
|
D | x86_32_linux_syscalls.h | 437 #if !defined(__NR_stat) 438 #define __NR_stat 106 macro
|
D | mips64_linux_syscalls.h | 32 #if !defined(__NR_stat) 33 #define __NR_stat (__NR_Linux + 4) macro
|
D | mips_linux_syscalls.h | 440 #if !defined(__NR_stat) 441 #define __NR_stat (__NR_Linux + 106) macro
|
D | arm_linux_syscalls.h | 332 #if !defined(__NR_stat) 333 #define __NR_stat (__NR_SYSCALL_BASE+106) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 18 #ifdef __NR_stat 19 { "stat", __NR_stat },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 166 #define __NR_stat -10000 macro
|
D | vki-scnums-s390x-linux.h | 117 #define __NR_stat 106 macro
|
D | vki-scnums-arm64-linux.h | 386 #define __NR_stat 1049 macro
|
D | vki-scnums-amd64-linux.h | 41 #define __NR_stat 4 macro
|
D | vki-scnums-ppc64-linux.h | 143 #define __NR_stat 106 macro
|
D | vki-scnums-arm-linux.h | 143 #define __NR_stat 106 macro
|
D | vki-scnums-ppc32-linux.h | 143 #define __NR_stat 106 macro
|
D | vki-scnums-x86-linux.h | 143 #define __NR_stat 106 macro
|
D | vki-scnums-solaris.h | 322 #define __NR_stat SYS_stat macro
|
D | vki-scnums-mips64-linux.h | 43 #define __NR_stat (__NR_Linux + 4) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 8 #define __NR_stat 4 macro
|
D | unistd_32.h | 110 #define __NR_stat 106 macro
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 121 #ifdef __NR_stat
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 809 #define __NR_stat 1049 macro 810 __SYSCALL(__NR_stat, sys_newstat) 923 #define __NR_stat __NR3264_stat macro
|
/external/strace/ |
D | scno.h | 20 #ifndef __NR_stat 21 # define __NR_stat (SYSCALL_BIT | 4) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 129 #define __NR_stat (__NR_Linux + 106) macro 411 #define __NR_stat (__NR_Linux + 4) macro 754 #define __NR_stat (__NR_Linux + 4) macro
|