/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __stdio_seek.c | 49 off_t __stdio_seek(FILE *f, off_t off, int whence)
in __stdio_seek() argument
|
H A D | fseek.c | 3 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.c | 49 off_t __stdio_seek(FILE *f, off_t off, int whence)
in __stdio_seek() argument
|
H A D | fseek.c | 3 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.c | 4 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek() argument
|
H A D | fseek.c | 4 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.c | 4 off_t __stdio_seek(FILE *f, off_t off, int whence) in __stdio_seek() argument
|
H A D | fseek.c | 7 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...] |
/third_party/musl/src/unistd/mipsn32/ |
H A D | lseek.c | 4 off_t __lseek(int fd, off_t offset, int whence) in __lseek() argument
|
/third_party/musl/src/unistd/ |
H A D | lseek.c | 4 off_t __lseek(int fd, off_t offset, int whence) in __lseek() argument
|
/third_party/musl/src/unistd/x32/ |
H A D | lseek.c | 4 off_t __lseek(int fd, off_t offset, int whence) in __lseek() argument
|
/kernel/liteos_a/compat/posix/src/ |
H A D | stdio.c | 38 off_t _lseek(int fd, off_t offset, int whence) in _lseek() argument 77 off64_t _lseek64(int fd, int offsetHigh, int offsetLow, off64_t *result, int whence) in _lseek64() argument
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_lseek64.c | 76 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 D | fs_lseek.c | 58 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 D | nfs_flock_func.c | 12 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
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | proc_powerpc.c | 19 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | proc_powerpc.c | 19 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek() argument
|
/third_party/curl/src/ |
H A D | tool_cb_see.c | 50 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
|
/third_party/ffmpeg/tools/ |
H A D | trasher.c | 33 static void checked_seek(FILE *stream, int64_t offset, int whence) in checked_seek() argument
|
/third_party/ltp/testcases/kernel/syscalls/llseek/ |
H A D | llseek02.c | 31 int whence; member
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | llseek.c | 32 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
|
/kernel/linux/linux-5.10/drivers/pnp/isapnp/ |
H A D | proc.c | 17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) in isapnp_proc_bus_lseek() argument
|
/kernel/linux/linux-6.6/drivers/pnp/isapnp/ |
H A D | proc.c | 17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) in isapnp_proc_bus_lseek() argument
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | fmemopen.c | 21 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 D | open_wmemstream.c | 26 static off_t wms_seek(FILE *f, off_t off, int whence) in wms_seek() argument
|