Searched refs:fseeko (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/stdio/
H A D_fseek.c11 return fseeko(stream, offset, seekType);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfseeko.c32 fseeko (fp, offset, whence) function
H A Dstdio.h540 extern int fseeko (FILE *__stream, off_t __off, int __whence) __THROW;
545 extern int __REDIRECT (fseeko,
550 # define fseeko fseeko64
/haiku/src/kits/storage/
H A DFileIO.cpp58 fseeko(fFile, oldPosition, SEEK_SET);
76 fseeko(fFile, oldPosition, SEEK_SET);
85 if (fseeko(fFile, position, seekMode) < 0)
134 if (fseeko(fFile, position, seekMode) < 0)
/haiku/src/tests/system/libroot/posix/
H A Dfseek_test.cpp2 Tests of fseek and fseeko.
85 /* Do the same for fseeko(). */
93 if (fseeko(fp, 0, SEEK_CUR) != 0) {
119 /* Now with fseeko. */
120 if (fseeko(fp, 0, SEEK_SET) != 0) {
121 printf("%d: fseeko(fp, 0, SEEK_SET) failed\n", __LINE__);
133 printf("%d: content after fseeko(,,SEEK_SET) wrong\n", __LINE__);
155 /* Now with fseeko. */
156 if (fseeko(fp, -((int) sizeof(outstr) - 1), SEEK_CUR) != 0) {
157 printf("%d: fseeko(f
[all...]
/haiku/headers/posix/
H A Dstdio.h128 extern int fseeko(FILE *stream, off_t offset, int seekType);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1794 void fseeko() {} function
H A Dlibroot_stubs_legacy.c1741 void fseeko() {} function
/haiku/src/bin/network/ftpd/
H A Dftpd.c1825 if (fseeko(fout, 0, SEEK_CUR) < 0) {

Completed in 95 milliseconds