Home
last modified time | relevance | path

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

12

/third_party/NuttX/fs/vfs/
H A Dfs_lseek.c161 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/base/security/dlp_permission_service/frameworks/test/mock/
H A Dfile_io_mock.cpp31 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
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c154 static loff_t lseek(struct file *file, loff_t off, int whence) in lseek() function
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.h60 off_t (*lseek)(struct File *, off_t, int); member
H A Dvfs_fs.c667 off_t lseek(int fd, off_t off, int whence) in lseek() function
[all...]
/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.h39 off_t (*lseek)(struct TagFile *, off_t, S32); member
/third_party/ffmpeg/libavutil/
H A Dfile_open.c34 #undef lseek macro
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Duser_syms.c67 EXPORT_SYMBOL_PROTO(lseek); variable
/kernel/uniproton/src/fs/
H A Dfs.c59 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/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
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h592 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/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
/kernel/linux/linux-5.10/tools/include/nolibc/
H A Dnolibc.h1999 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/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

Completed in 40 milliseconds

12