Home
last modified time | relevance | path

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

12345678910>>...12

/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...]
/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
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dlseek.cpp51 SeekPos whence = SeekPos::START; in Sync() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlseek.cpp37 SeekPos whence = static_cast<SeekPos>(pos); in Lseek() local
/foundation/filemanagement/app_file_service/tests/mock/library_func_mock/
H A Dlibrary_func_mock.cpp19 int fseeko(FILE *stream, off_t offset, int whence) in fseeko() argument
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dsystem_function_mock.cpp35 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
/kernel/liteos_a/compat/posix/src/
H A Dstdio.c38 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 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
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dproc_powerpc.c19 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 Dproc_powerpc.c19 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 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

Completed in 8 milliseconds

12345678910>>...12