/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...] |
H A D | open_wmemstream.c | 26 static off_t wms_seek(FILE *f, off_t off, int whence) in wms_seek() argument
|
H A D | open_memstream.c | 23 static off_t ms_seek(FILE *f, off_t off, int whence) in ms_seek() argument
|
/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
|
/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
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/utils/file/src/ |
H A D | hal_file.c | 50 int HalFileSeek(int fd, int offset, unsigned int whence)
in HalFileSeek() 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
|
/device/qemu/esp32/adapter/hals/utils/file/src/ |
H A D | hal_file.c | 77 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek() argument
|
/device/qemu/SmartL_E802/adapter/hals/utils/file/src/ |
H A D | hal_file.c | 77 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek() 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
|