Home
last modified time | relevance | path

Searched defs:lseek (Results 1 - 17 of 17) sorted by relevance

/third_party/NuttX/fs/vfs/
H A Dfs_lseek.c161 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5hl.c44 #define lseek _lseek macro
/third_party/ffmpeg/libavutil/
H A Dfile_open.c34 #undef lseek macro
/third_party/ffmpeg/libavformat/
H A Dos_support.h46 # undef lseek macro
48 # define lseek(f,p,w) _lseeki64((f), (p), (w)) macro
92 # undef lseek macro
94 # define lseek(f,p,w) lseek64((f), (p), (w)) macro
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc60 #define lseek(fd, offset, origin) ((off_t)-1) macro
/third_party/libfuse/include/
H A Dfuse.h827 off_t (*lseek) (const char *, off_t off, int whence, struct fuse_file_info *); member
H A Dfuse_lowlevel.h1281 void (*lseek) (fuse_req_t req, fuse_ino_t ino, off_t off, int whence, member
/third_party/curl/lib/
H A Dcurl_setup.h390 # undef lseek macro
391 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence) macro
416 # undef lseek macro
417 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence) macro
/third_party/libuv/test/
H A Dtest-fs.c52 # define lseek _lseek macro
/third_party/rust/crates/nix/src/
H A Dunistd.rs1131 pub fn lseek(fd: RawFd, offset: off_t, whence: Whence) -> Result<off_t> { in lseek() functions
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs490 pub fn lseek(fd: ::c_int, offset: c_long, origin: ::c_int) -> c_long; in lseek() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs871 pub fn lseek(arg1: c_int, arg2: __off_t, arg3: c_int) -> __off_t; in lseek() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs651 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs908 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1634 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3616 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() functions
/third_party/sqlite/src/
H A Dsqlite3.c37115 # define lseek global() macro
[all...]

Completed in 197 milliseconds