Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Dsyscall_lseek.c17 long __lseek(int handle, long offset, int whence) in __lseek()
/nrf52832-nimble/rt-thread/components/lwp/
H A Dlwp_syscall.c74 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek()
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs_posix.c201 off_t lseek(int fd, off_t offset, int whence) in lseek()
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/
H A Dsyscalls.c105 _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 Dfs-ecos.c1477 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 Dgzio.c767 z_off_t ZEXPORT gzseek (file, offset, whence) in gzseek() argument