Home
last modified time | relevance | path

Searched refs:__NR_fstatat64 (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fstatat/
Dfstatat01.c62 #if (__NR_fstatat64 > 0)
65 return ltp_syscall(__NR_fstatat64, dirfd, filename, statbuf, flags); in fstatat()
83 #if !defined(HAVE_FSTATAT) && (__NR_fstatat64 > 0) in main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/arch/or1k/bits/
Dsyscall.h.in81 #define __NR_fstatat64 79 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in275 #define __NR_fstatat64 293 macro
/third_party/musl/arch/arm/bits/
Dsyscall.h.in284 #define __NR_fstatat64 327 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h305 #define __NR_fstatat64 327 macro
/third_party/musl/arch/mips/bits/
Dsyscall.h.in293 #define __NR_fstatat64 4293 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in287 #define __NR_fstatat64 327 macro
/third_party/musl/arch/sh/bits/
Dsyscall.h.in272 #define __NR_fstatat64 300 macro
/third_party/musl/arch/powerpc/bits/
Dsyscall.h.in290 #define __NR_fstatat64 291 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in297 #define __NR_fstatat64 300 macro
/third_party/musl/arch/i386/bits/
Dsyscall.h.in300 #define __NR_fstatat64 300 macro
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch75116 - #if defined(__NR_fstatat64)
75117 + #if defined(__NR_fstatat64) && !defined(__MUSL__)