Home
last modified time | relevance | path

Searched refs:fseek (Results 1 – 25 of 25) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dfseeko.c37 #define fseek fseeko macro
Drewind.c40 (void) fseek(stream, 0L, SEEK_SET); in rewind()
Dfseek.c42 int fseek(FILE *stream, FSEEK_TYPE offset, int whence) in fseek() function
DCMakeLists.txt75 fseek.c
Dmeson.build75 'fseek.c',
Dstdio.h308 int fseek(FILE *stream, long offset, int whence);
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dfseek.c84 fseek ( in fseek() function
Dfsetpos.c66 int x = fseek ( iop, *pos, SEEK_SET); in fsetpos()
Drewind.c58 (void) fseek ( fp, 0L, SEEK_SET); in rewind()
Dfopen.c152 fseek ( fp, 0, SEEK_END); in fopen()
Dstdio.tex68 * fseek:: Set file position
196 @include stdio/fseek.def
Dmeson.build59 'fseek.c',
Dstdio.h382 int fseek (FILE *, long, int);
/picolibc-3.7.0-3.6.0/test/
Dtest-fread-fwrite.c159 fseek(f, size * offsets[op] - offset, SEEK_CUR); in main()
180 fseek(f, size * offsets[op] - offset, SEEK_CUR); in main()
219 fseek(f, write_offset, SEEK_SET); in main()
228 fseek(f, read_offset, SEEK_SET); in main()
Dposix-io.c87 if (fseek(f, 2, SEEK_SET)) { in main()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dfseek.c50 fseek (register FILE *fp, in fseek() function
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_stdio.c164 return ((fseek ((FILE *) xdrs->x_private, (long) pos, 0) < 0) ? in xdrstdio_setpos()
/picolibc-3.7.0-3.6.0/
Dmeson_options.txt181 option('newlib-fseek-optimization', type: 'boolean', value: false,
182 description: 'enable fseek optimization')
Dmeson.build424 newlib_fseek_optimization = get_option('newlib-fseek-optimization')
445 error('tinystdio has no fseek support (newlib-fseek-optimization)')
DREADME.md517 %0a formatting, clear EOF status after ungetc/fseek.
DCOPYING.picolibc1006 newlib/libc/tinystdio/fseek.c
2056 newlib/libc/machine/spu/fseek.c
4374 newlib/libc/stdio/fseek.c
/picolibc-3.7.0-3.6.0/newlib/
DREADME324 `--disable-newlib-fseek-optimization'
325 Disable fseek optimization. It can decrease code size of application
326 calling `fseek`.
Dnewlib.hin38 /* Define if fseek functions support seek optimization. */
DChangeLog-2015424 * libc/stdio/fseek.c: Add missing semicolons to prototypes in
3114 * configure.in (--disable-newlib-fseek-optimization): New option.
3117 control fseek optimization.
3371 * libc/stdio/fseek.c: Use _fseeko_r().
4352 * libc/stdio/fseek.c: Ditto.
5495 * libc/stdio/fseek.c: Ditto.
6270 * libc/stdio/fseek.c: Ditto.
7335 * libc/stdio/fseek.c: Ditto.
7431 * libc/stdio/fseek.c (_fseek_r): Reset _mbstate.
7572 * libc/stdio/fseek.c (_fseek_r): Drop checking __SMOD flag.
[all …]
/picolibc-3.7.0-3.6.0/doc/
Dbuild.md108 | newlib-fseek-optimization | false | Enable fseek optimization …