Searched refs:fseek (Results 1 - 24 of 24) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dfseek.c32 fseek (fp, offset, whence) function
46 libc_hidden_def (fseek)
H A Dstdio.h128 /* The possibilities for the third argument to `fseek'.
525 extern int fseek (FILE *__stream, long int __off, int __whence) __THROW;
/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp2 Tests of fseek and fseeko.
8 /* gnulib_test_fseek() is inspired by gnulib's test-fseek.c and test-ftell.c:
48 asprintf(&fname, "%s/tst-fseek.XXXXXX", tmpdir);
77 if (fseek(fp, 0, SEEK_CUR) != 0) {
78 printf("%d: fseek(fp, 0, SEEK_CUR) failed\n", __LINE__);
81 printf("%d: fseek() didn't reset EOF flag\n", __LINE__);
94 printf("%d: fseek(fp, 0, SEEK_CUR) failed\n", __LINE__);
97 printf("%d: fseek() didn't reset EOF flag\n", __LINE__);
102 if (fseek(fp, 0, SEEK_SET) != 0) {
103 printf("%d: fseek(f
[all...]
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.h55 void Seek(uint32 pos) { fseek(fFile, pos, SEEK_SET); }
H A DSynthFileReader.cpp116 fseek(fFile, bytes, SEEK_CUR);
123 fseek(fFile, 0, SEEK_SET);
133 fseek(fFile, nextChunk, SEEK_SET);
253 fseek(fFile, 0, SEEK_SET);
311 fseek(fFile, pos, SEEK_SET);
382 fseek(fFile, next, SEEK_SET);
394 fseek(fFile, offset, SEEK_CUR);
/haiku/src/libs/print/libprint/
H A DPackBits.cpp176 fseek(input, 0, SEEK_END);
178 fseek(input, 0, SEEK_SET);
/haiku/headers/cpp/
H A Diostdio.h77 #define fseek _IO_fseek macro
/haiku/src/libs/stdc++/legacy/
H A Dstdiostream.cc103 return fseek(_file, offset, fdir);
/haiku/src/bin/unzip/
H A Dcrypt.c241 if (fseek(source, (long)(4 + LOCHEAD + (ulg)z->nam + (ulg)z->ext),
255 if ((flag & 8) != 0 && fseek(source, 16L, SEEK_CUR)) {
280 fseek(source, (long)(4 + LOCHEAD + (ulg)z->nam + (ulg)z->ext),
311 if (fseek(source, offset, SEEK_SET)) {
337 if ((flag & 8) != 0 && fseek(source, 16L, SEEK_CUR)) {
H A Dcryptf.c244 if (fseek(source, (long)(4 + LOCHEAD + (ulg)z->nam + (ulg)z->ext),
258 if ((flag & 8) != 0 && fseek(source, 16L, SEEK_CUR)) {
283 fseek(source, (long)(4 + LOCHEAD + (ulg)z->nam + (ulg)z->ext),
314 if (fseek(source, offset, SEEK_SET)) {
340 if ((flag & 8) != 0 && fseek(source, 16L, SEEK_CUR)) {
H A Dextract.c510 fseek((FILE *)G.zipfd, (LONGINT)cd_bufstart, SEEK_SET);
909 fseek((FILE *)G.zipfd, (LONGINT)bufstart, SEEK_SET);
H A Dprocess.c931 fseek((FILE *)G.zipfd, G.ziplen-tail_len, SEEK_SET);
H A Dunzpriv.h2123 # define lseek(fd,o,w) fseek((FILE *)(fd),(o),(w))
H A Dfileio.c689 fseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
/haiku/headers/private/kernel/boot/
H A Dstdio.h63 extern int fseek(FILE *stream, long offset, int seekType);
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h104 libc_hidden_proto (fseek)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h406 fseek (
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp188 return fseek(m_pFile, nDistance, nMoveMode);
/haiku/headers/posix/
H A Dstdio.h127 extern int fseek(FILE *stream, long offset, int seekType);
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp3054 fseek(ifp, get4()+base, SEEK_SET);
3138 fseek (ifp, 78, SEEK_CUR);
3145 fseek (ifp, 52, SEEK_CUR);
3147 fseek (ifp, 114, SEEK_CUR);
3257 fseek (ifp, j, SEEK_SET);
3273 fseek (ifp, 16, SEEK_CUR);
3275 fseek (ifp, 28, SEEK_CUR);
3287 fseek(ifp, sony_offset, SEEK_SET);
3293 fseek(ifp, 0, SEEK_SET);
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp553 fseek(fd, 0l, SEEK_END);
555 fseek(fd, 0l, SEEK_SET);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1793 void fseek() {} function
H A Dlibroot_stubs_legacy.c1740 void fseek() {} function
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h2909 fseek(fp, 0, SEEK_END);
2911 fseek(fp, 0, SEEK_SET);

Completed in 190 milliseconds