Searched refs:seek (Results 1 – 9 of 9) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | ftell.c | 46 if ((stream->flags & __SEXT) && xf->seek) in ftell() 47 return (FSEEK_TYPE) (xf->seek) (stream, 0, SEEK_CUR); in ftell()
|
D | fseek.c | 45 if ((stream->flags & __SEXT) && xf->seek) { in fseek() 46 if ((xf->seek) (stream, (__off_t) offset, whence) >= 0) { in fseek()
|
D | stdio.h | 117 __off_t (*seek)(struct __file *, __off_t offset, int whence); member 124 .seek = (_seek), \
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | fopencookie.c | 236 c->seekfn = functions.seek; in fopencookie() 237 fp->_seek = functions.seek ? fcseeker : NULL; in fopencookie() 239 fp->_seek64 = functions.seek ? fcseeker64 : NULL; in fopencookie()
|
D | stdio.h | 649 cookie_seek_function_t *seek; member
|
/picolibc-3.7.0-3.6.0/test/semihost/ |
D | meson.build | 50 'semihost-seek',
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | newlib.hin | 38 /* Define if fseek functions support seek optimization. */
|
D | ChangeLog-2015 | 5651 low-level seek error condition. Restore old errno in case of 5652 success. Don't use new position after seek as error condition, 12039 seek, turn off the __SNPT no-optimization flag. 19422 when forced to seek outside of current buffer contents. 23861 * libc/stdio/fseek.c: add fflush call to adjust seek offset
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 827 test/semihost/semihost-seek.c
|