HomeSort by relevance Sort by last modified time
    Searched refs:__NR_futimesat (Results 1 - 21 of 21) sorted by null

  /external/strace/tests/
futimesat.c 33 #ifdef __NR_futimesat
57 long rc = syscall(__NR_futimesat, dirfd, pathname, times);
164 SKIP_MAIN_UNDEFINED("__NR_futimesat")
  /external/strace/tests-m32/
futimesat.c 33 #ifdef __NR_futimesat
57 long rc = syscall(__NR_futimesat, dirfd, pathname, times);
164 SKIP_MAIN_UNDEFINED("__NR_futimesat")
  /external/strace/tests-mx32/
futimesat.c 33 #ifdef __NR_futimesat
57 long rc = syscall(__NR_futimesat, dirfd, pathname, times);
164 SKIP_MAIN_UNDEFINED("__NR_futimesat")
  /external/ltp/testcases/kernel/syscalls/futimesat/
futimesat01.c 61 return ltp_syscall(__NR_futimesat, dirfd, filename, times);
  /external/minijail/linux-x86/
libsyscalls.gen.c 789 #ifdef __NR_futimesat
790 { "futimesat", __NR_futimesat },
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 316 #define __NR_futimesat 299
unistd_64.h 282 #define __NR_futimesat 261
unistd_x32.h 249 #define __NR_futimesat (__X32_SYSCALL_BIT + 261)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 299 #define __NR_futimesat 299
unistd_64.h 265 #define __NR_futimesat 261
unistd_x32.h 232 #define __NR_futimesat (__X32_SYSCALL_BIT + 261)
  /bionic/libc/include/bits/
glibc-syscalls.h 271 #if defined(__NR_futimesat)
272 #define SYS_futimesat __NR_futimesat
  /external/strace/
scno.h 791 #ifndef __NR_futimesat
792 # define __NR_futimesat (SYSCALL_BIT | 261)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 275 #define __NR_futimesat (__NR_Linux + 255)
unistd_n64.h 271 #define __NR_futimesat (__NR_Linux + 251)
unistd_o32.h 312 #define __NR_futimesat (__NR_Linux + 292)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 258 #define __NR_futimesat (__NR_Linux + 255)
unistd_n64.h 254 #define __NR_futimesat (__NR_Linux + 251)
unistd_o32.h 295 #define __NR_futimesat (__NR_Linux + 292)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 302 #define __NR_futimesat (__NR_SYSCALL_BASE + 326)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 285 #define __NR_futimesat (__NR_SYSCALL_BASE + 326)

Completed in 334 milliseconds