Searched refs:fpos_t (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dfgetpos.c49 fpos_t *pos;
51 return((*pos = ftello(fp)) == (fpos_t)-1);
H A D_fseek.c9 _fseek(FILE *stream, fpos_t offset, int seekType)
H A Dfseek.c48 #define POS_ERR (-(fpos_t)1)
60 register fpos_t (*seekfn) (void *, fpos_t, int);
61 fpos_t target, curoff;
94 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
95 if (curoff == (fpos_t)-1)
160 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
235 (*seekfn)(fp->_cookie, (fpos_t)offset, whence) == POS_ERR) {
H A Dlocal.h47 fpos_t __sseek (void *, fpos_t, int);
H A Dstdio.c80 fpos_t
83 fpos_t offset;
H A Dfopen.c88 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
/haiku-fatelf/headers/posix/
H A Dstdio.h55 typedef off_t fpos_t; typedef
107 extern int fgetpos(FILE *stream, fpos_t *position);
108 extern int fsetpos(FILE *stream, const fpos_t *position);
111 extern int _fseek(FILE *stream, fpos_t offset, int seekType);
114 extern fpos_t _ftell(FILE *stream);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstdio-impl.h41 fpos_t _offset; \
H A Dfflush.c98 /* fp_->_offset is an fpos_t. */
100 whether fpos_t is typedef'd to off_t or a struct containing a
104 fpos_t f;
H A Dfseeko.c120 /* fp_->_offset is an fpos_t. */
123 determine whether fpos_t is typedef'd to off_t or a struct
127 fpos_t f;
/haiku-fatelf/src/bin/network/wget/lib/
H A Dstdio-impl.h41 fpos_t _offset; \
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dstdio.h100 typedef _G_fpos_t fpos_t; typedef
102 typedef _G_fpos64_t fpos_t;
559 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos)
562 extern int fsetpos (FILE *__stream, __const fpos_t *__pos) __THROW;
566 fpos_t *__restrict __pos) __THROW, fgetpos64);
568 (FILE *__stream, __const fpos_t *__pos) __THROW,
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp198 fpos_t fPosition;
/haiku-fatelf/src/libs/stdc++/legacy/
H A Deditbuf.cc473 int buf_seek(void *arg_cookie, fpos_t * pos, int whence)
480 fpos_t cur_pos, new_pos;

Completed in 184 milliseconds