Searched refs:fseek (Results 1 – 25 of 25) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | fseeko.c | 37 #define fseek fseeko macro
|
D | rewind.c | 40 (void) fseek(stream, 0L, SEEK_SET); in rewind()
|
D | fseek.c | 42 int fseek(FILE *stream, FSEEK_TYPE offset, int whence) in fseek() function
|
D | CMakeLists.txt | 75 fseek.c
|
D | meson.build | 75 'fseek.c',
|
D | stdio.h | 308 int fseek(FILE *stream, long offset, int whence);
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | fseek.c | 84 fseek ( in fseek() function
|
D | fsetpos.c | 66 int x = fseek ( iop, *pos, SEEK_SET); in fsetpos()
|
D | rewind.c | 58 (void) fseek ( fp, 0L, SEEK_SET); in rewind()
|
D | fopen.c | 152 fseek ( fp, 0, SEEK_END); in fopen()
|
D | stdio.tex | 68 * fseek:: Set file position 196 @include stdio/fseek.def
|
D | meson.build | 59 'fseek.c',
|
D | stdio.h | 382 int fseek (FILE *, long, int);
|
/picolibc-3.7.0-3.6.0/test/ |
D | test-fread-fwrite.c | 159 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()
|
D | posix-io.c | 87 if (fseek(f, 2, SEEK_SET)) { in main()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | fseek.c | 50 fseek (register FILE *fp, in fseek() function
|
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/ |
D | xdr_stdio.c | 164 return ((fseek ((FILE *) xdrs->x_private, (long) pos, 0) < 0) ? in xdrstdio_setpos()
|
/picolibc-3.7.0-3.6.0/ |
D | meson_options.txt | 181 option('newlib-fseek-optimization', type: 'boolean', value: false, 182 description: 'enable fseek optimization')
|
D | meson.build | 424 newlib_fseek_optimization = get_option('newlib-fseek-optimization') 445 error('tinystdio has no fseek support (newlib-fseek-optimization)')
|
D | README.md | 517 %0a formatting, clear EOF status after ungetc/fseek.
|
D | COPYING.picolibc | 1006 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/ |
D | README | 324 `--disable-newlib-fseek-optimization' 325 Disable fseek optimization. It can decrease code size of application 326 calling `fseek`.
|
D | newlib.hin | 38 /* Define if fseek functions support seek optimization. */
|
D | ChangeLog-2015 | 424 * 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/ |
D | build.md | 108 | newlib-fseek-optimization | false | Enable fseek optimization …
|