/haiku/src/tests/system/libroot/posix/ |
H A D | fseek_test.cpp | 77 if (fseek(fp, 0, SEEK_CUR) != 0) { in glibc_test() 102 if (fseek(fp, 0, SEEK_SET) != 0) { in glibc_test() 138 if (fseek(fp, -((int) sizeof(outstr) - 1), SEEK_CUR) != 0) { in glibc_test() 174 if (fseek(fp, -((int) sizeof(outstr) - 1), SEEK_END) != 0) { in glibc_test() 246 if (fseek(fp, -(2 + 2 * (sizeof(outstr) - 1)), SEEK_CUR) != 0) { in glibc_test() 292 } else if (fseek(fp, -(2 + 2 * (sizeof(outstr) - 1)), SEEK_END) != 0) { in glibc_test() 390 ASSERT(fseek(fp, 0, SEEK_CUR) == 0); in gnulib_test_fseek() 392 ASSERT(fseek(fp, 0, SEEK_SET) == 0); in gnulib_test_fseek() 394 ASSERT(fseek(fp, 0, SEEK_END) == 0); in gnulib_test_fseek() 399 ASSERT(fseek(fp, 2, SEEK_SET) == 0); in gnulib_test_fseek() [all …]
|
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | fseek.c | 32 fseek (fp, offset, whence) in fseek() function 46 libc_hidden_def (fseek)
|
H A D | Jamfile | 45 fseek.c
|
H A D | stdio.h | 525 extern int fseek (FILE *__stream, long int __off, int __whence) __THROW;
|
/haiku/src/tests/kits/midi/synth_file_reader/ |
H A D | SynthFileReader.cpp | 116 fseek(fFile, bytes, SEEK_CUR); in Skip() 123 fseek(fFile, 0, SEEK_SET); in ReadHeader() 133 fseek(fFile, nextChunk, SEEK_SET); in NextChunk() 253 fseek(fFile, 0, SEEK_SET); in Dump() 311 fseek(fFile, pos, SEEK_SET); in Dump() 382 fseek(fFile, next, SEEK_SET); in Dump() 394 fseek(fFile, offset, SEEK_CUR); in Play()
|
H A D | SynthFileReader.h | 55 void Seek(uint32 pos) { fseek(fFile, pos, SEEK_SET); } in Seek()
|
/haiku/src/libs/agg/src/ |
H A D | agg_gsv_text.cpp | 553 fseek(fd, 0l, SEEK_END); in load_font() 555 fseek(fd, 0l, SEEK_SET); in load_font()
|
/haiku/src/libs/print/libprint/ |
H A D | PackBits.cpp | 176 fseek(input, 0, SEEK_END); in main() 178 fseek(input, 0, SEEK_SET); in main()
|
/haiku/src/bin/unzip/ |
H A D | cryptf.c | 244 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 D | crypt.c | 241 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 D | extract.c | 510 fseek((FILE *)G.zipfd, (LONGINT)cd_bufstart, SEEK_SET); in extract_or_test_files() 909 fseek((FILE *)G.zipfd, (LONGINT)bufstart, SEEK_SET);
|
H A D | process.c | 931 fseek((FILE *)G.zipfd, G.ziplen-tail_len, SEEK_SET);
|
H A D | unzpriv.h | 2123 # define lseek(fd,o,w) fseek((FILE *)(fd),(o),(w))
|
/haiku/headers/cpp/ |
H A D | iostdio.h | 77 #define fseek _IO_fseek macro
|
/haiku/src/libs/stdc++/legacy/ |
H A D | stdiostream.cc | 103 return fseek(_file, offset, fdir); in sys_seek()
|
/haiku/headers/private/kernel/boot/ |
H A D | stdio.h | 63 extern int fseek(FILE *stream, long offset, int seekType);
|
/haiku/src/system/libroot/posix/glibc/include/ |
H A D | stdio_private.h | 111 libc_hidden_proto (fseek)
|
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/ |
H A D | acclib.h | 406 fseek (
|
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/ |
H A D | StdLibFileIO.cpp | 188 return fseek(m_pFile, nDistance, nMoveMode); in Seek()
|
/haiku/headers/posix/ |
H A D | stdio.h | 127 extern int fseek(FILE *stream, long offset, int seekType);
|
/haiku/src/add-ons/translators/raw/ |
H A D | RAW.cpp | 3054 fseek(ifp, get4()+base, SEEK_SET); in _ParseTIFFImageFileDirectory() 3138 fseek (ifp, 78, SEEK_CUR); in _ParseTIFFImageFileDirectory() 3145 fseek (ifp, 52, SEEK_CUR); in _ParseTIFFImageFileDirectory() 3147 fseek (ifp, 114, SEEK_CUR); in _ParseTIFFImageFileDirectory() 3257 fseek (ifp, j, SEEK_SET); in _ParseTIFFImageFileDirectory() 3273 fseek (ifp, 16, SEEK_CUR); in _ParseTIFFImageFileDirectory() 3275 fseek (ifp, 28, SEEK_CUR); in _ParseTIFFImageFileDirectory() 3287 fseek(ifp, sony_offset, SEEK_SET); in _ParseTIFFImageFileDirectory() 3293 fseek(ifp, 0, SEEK_SET); in _ParseTIFFImageFileDirectory()
|
/haiku/src/libs/libsolv/solv/ |
H A D | repopage.c | 823 if (fseek(fp, in_len, SEEK_CUR) < 0) in repopagestore_read_or_setup_pages()
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1749 void fseek() {} in fseek() function
|
H A D | libroot_stubs.c | 1800 void fseek() {} in fseek() function
|
/haiku/src/apps/icon-o-matic/import_export/svg/ |
H A D | nanosvg.h | 2909 fseek(fp, 0, SEEK_END); in nsvgParseFromFile() 2911 fseek(fp, 0, SEEK_SET); in nsvgParseFromFile()
|