Home
last modified time | relevance | path

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

12

/picolibc-3.5.0-3.4.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.5.0-3.4.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.5.0-3.4.0/newlib/libc/tinystdio/
Dfreopen.c72 pf->lseek = lseek; in freopen()
Dbufio.c71 if (bf->lseek) in __bufio_flush_locked()
72 (void) (bf->lseek)(bf->fd, bf->pos, SEEK_SET); in __bufio_flush_locked()
189 if (bf->lseek) { in __bufio_seek()
194 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, \
Dstdio_private.h124 lseek, close, rwflags, bflags)
/picolibc-3.5.0-3.4.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.5.0-3.4.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.txt53 lseek.c
Dmeson.build58 'lseek.c',
/picolibc-3.5.0-3.4.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.5.0-3.4.0/newlib/libc/machine/nvptx/
Dmisc.c56 lseek(int fd, off_t offset, int whence) { in lseek() function
/picolibc-3.5.0-3.4.0/newlib/libc/include/
D_syslist.h50 #define _lseek lseek
/picolibc-3.5.0-3.4.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.5.0-3.4.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.5.0-3.4.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.5.0-3.4.0/newlib/libc/search/
Dhash_page.c534 if ((lseek(fd, (off_t)page << hashp->BSHIFT, SEEK_SET) == -1) || in __get_page()
605 if ((lseek(fd, (off_t)page << hashp->BSHIFT, SEEK_SET) == -1) || in __put_page()
Dhash.c536 if ((lseek(fp, (off_t)0, SEEK_SET) == -1) ||
/picolibc-3.5.0-3.4.0/doc/
Dos.md89 off_t lseek (int fd, off_t offset, int whence);
Dbuild.md85 … | true | Provide fopen/fdopen using POSIX I/O (requires open, close, read, write, lseek) |
/picolibc-3.5.0-3.4.0/newlib/libc/xdr/
Dxdr_rec.c375 pos = lseek ((int) (uintptr_t) rstrm->tcp_handle, (off_t) 0, 1); in xdrrec_getpos()
/picolibc-3.5.0-3.4.0/
DCMakeLists.txt91 option(POSIX_IO "Provide fopen/fdopen using POSIX I/O (open, close, read, write, lseek)" ON)
Dmeson_options.txt142 description: 'Provide fopen/fdopen using POSIX I/O (open, close, read, write, lseek)')
DREADME.md848 write and lseek. If -Dposix-console=true is also passed to meson,

12