Searched defs:lseek64 (Results 1 - 14 of 14) sorted by relevance
/third_party/NuttX/fs/vfs/ |
H A D | fs_lseek64.c | 181 off64_t lseek64(int fd, off64_t offset, int whence) in lseek64() function
|
/third_party/gptfdisk/ |
H A D | support.h | 16 #define lseek64 lseek macro
|
H A D | diskio-unix.cc | 47 #define lseek64 lseek macro
|
/third_party/f2fs-tools/lib/ |
H A D | libf2fs_io.c | 75 static inline off64_t lseek64(int fd, __u64 offset, int set) in lseek64() function
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 1138 pub fn lseek64(fd: RawFd, offset: libc::off64_t, whence: Whence) -> Result<libc::off64_t> { in lseek64() functions
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 220 #define lseek64 lseek macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 196 #define lseek64 lseek macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 223 #define lseek64 lseek macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 220 #define lseek64 lseek macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 196 #define lseek64 lseek macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 196 #define lseek64 lseek macro
|
/third_party/musl/include/ |
H A D | unistd.h | 262 #define lseek64 lseek macro
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 492 pub fn lseek64(fd: ::c_int, offset: c_longlong, origin: ::c_int) -> c_longlong; in lseek64() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1708 pub fn lseek64(fd: ::c_int, offset: off64_t, whence: ::c_int) -> off64_t; in lseek64() functions
|
Completed in 21 milliseconds