/picolibc-latest/semihost/fake/ |
D | fake_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-latest/semihost/machine/powerpc/ |
D | powerpc_stub.c | 77 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/ |
D | e9_stub.c | 81 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/ |
D | mips_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-latest/semihost/machine/msp430/ |
D | msp430-stub.c | 81 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/ |
D | sparc_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-latest/semihost/machine/sh/ |
D | sh_stub.c | 82 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/ |
D | lseek64.c | 46 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 | 54 lseek.c
|
D | meson.build | 58 'lseek.c',
|
/picolibc-latest/newlib/libc/stdio/ |
D | stdio.c | 88 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/ |
D | arc_stub.c | 46 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
|
D | arc_lseek.c | 45 lseek(int fd, off_t offset, int whence) in lseek() function
|
/picolibc-latest/semihost/machine/m68k/ |
D | m68k_stub.c | 44 off_t lseek(int fd, off_t offset, int whence) in lseek() function
|
/picolibc-latest/semihost/machine/nios2/ |
D | nios2_stub.c | 44 off_t lseek(int fd, off_t offset, int whence) in lseek() function
|
/picolibc-latest/newlib/libc/machine/nvptx/ |
D | misc.c | 58 lseek(int fd, off_t offset, int whence) { in lseek() function
|
/picolibc-latest/newlib/libc/include/ |
D | _syslist.h | 50 #define _lseek lseek
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | freopen.c | 70 pf->lseek_int = lseek; in freopen()
|
D | stdio_private.h | 207 lseek, close, rwflags, bflags)
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | spu-gmon.c | 191 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/ |
D | unistd.h | 214 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/ |
D | sys.tex | 174 @item lseek 178 int lseek(int file, int ptr, int dir) @{ 323 * Function _lseek_r:: Reentrant version of lseek
|
/picolibc-latest/newlib/libc/search/ |
D | hash_page.c | 528 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/ |
D | os.md | 89 off_t lseek (int fd, off_t offset, int whence);
|