/picolibc-3.7.0-3.6.0/newlib/libc/stdio64/ |
D | stdio64.c | 30 _off64_t lseek64(int fd, _off64_t offset, int whence); 41 ret = lseek64 (fp->_file, (_off64_t) offset, whence); in __sseek64() 65 (void) lseek64 (fp->_file, (_off64_t)0, SEEK_END); in __swrite64()
|
/picolibc-3.7.0-3.6.0/semihost/ |
D | lseek64.c | 43 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
D | CMakeLists.txt | 55 lseek64.c
|
D | meson.build | 59 'lseek64.c',
|
/picolibc-3.7.0-3.6.0/semihost/machine/arc/ |
D | arc_stub.c | 43 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/m68k/ |
D | m68k_stub.c | 47 return (off_t) lseek64(fd, (_off64_t) offset, whence); in lseek()
|
D | m68k_lseek.c | 47 lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/nios2/ |
D | nios2_stub.c | 47 return (off_t) lseek64(fd, (_off64_t) offset, whence); in lseek()
|
D | nios2_lseek.c | 47 lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/semihost/fake/ |
D | fake_stub.c | 83 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/powerpc/ |
D | powerpc_stub.c | 84 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/msp430/ |
D | msp430-stub.c | 88 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/sparc/ |
D | sparc_stub.c | 88 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/mips/ |
D | mips_stub.c | 88 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/x86/ |
D | e9_stub.c | 88 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/semihost/machine/sh/ |
D | sh_stub.c | 89 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() function
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | unistd.h | 286 _off64_t lseek64 (int __filedes, _off64_t __offset, int __whence);
|
/picolibc-3.7.0-3.6.0/newlib/libc/ |
D | sys.tex | 321 * _lseek64_r:: Reentrant version of lseek64
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 1110 semihost/lseek64.c
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 17330 * libc/sys/linux/io64.c: Add weak aliases for lseek64, fstat64, and 18116 * libc/sys/linux/io64.c: Add __libc_ prefix to lseek64 and open64
|