Home
last modified time | relevance | path

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

12

/picolibc-3.7.0-3.6.0/semihost/fake/
Dfake_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-3.7.0-3.6.0/semihost/machine/powerpc/
Dpowerpc_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-3.7.0-3.6.0/newlib/libc/tinystdio/
Dfreopen.c69 pf->lseek = lseek; in freopen()
Dbufio.c67 if (bf->lseek) in __bufio_flush_locked()
68 (void) (bf->lseek)(bf->fd, bf->pos, SEEK_SET); in __bufio_flush_locked()
200 if (!bf->lseek) in __bufio_seek()
225 ret = (bf->lseek)(bf->fd, offset, whence); in __bufio_seek()
Dstdio-bufio.h58 __off_t (*lseek)(int fd, __off_t offset, int whence); member
81 .lseek = _lseek, \
/picolibc-3.7.0-3.6.0/semihost/machine/msp430/
Dmsp430-stub.c80 off_t lseek(int fd, off_t offset, int whence) in lseek() function
90 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-3.7.0-3.6.0/semihost/machine/sparc/
Dsparc_stub.c80 off_t lseek(int fd, off_t offset, int whence) in lseek() function
90 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-3.7.0-3.6.0/semihost/machine/mips/
Dmips_stub.c80 off_t lseek(int fd, off_t offset, int whence) in lseek() function
90 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-3.7.0-3.6.0/semihost/machine/x86/
De9_stub.c80 off_t lseek(int fd, off_t offset, int whence) in lseek() function
90 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
/picolibc-3.7.0-3.6.0/semihost/machine/sh/
Dsh_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-3.7.0-3.6.0/semihost/
Dlseek64.c45 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-3.7.0-3.6.0/semihost/machine/arc/
Darc_stub.c45 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-3.7.0-3.6.0/newlib/libc/stdio/
Dstdio.c89 lseek (fp->_file, (_off_t) 0, SEEK_END); in __swrite()
116 ret = lseek (fp->_file, (_off_t) offset, whence); in __sseek()
/picolibc-3.7.0-3.6.0/semihost/machine/m68k/
Dm68k_stub.c45 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/picolibc-3.7.0-3.6.0/semihost/machine/nios2/
Dnios2_stub.c45 off_t lseek(int fd, off_t offset, int whence) in lseek() function
/picolibc-3.7.0-3.6.0/newlib/libc/machine/nvptx/
Dmisc.c56 lseek(int fd, off_t offset, int whence) { in lseek() function
/picolibc-3.7.0-3.6.0/newlib/libc/include/
D_syslist.h50 #define _lseek lseek
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dspu-gmon.c189 lseek (fd, hist_size, SEEK_CUR); in write_histogram()
234 if (lseek (fd, 0, SEEK_SET) == -1) in __mcleanup()
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dunistd.h185 off_t lseek (int __fildes, off_t __offset, int __whence);
284 _off_t lseek (int __fildes, _off_t __offset, int __whence);
/picolibc-3.7.0-3.6.0/newlib/libc/
Dsys.tex174 @item lseek
178 int lseek(int file, int ptr, int dir) @{
323 * _lseek_r:: Reentrant version of lseek
/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash_page.c535 if ((lseek(fd, (off_t)page << hashp->BSHIFT, SEEK_SET) == -1) || in __get_page()
606 if ((lseek(fd, (off_t)page << hashp->BSHIFT, SEEK_SET) == -1) || in __put_page()

12