Searched refs:_fpos64_t (Results 1 – 16 of 16) sorted by relevance
/picolibc-latest/newlib/libc/stdio64/ |
D | ftello64.c | 82 _fpos64_t pos; in ftello64() 106 pos = fp->_seek64 (fp->_cookie, (_fpos64_t) 0, SEEK_END); in ftello64() 107 if (pos == (_fpos64_t) -1) in ftello64() 117 pos = fp->_seek64 (fp->_cookie, (_fpos64_t) 0, SEEK_CUR); in ftello64() 118 if (pos == (_fpos64_t) -1) in ftello64()
|
D | fseeko64.c | 79 #define POS_ERR (-(_fpos64_t)1) 94 _fpos64_t (*seekfn) (void *, _fpos64_t, int); in fseeko64() 95 _fpos64_t curoff; in fseeko64() 97 _fpos64_t target; in fseeko64() 158 curoff = seekfn (fp->_cookie, (_fpos64_t) 0, SEEK_CUR); in fseeko64() 246 curoff = seekfn (fp->_cookie, (_fpos64_t)0, SEEK_CUR); in fseeko64() 304 curoff = target & ~((_fpos64_t)(fp->_blksize - 1)); in fseeko64()
|
D | fgetpos64.c | 67 _fpos64_t * pos) in fgetpos64() 69 *pos = (_fpos64_t)ftello64 (fp); in fgetpos64()
|
D | stdio64.c | 35 _fpos64_t offset, in __sseek64() 42 if (ret == (_fpos64_t)-1L) in __sseek64()
|
D | fsetpos64.c | 63 const _fpos64_t * pos) in fsetpos64()
|
/picolibc-latest/newlib/libc/stdio/ |
D | funopen.c | 93 typedef _fpos64_t (*funseek)(void *_cookie, _fpos64_t _off, int _whence); 148 _fpos64_t result; in funseeker() 150 if ((result = c->seekfn (c->cookie, (_fpos64_t) off, whence)) < 0 && errno) in funseeker() 162 static _fpos64_t 165 _fpos64_t off, in funseeker64() 168 _fpos64_t result; in funseeker64()
|
D | fopencookie.c | 163 static _fpos64_t 166 _fpos64_t pos, in fcseeker64() 174 return (_fpos64_t) offset; in fcseeker64()
|
D | stdio.h | 180 _fpos64_t (*_seek64) (void *, _fpos64_t, int); 214 typedef _fpos64_t fpos64_t; 574 int fgetpos64 (FILE *, _fpos64_t *); 575 int fsetpos64 (FILE *, const _fpos64_t *); 599 _fpos64_t (*__seekfn)(void *__c, _fpos64_t __off, int __whence), 606 _fpos64_t (*__seekfn)(void *__c, _fpos64_t __off, int __whence),
|
D | fmemopen.c | 214 static _fpos64_t 217 _fpos64_t pos, in fmemseeker64() 250 return (_fpos64_t) offset; in fmemseeker64()
|
D | open_memstream.c | 222 static _fpos64_t 225 _fpos64_t pos, in memseeker64() 276 return (_fpos64_t) offset; in memseeker64()
|
D | local.h | 198 extern _fpos64_t __sseek64 (void *, _fpos64_t, int);
|
D | fflush.c | 132 _fpos64_t curoff; in _sflush()
|
/picolibc-latest/newlib/libc/machine/spu/machine/ |
D | _types.h | 49 typedef _fpos_t _fpos64_t; typedef
|
/picolibc-latest/newlib/libc/include/sys/ |
D | _types.h | 166 typedef _off64_t _fpos64_t; typedef
|
/picolibc-latest/test/ |
D | test-funopen.c | 45 # define SEEK_T _fpos64_t
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 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. 15982 * libc/stdio64/local64.h: Use _fpos64_t instead of fpos64_t.
|