Searched refs:fseek (Results 1 – 25 of 25) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | rewind.c | 40 (void) fseek(stream, 0L, SEEK_SET); in rewind()
|
D | fsetpos.c | 64 int x = fseek ( iop, *pos, SEEK_SET); in fsetpos()
|
D | fseek.c | 39 #define FSEEK fseek
|
D | CMakeLists.txt | 76 fseek.c
|
D | meson.build | 78 'fseek.c',
|
D | stdio.h | 339 int fseek(FILE *stream, long offset, int whence);
|
/picolibc-latest/newlib/libc/stdio/ |
D | fseek.c | 83 fseek ( in fseek() function
|
D | fsetpos.c | 65 int x = fseek ( iop, *pos, SEEK_SET); in fsetpos()
|
D | rewind.c | 57 (void) fseek ( fp, 0L, SEEK_SET); in rewind()
|
D | fopen.c | 151 fseek ( fp, 0, SEEK_END); in fopen()
|
D | stdio.tex | 68 * Function fseek:: Set file position 196 @include stdio/fseek.def
|
D | meson.build | 61 'fseek.c',
|
D | stdio.h | 380 int fseek (FILE *, long, int);
|
/picolibc-latest/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()
|
D | test-funopen.c | 128 fseek(fp, 0L, SEEK_SET); in main()
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | fseek.c | 51 fseek (register FILE *fp, in fseek() function
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_stdio.c | 164 return ((fseek ((FILE *) xdrs->x_private, (long) pos, 0) < 0) ? in xdrstdio_setpos()
|
/picolibc-latest/newlib/ |
D | README | 324 `--disable-newlib-fseek-optimization' 325 Disable fseek optimization. It can decrease code size of application 326 calling `fseek`.
|
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-latest/ |
D | meson_options.txt | 192 option('newlib-fseek-optimization', type: 'boolean', value: false, 193 description: 'enable fseek optimization')
|
D | meson.build | 457 newlib_fseek_optimization = get_option('newlib-fseek-optimization') 478 error('tinystdio has no fseek support (newlib-fseek-optimization)')
|
D | README.md | 645 %0a formatting, clear EOF status after ungetc/fseek.
|
D | COPYING.picolibc | 976 newlib/libc/tinystdio/fseek.c 2140 newlib/libc/machine/spu/fseek.c 4468 newlib/libc/stdio/fseek.c
|
/picolibc-latest/doc/ |
D | build.md | 108 | newlib-fseek-optimization | false | Enable fseek optimization …
|