HomeSort by relevance Sort by last modified time
    Searched full:__nr_creat (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 744 #define __NR_creat 1064
745 __SYSCALL(__NR_creat, sys_creat)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_64.h 195 #define __NR_creat 85
196 __SYSCALL(__NR_creat, sys_creat)
unistd_32.h 16 #define __NR_creat 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_64.h 195 #define __NR_creat 85
196 __SYSCALL(__NR_creat, sys_creat)
unistd_32.h 16 #define __NR_creat 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h 36 #define SYS_creat __NR_creat
384 #define SYS_creat __NR_creat
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 12 #define __NR_creat 8
unistd_x32.h 78 #define __NR_creat (__X32_SYSCALL_BIT + 85)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_32.h 16 #define __NR_creat 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
syscall.h 29 #define SYS_creat __NR_creat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h 35 #define SYS_creat __NR_creat
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 31 #define __NR_creat (__NR_Linux + 8)
483 #define __NR_creat (__NR_Linux + 83)
    [all...]
  /external/valgrind/memcheck/tests/x86-linux/
scalar.c 75 // __NR_creat 8
76 GO(__NR_creat, "2s 1m");
77 SY(__NR_creat, x0, x0); FAIL;
    [all...]
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 132 #define __NR_creat 85
vki-scnums-arm-linux.h 45 #define __NR_creat 8
vki-scnums-ppc32-linux.h 45 #define __NR_creat 8
vki-scnums-ppc64-linux.h 45 #define __NR_creat 8
vki-scnums-s390x-linux.h 51 #define __NR_creat 8
vki-scnums-x86-linux.h 45 #define __NR_creat 8
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 839 #define __NR_creat 1064
840 __SYSCALL(__NR_creat, sys_creat)
  /external/libchrome/sandbox/linux/system_headers/
arm_linux_syscalls.h 48 #if !defined(__NR_creat)
49 #define __NR_creat (__NR_SYSCALL_BASE+8)
mips64_linux_syscalls.h 348 #if !defined(__NR_creat)
349 #define __NR_creat (__NR_Linux + 83)
mips_linux_syscalls.h 48 #if !defined(__NR_creat)
49 #define __NR_creat (__NR_Linux + 8)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 815 #define __NR_creat 1064
816 __SYSCALL(__NR_creat, sys_creat)
  /external/valgrind/memcheck/tests/darwin/
scalar.c 692 // __NR_creat 8
693 GO(__NR_creat, "2s 1m");
694 SY(__NR_creat, x0, x0); FAIL;
    [all...]

Completed in 256 milliseconds

12 3 4 5 6 7