/external/strace/tests-mx32/ |
D | creat.c | 4 #ifdef __NR_creat 6 # define TEST_SYSCALL_NR __NR_creat
|
/external/strace/tests/ |
D | creat.c | 4 #ifdef __NR_creat 6 # define TEST_SYSCALL_NR __NR_creat
|
/external/strace/tests-m32/ |
D | creat.c | 4 #ifdef __NR_creat 6 # define TEST_SYSCALL_NR __NR_creat
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_syscalls.h | 353 #if !defined(__NR_creat) 354 #define __NR_creat 85 macro
|
D | x86_32_linux_syscalls.h | 45 #if !defined(__NR_creat) 46 #define __NR_creat 8 macro
|
D | mips64_linux_syscalls.h | 348 #if !defined(__NR_creat) 349 #define __NR_creat (__NR_Linux + 83) macro
|
D | mips_linux_syscalls.h | 48 #if !defined(__NR_creat) 49 #define __NR_creat (__NR_Linux + 8) macro
|
D | arm_linux_syscalls.h | 48 #if !defined(__NR_creat) 49 #define __NR_creat (__NR_SYSCALL_BASE+8) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 261 #ifdef __NR_creat 262 { "creat", __NR_creat },
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 51 #define __NR_creat 8 macro
|
D | vki-scnums-amd64-linux.h | 132 #define __NR_creat 85 macro
|
D | vki-scnums-ppc64-linux.h | 45 #define __NR_creat 8 macro
|
D | vki-scnums-arm-linux.h | 45 #define __NR_creat 8 macro
|
D | vki-scnums-ppc32-linux.h | 45 #define __NR_creat 8 macro
|
D | vki-scnums-x86-linux.h | 45 #define __NR_creat 8 macro
|
D | vki-scnums-mips64-linux.h | 122 #define __NR_creat (__NR_Linux + 83) macro
|
D | vki-scnums-mips32-linux.h | 48 #define __NR_creat (__NR_Linux + 8) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 89 #define __NR_creat 85 macro
|
D | unistd_32.h | 12 #define __NR_creat 8 macro
|
D | unistd_x32.h | 78 #define __NR_creat (__X32_SYSCALL_BIT + 85) macro
|
/external/strace/ |
D | scno.h | 263 #ifndef __NR_creat 264 # define __NR_creat (SYSCALL_BIT | 85) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 31 #define __NR_creat (__NR_Linux + 8) macro 490 #define __NR_creat (__NR_Linux + 83) macro 833 #define __NR_creat (__NR_Linux + 83) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 854 #define __NR_creat 1064 macro 855 __SYSCALL(__NR_creat, sys_creat)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 11 #define __NR_creat (__NR_SYSCALL_BASE + 8) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 76 GO(__NR_creat, "2s 1m"); in main() 77 SY(__NR_creat, x0, x0); FAIL; in main()
|