Searched refs:_fpos_t (Results 1 – 19 of 19) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | ftello.c | 89 _fpos_t pos; in ftello() 109 pos = fp->_seek (fp->_cookie, (_fpos_t) 0, SEEK_END); in ftello() 110 if (pos == (_fpos_t) -1) in ftello() 120 pos = fp->_seek (fp->_cookie, (_fpos_t) 0, SEEK_CUR); in ftello() 121 if (pos == (_fpos_t) -1) in ftello()
|
D | fseeko.c | 88 #define POS_ERR (-(_fpos_t)1) 101 _fpos_t (*seekfn) (void *, _fpos_t, int); in fseeko() 103 _fpos_t target; in fseeko() 111 _fpos_t curoff = 0; in fseeko() 156 curoff = seekfn (fp->_cookie, (_fpos_t) 0, SEEK_CUR); in fseeko()
|
D | fopencookie.c | 136 static _fpos_t 139 _fpos_t pos, in fcseeker() 153 else if ((_fpos_t)offset != offset) in fcseeker() 159 return (_fpos_t) offset; in fcseeker()
|
D | fsetpos.c | 64 const _fpos_t * pos) in fsetpos()
|
D | fgetpos.c | 70 _fpos_t *__restrict pos) in fgetpos()
|
D | stdio.c | 107 _fpos_t 110 _fpos_t offset, in __sseek()
|
D | ftell.c | 89 _fpos_t pos; in ftell()
|
D | funopen.c | 135 static _fpos_t 138 _fpos_t off, in funseeker() 152 else if ((_fpos_t)result != result) in funseeker()
|
D | fmemopen.c | 160 static _fpos_t 163 _fpos_t pos, in fmemseeker() 188 else if ((_fpos_t) offset != offset) in fmemseeker() 208 return (_fpos_t) offset; in fmemseeker()
|
D | open_memstream.c | 149 static _fpos_t 152 _fpos_t pos, in memseeker() 173 else if ((_fpos_t) offset != offset) in memseeker() 210 return (_fpos_t) offset; in memseeker()
|
D | stdio.h | 101 _fpos_t (*_seek) (void *, _fpos_t, int); 151 _fpos_t (*_seek) (void *, _fpos_t, int); 215 typedef _fpos_t fpos_t; 378 int fgetpos (FILE *, _fpos_t *); 384 int fsetpos (FILE *, const _fpos_t *);
|
D | local.h | 178 extern _fpos_t __sseek (void *, _fpos_t, int);
|
D | fflush.c | 135 _fpos_t curoff; in _sflush()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/machine/ |
D | _types.h | 45 } _fpos_t; typedef 49 typedef _fpos_t _fpos64_t;
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | fsetpos.c | 42 const _fpos_t *pos; 49 const _fpos_t * pos) in fsetpos()
|
D | fgetpos.c | 41 _fpos_t * pos; 48 _fpos_t *__restrict pos) in fgetpos()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | _types.h | 167 typedef long _fpos_t; /* XXX must match off_t in <sys/types.h> */ typedef
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | stdio.h | 302 __extension__ typedef _fpos_t fpos_t;
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 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. 9601 * libc/sys/linux/sys/_types.h: Add _fpos_t and _fpos64_t 9610 * libc/include/sys/reent.h: Remove _fpos_t and _fpos64_t. 9611 * libc/include/sys/_types.h: Move _fpos_t and _fpos64_t to here, 9614 typedefs for _fpos_t and _fpos64_t. 15938 with internal (_fpos_t and _off_t) datatypes when compiling newlib. 15945 * libc/stdio/fgetpos.c (fgetpos): Use _fpos_t instead of fpos_t.
|