Searched refs:_off_t (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | ftello.c | 84 _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()
|
D | stdio.c | 88 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()
|
D | stdio.h | 134 _off_t _offset; /* current lseek offset */ 404 int fseeko (FILE *, _off_t, int); 405 _off_t ftello (FILE *);
|
D | fseeko.c | 97 _off_t offset, in fseeko()
|
/picolibc-latest/newlib/libc/include/sys/ |
D | _types.h | 81 typedef long _off_t; typedef 147 typedef _off_t __off_t;
|
D | unistd.h | 307 _off_t lseek (int __fildes, _off_t __offset, int __whence);
|
/picolibc-latest/newlib/libc/stdio64/ |
D | fseeko64.c | 106 if ((_off_t) offset != offset) in fseeko64()
|
/picolibc-latest/newlib/libc/locale/ |
D | nl_langinfo.c | 47 _off_t offset;
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 3367 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 …]
|