Searched defs:whence (Results 1 – 6 of 6) sorted by relevance
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/ |
H A D | syscall_lseek.c | 17 long __lseek(int handle, long offset, int whence) in __lseek()
|
/nrf52832-nimble/rt-thread/components/lwp/ |
H A D | lwp_syscall.c | 74 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek()
|
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | dfs_posix.c | 201 off_t lseek(int fd, off_t offset, int whence) in lseek()
|
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/ |
H A D | syscalls.c | 105 _lseek_r(struct _reent *ptr, int fd, _off_t pos, int whence) in _lseek_r()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | fs-ecos.c | 1477 static int jffs2_fo_lseek(struct CYG_FILE_TAG *fp, off_t * apos, int whence) in jffs2_fo_lseek() 1737 static int jffs2_fo_dirlseek(struct CYG_FILE_TAG *fp, off_t * pos, int whence) in jffs2_fo_dirlseek()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | gzio.c | 767 z_off_t ZEXPORT gzseek (file, offset, whence) in gzseek() argument
|