Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dftell.c46 if ((stream->flags & __SEXT) && xf->seek) in ftell()
47 return (FSEEK_TYPE) (xf->seek) (stream, 0, SEEK_CUR); in ftell()
Dfseek.c45 if ((stream->flags & __SEXT) && xf->seek) { in fseek()
46 if ((xf->seek) (stream, (__off_t) offset, whence) >= 0) { in fseek()
Dstdio.h117 __off_t (*seek)(struct __file *, __off_t offset, int whence); member
124 .seek = (_seek), \
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dfopencookie.c236 c->seekfn = functions.seek; in fopencookie()
237 fp->_seek = functions.seek ? fcseeker : NULL; in fopencookie()
239 fp->_seek64 = functions.seek ? fcseeker64 : NULL; in fopencookie()
Dstdio.h649 cookie_seek_function_t *seek; member
/picolibc-3.7.0-3.6.0/test/semihost/
Dmeson.build50 'semihost-seek',
/picolibc-3.7.0-3.6.0/newlib/
Dnewlib.hin38 /* Define if fseek functions support seek optimization. */
DChangeLog-20155651 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/
DCOPYING.picolibc827 test/semihost/semihost-seek.c