/third_party/NuttX/fs/vfs/ |
H A D | fs_lseek.c | 161 off_t lseek(int fd, off_t offset, int whence) in lseek() function
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
H A D | md5hl.c | 44 #define lseek _lseek macro
|
/third_party/ffmpeg/libavutil/ |
H A D | file_open.c | 34 #undef lseek macro
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 46 # 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 D | zero_copy_stream_impl.cc | 60 #define lseek(fd, offset, origin) ((off_t)-1) macro
|
/third_party/libfuse/include/ |
H A D | fuse.h | 827 off_t (*lseek) (const char *, off_t off, int whence, struct fuse_file_info *); member
|
H A D | fuse_lowlevel.h | 1281 void (*lseek) (fuse_req_t req, fuse_ino_t ino, off_t off, int whence, member
|
/third_party/curl/lib/ |
H A D | curl_setup.h | 390 # 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 D | test-fs.c | 52 # define lseek _lseek macro
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 1131 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 D | mod.rs | 490 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 D | mod.rs | 871 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 D | wasi.rs | 651 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 D | mod.rs | 908 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 D | mod.rs | 1634 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 D | mod.rs | 3616 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() functions
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 37115 # define lseek global() macro [all...] |