/picolibc-3.5.0-3.4.0/semihost/fake/ |
D | fake_stub.c | 75 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/ |
D | powerpc_stub.c | 76 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/ |
D | freopen.c | 72 pf->lseek = lseek; in freopen()
|
D | bufio.c | 71 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()
|
D | stdio-bufio.h | 58 __off_t (*lseek)(int fd, __off_t offset, int whence); member 81 .lseek = _lseek, \
|
D | stdio_private.h | 124 lseek, close, rwflags, bflags)
|
/picolibc-3.5.0-3.4.0/semihost/machine/x86/ |
D | e9_stub.c | 80 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/ |
D | lseek64.c | 45 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
|
D | lseek.c | 43 off_t lseek(int fd, off_t offset, int whence) in lseek() function
|
D | CMakeLists.txt | 53 lseek.c
|
D | meson.build | 58 'lseek.c',
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | stdio.c | 89 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/ |
D | misc.c | 56 lseek(int fd, off_t offset, int whence) { in lseek() function
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | _syslist.h | 50 #define _lseek lseek
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/ |
D | spu-gmon.c | 189 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/ |
D | unistd.h | 185 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/ |
D | sys.tex | 174 @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/ |
D | hash_page.c | 534 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()
|
D | hash.c | 536 if ((lseek(fp, (off_t)0, SEEK_SET) == -1) ||
|
/picolibc-3.5.0-3.4.0/doc/ |
D | os.md | 89 off_t lseek (int fd, off_t offset, int whence);
|
D | build.md | 85 … | true | Provide fopen/fdopen using POSIX I/O (requires open, close, read, write, lseek) |
|
/picolibc-3.5.0-3.4.0/newlib/libc/xdr/ |
D | xdr_rec.c | 375 pos = lseek ((int) (uintptr_t) rstrm->tcp_handle, (off_t) 0, 1); in xdrrec_getpos()
|
/picolibc-3.5.0-3.4.0/ |
D | CMakeLists.txt | 91 option(POSIX_IO "Provide fopen/fdopen using POSIX I/O (open, close, read, write, lseek)" ON)
|
D | meson_options.txt | 142 description: 'Provide fopen/fdopen using POSIX I/O (open, close, read, write, lseek)')
|
D | README.md | 848 write and lseek. If -Dposix-console=true is also passed to meson,
|