Home
last modified time | relevance | path

Searched defs:pread64 (Results 1 - 9 of 9) sorted by relevance

/third_party/NuttX/fs/vfs/
H A Dfs_pread64.c146 ssize_t pread64(int fd, void *buf, size_t nbytes, off64_t offset) in pread64() function
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h221 #define pread64 pread macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h197 #define pread64 pread macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h224 #define pread64 pread macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h221 #define pread64 pread macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h197 #define pread64 pread macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h197 #define pread64 pread macro
/third_party/musl/include/
H A Dunistd.h263 #define pread64 pread macro
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1720 pub fn pread64(fd: ::c_int, buf: *mut ::c_void, count: ::size_t, offset: off64_t) -> ::ssize_t; in pread64() functions

Completed in 14 milliseconds