Home
last modified time | relevance | path

Searched defs:whence (Results 1 - 25 of 132) sorted by relevance

123456

/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdio_seek.c49 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek() argument
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
36 int fseek(FILE *f, long off, int whence) in fseek() argument
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_seek.c49 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek() argument
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
36 int fseek(FILE *f, long off, int whence) in fseek() argument
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__stdio_seek.c4 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek() argument
H A Dfseek.c4 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
34 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
43 int fseek(FILE *f, long off, int whence) in fseek() argument
[all...]
/third_party/musl/src/stdio/
H A D__stdio_seek.c4 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek() argument
H A Dfseek.c7 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() argument
37 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() argument
49 int fseek(FILE *f, long off, int whence) in fseek() argument
[all...]
H A Dopen_wmemstream.c26 static off_t wms_seek(FILE *f, off_t off, int whence) in wms_seek() argument
H A Dopen_memstream.c23 static off_t ms_seek(FILE *f, off_t off, int whence) in ms_seek() argument
/third_party/musl/src/unistd/mipsn32/
H A Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek() argument
/third_party/musl/src/unistd/
H A Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek() argument
/third_party/musl/src/unistd/x32/
H A Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek() argument
/third_party/NuttX/fs/vfs/
H A Dfs_lseek64.c76 off64_t file_seek64(struct file *filep, off64_t offset, int whence) in file_seek64() argument
181 off64_t lseek64(int fd, off64_t offset, int whence) in lseek64() argument
H A Dfs_lseek.c58 off_t file_seek(struct file *filep, off_t offset, int whence) in file_seek() argument
161 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
/third_party/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock_func.c12 int lock_reg(int fd, int type, off_t offset, int whence, off_t len, int cmd) in lock_reg() argument
24 int lock_test(int fd, int type, off_t offset, int whence, int len) in lock_test() argument
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/utils/file/src/
H A Dhal_file.c50 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek() argument
/third_party/curl/src/
H A Dtool_cb_see.c50 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
/third_party/ffmpeg/tools/
H A Dtrasher.c33 static void checked_seek(FILE *stream, int64_t offset, int whence) in checked_seek() argument
/third_party/ltp/testcases/kernel/syscalls/llseek/
H A Dllseek02.c31 int whence; member
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dllseek.c32 static off_t my_lseek(int fd, off_t off, int whence) in my_lseek() argument
37 static off_t my_lseek(int fd, off_t off, int whence) in my_lseek() argument
/device/qemu/esp32/adapter/hals/utils/file/src/
H A Dhal_file.c77 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek() argument
/device/qemu/SmartL_E802/adapter/hals/utils/file/src/
H A Dhal_file.c77 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek() argument
/third_party/musl/porting/linux/user/src/stdio/
H A Dfmemopen.c21 static off_t mseek(FILE *f, off_t off, int whence) in mseek() argument
/third_party/musl/porting/liteos_a/user/src/stdio/
H A Dopen_wmemstream.c26 static off_t wms_seek(FILE *f, off_t off, int whence) in wms_seek() argument

Completed in 5 milliseconds

123456