/external/strace/tests/ |
D | uid16.c | 18 && defined(__NR_fchown) \ in main() 34 && __NR_fchown != __NR_fchown32 \ in main() 68 assert(syscall(__NR_fchown, 1, -1, 0xffff) == 0); in main()
|
D | uid.c | 17 && defined(__NR_fchown) \ in main() 35 assert(syscall(__NR_fchown, 1, -1, -1L) == 0); in main()
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 123 #define __NR_fchown 55 macro
|
D | vki-scnums-arm64-linux.h | 94 #define __NR_fchown 55 macro
|
D | vki-scnums-s390x-linux.h | 339 #define __NR_fchown 207 macro
|
D | vki-scnums-amd64-linux.h | 141 #define __NR_fchown 93 macro
|
D | vki-scnums-arm-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-ppc32-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-ppc64-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-x86-linux.h | 132 #define __NR_fchown 95 macro
|
D | vki-scnums-mips64-linux.h | 130 #define __NR_fchown (__NR_Linux + 91) macro
|
D | vki-scnums-mips32-linux.h | 135 #define __NR_fchown (__NR_Linux + 95) macro
|
D | vki-scnums-darwin.h | 339 #define __NR_fchown VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(123) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 97 #define __NR_fchown 93 macro
|
D | unistd_32.h | 99 #define __NR_fchown 95 macro
|
D | unistd_x32.h | 86 #define __NR_fchown (__X32_SYSCALL_BIT + 93) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 118 #define __NR_fchown (__NR_Linux + 95) macro 487 #define __NR_fchown (__NR_Linux + 91) macro 820 #define __NR_fchown (__NR_Linux + 91) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 175 #define __NR_fchown 55 macro 176 __SYSCALL(__NR_fchown, sys_fchown)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 123 #define __NR_fchown (__NR_SYSCALL_BASE+ 95) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 449 GO(__NR_fchown, "3s 0m"); in main() 450 SY(__NR_fchown, x0, x0, x0); FAIL; in main()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1044 GO(__NR_fchown, "3s 0m"); in main() 1045 SY(__NR_fchown, x0, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 901 GENX_(__NR_fchown, sys_fchown), // 55
|
D | syswrap-ppc64-linux.c | 895 GENX_(__NR_fchown, sys_fchown), // 95
|
D | syswrap-ppc32-linux.c | 971 GENX_(__NR_fchown, sys_fchown), // 95
|
D | syswrap-amd64-linux.c | 809 GENX_(__NR_fchown, sys_fchown), // 93
|