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

/freebsd-9.3-release/lib/libc/stdio/
H A Dfgetpos.c42 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos)
47 if ((*pos = ftello(fp)) == (fpos_t)-1)
H A Dfsetpos.c48 const fpos_t *pos;
H A Dftell.c72 fpos_t rv;
90 fpos_t *offset;
92 fpos_t pos;
107 pos = _sseek(fp, (fpos_t)0, SEEK_CUR);
H A Dfunopen.c48 fpos_t (*seekfn)(void *, fpos_t, int),
H A Dlocal.h54 extern fpos_t _sseek(FILE *, fpos_t, int);
55 extern int _ftello(FILE *, fpos_t *);
67 extern fpos_t __sseek(void *, fpos_t, int);
H A Dstdio.c74 fpos_t
77 fpos_t offset;
128 if (_sseek(fp, (fpos_t)0, SEEK_END) == -1 &&
147 fpos_t
150 fpos_t offset;
153 fpos_t ret;
H A Dopen_memstream.c41 /* XXX: There is no FPOS_MAX. This assumes fpos_t is an off_t. */
48 fpos_t offset;
52 memstream_grow(struct memstream *ms, fpos_t newoff)
107 static fpos_t
108 memstream_seek(void *cookie, fpos_t pos, int whence)
112 fpos_t old;
H A Dfmemopen.c49 static fpos_t fmemopen_seek(void *cookie, fpos_t offset, int whence);
208 static fpos_t
209 fmemopen_seek(void *cookie, fpos_t offset, int whence)
H A Dfseek.c51 #define POS_ERR (-(fpos_t)1)
106 fpos_t (*seekfn)(void *, fpos_t, int);
107 fpos_t target, curoff, ret;
295 (ret = _sseek(fp, (fpos_t)offset, whence)) == POS_ERR)
H A Dopen_wmemstream.c41 /* XXX: There is no FPOS_MAX. This assumes fpos_t is an off_t. */
48 fpos_t offset;
53 wmemstream_grow(struct wmemstream *ms, fpos_t newoff)
169 static fpos_t
170 wmemstream_seek(void *cookie, fpos_t pos, int whence)
173 fpos_t old;
H A Dfopen.c97 (void)_sseek(fp, (fpos_t)0, SEEK_END);
H A Dfreopen.c120 (void) _sseek(fp, (fpos_t)0, SEEK_SET);
237 (void) _sseek(fp, (fpos_t)0, SEEK_END);
/freebsd-9.3-release/include/
H A Dstdio.h43 typedef __off_t fpos_t; typedef
123 fpos_t (*_seek)(void *, fpos_t, int);
140 fpos_t _offset; /* current lseek offset */
240 int fgetpos(FILE * __restrict, fpos_t * __restrict);
250 int fsetpos(FILE *, const fpos_t *);
421 fpos_t (*)(void *, fpos_t, int),
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h36 using std::fpos_t;
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h136 typedef int fpos_t; typedef
H A Dscan-types.sh39 for TYPE in dev_t clock_t fpos_t gid_t ino_t mode_t nlink_t off_t pid_t size_t ssize_t time_t uid_t va_list int32_t uint_32_t ; do
73 #define ${macro_prefix}fpos_t ${fpos_t-long /* default */}
H A Dsys-protos.h337 extern int fgetpos(FILE *, fpos_t *);
407 extern int fsetpos(FILE *, const fpos_t *);
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h101 using ::fpos_t;
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc172 int (fgetpos)(FILE *stream, fpos_t *pos);
174 int (fsetpos)(FILE *stream, const fpos_t *pos);
H A Dllib-lposix125 int (fgetpos)(FILE *stream, fpos_t *pos);
144 int (fsetpos)(FILE *stream, const fpos_t *pos);
/freebsd-9.3-release/lib/libfetch/
H A Dftp.c489 static fpos_t ftp_seekfn(void *, fpos_t, int);
552 static fpos_t
553 ftp_seekfn(void *v, fpos_t pos __unused, int whence __unused)
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1202 WRAPPER2(int, fgetpos, FILE *stream, fpos_t *pos)
1212 WRAPPER2(int, fsetpos, FILE *stream, fpos_t *pos)

Completed in 193 milliseconds