Home
last modified time | relevance | path

Searched refs:_off_t (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dftello.c84 _off_t
100 return (_off_t) -1; in ftello()
112 return (_off_t) -1; in ftello()
123 return (_off_t) -1; in ftello()
148 return (_off_t) pos; in ftello()
Dstdio.c88 lseek (fp->_file, (_off_t) 0, SEEK_END); in __swrite()
113 register _off_t ret; in __sseek()
115 ret = lseek (fp->_file, (_off_t) offset, whence); in __sseek()
Dstdio.h134 _off_t _offset; /* current lseek offset */
404 int fseeko (FILE *, _off_t, int);
405 _off_t ftello (FILE *);
Dfseeko.c97 _off_t offset, in fseeko()
/picolibc-latest/newlib/libc/include/sys/
D_types.h81 typedef long _off_t; typedef
147 typedef _off_t __off_t;
Dunistd.h307 _off_t lseek (int __fildes, _off_t __offset, int __whence);
/picolibc-latest/newlib/libc/stdio64/
Dfseeko64.c106 if ((_off_t) offset != offset) in fseeko64()
/picolibc-latest/newlib/libc/locale/
Dnl_langinfo.c47 _off_t offset;
/picolibc-latest/newlib/
DChangeLog-20153367 from int to _off_t.
4574 * libc/sys/rtems/machine/_types.h: Provide _mode_t, _fpos_t, _off_t.
4576 Let arm, i386, m68k, mips, PPC, sparc use 64bit _off_t, _fpos_t.
15915 __d_position member to _off_t.
15938 with internal (_fpos_t and _off_t) datatypes when compiling newlib.
15939 * libc/include/sys/unistd.h: Declare _lseek using _off_t.
15940 * libc/reent/lseekr.c (_lseek_r): Use _off_t instead of off_t.
15949 * libc/stdio/local.h: Declare __sseek using _off_t.
15953 * libc/reent/lseekr.c (lseek_r): Use _off_t instead of off_t.
24738 * libc/include/sys/_types.h (_off_t): _off_t back to 32 bits.
[all …]