Home
last modified time | relevance | path

Searched refs:lseek (Results 1 – 25 of 33) sorted by relevance

12

/picolibc-latest/semihost/fake/
Dfake_stub.c76 off_t lseek(int fd, off_t offset, int whence) in lseek() function
86 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-latest/semihost/machine/powerpc/
Dpowerpc_stub.c77 off_t lseek(int fd, off_t offset, int whence) in lseek() function
87 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-latest/semihost/machine/x86/
De9_stub.c81 off_t lseek(int fd, off_t offset, int whence) in lseek() function
91 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-latest/semihost/machine/mips/
Dmips_stub.c75 off_t lseek(int fd, off_t offset, int whence) in lseek() function
85 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-latest/semihost/machine/msp430/
Dmsp430-stub.c81 off_t lseek(int fd, off_t offset, int whence) in lseek() function
91 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-latest/semihost/machine/sparc/
Dsparc_stub.c75 off_t lseek(int fd, off_t offset, int whence) in lseek() function
85 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-latest/semihost/machine/sh/
Dsh_stub.c82 off_t lseek(int fd, off_t offset, int whence) in lseek() function
92 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-latest/semihost/
Dlseek64.c46 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
Dlseek.c43 off_t lseek(int fd, off_t offset, int whence) in lseek() function
DCMakeLists.txt54 lseek.c
Dmeson.build58 'lseek.c',
/picolibc-latest/newlib/libc/stdio/
Dstdio.c88 lseek (fp->_file, (_off_t) 0, SEEK_END); in __swrite()
115 ret = lseek (fp->_file, (_off_t) offset, whence); in __sseek()
/picolibc-latest/semihost/machine/arc/
Darc_stub.c46 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
Darc_lseek.c45 lseek(int fd, off_t offset, int whence) in lseek() function
/picolibc-latest/semihost/machine/m68k/
Dm68k_stub.c44 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/picolibc-latest/semihost/machine/nios2/
Dnios2_stub.c44 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/picolibc-latest/newlib/libc/machine/nvptx/
Dmisc.c58 lseek(int fd, off_t offset, int whence) { in lseek() function
/picolibc-latest/newlib/libc/include/
D_syslist.h50 #define _lseek lseek
/picolibc-latest/newlib/libc/tinystdio/
Dfreopen.c70 pf->lseek_int = lseek; in freopen()
Dstdio_private.h207 lseek, close, rwflags, bflags)
/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c191 lseek (fd, hist_size, SEEK_CUR); in write_histogram()
236 if (lseek (fd, 0, SEEK_SET) == -1) in __mcleanup()
/picolibc-latest/newlib/libc/include/sys/
Dunistd.h214 off_t lseek (int __fildes, off_t __offset, int __whence);
307 _off_t lseek (int __fildes, _off_t __offset, int __whence);
/picolibc-latest/newlib/libc/
Dsys.tex174 @item lseek
178 int lseek(int file, int ptr, int dir) @{
323 * Function _lseek_r:: Reentrant version of lseek
/picolibc-latest/newlib/libc/search/
Dhash_page.c528 if ((lseek(fd, (off_t)page << hashp->BSHIFT, SEEK_SET) == -1) || in __get_page()
599 if ((lseek(fd, (off_t)page << hashp->BSHIFT, SEEK_SET) == -1) || in __put_page()
/picolibc-latest/doc/
Dos.md89 off_t lseek (int fd, off_t offset, int whence);

12