Home
last modified time | relevance | path

Searched defs:lseek64 (Results 1 – 13 of 13) sorted by relevance

/third_party/NuttX/fs/vfs/
Dfs_lseek64.c181 off64_t lseek64(int fd, off64_t offset, int whence) in lseek64() function
/third_party/gptfdisk/
Dsupport.h16 #define lseek64 lseek macro
/third_party/f2fs-tools/lib/
Dlibf2fs_io.c75 static inline off64_t lseek64(int fd, __u64 offset, int set) in lseek64() function
/third_party/musl/ndk_musl_include/
Dunistd.h183 #define lseek64 lseek macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h220 #define lseek64 lseek macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h196 #define lseek64 lseek macro
/third_party/musl/porting/linux/user/include/
Dunistd.h223 #define lseek64 lseek macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h220 #define lseek64 lseek macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h196 #define lseek64 lseek macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h196 #define lseek64 lseek macro
/third_party/musl/include/
Dunistd.h202 #define lseek64 lseek macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs492 pub fn lseek64(fd: ::c_int, offset: c_longlong, origin: ::c_int) -> c_longlong; in lseek64() function
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1708 pub fn lseek64(fd: ::c_int, offset: off64_t, whence: ::c_int) -> off64_t; in lseek64() function