Searched refs:fpos_t (Results 1 - 25 of 31) sorted by last modified time

12

/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32iop.h63 DllExport int win32_fgetpos(FILE *pf,fpos_t *p);
64 DllExport int win32_fsetpos(FILE *pf,const fpos_t *p);
H A Dwin32.c3415 fpos_t pos;
3424 fpos_t pos;
3446 win32_fgetpos(FILE *pf,fpos_t *p)
3452 win32_fsetpos(FILE *pf,const fpos_t *p)
4919 fpos_t pos;
H A Dperlhost.h830 fpos_t pos;
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com6478 $ WC "fpostype='fpos_t'"
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2492 const unsigned fpos_t_sz = sizeof(fpos_t);
H A Dsanitizer_platform_limits_freebsd.cpp124 unsigned fpos_t_sz = sizeof(fpos_t);
/openbsd-current/lib/libc/stdio/
H A Dopen_wmemstream.c78 static fpos_t
79 wmemstream_seek(void *v, fpos_t off, int whence)
H A Dopen_memstream.c74 static fpos_t
75 memstream_seek(void *v, fpos_t off, int whence)
H A Dfseek.c42 #define POS_ERR (-(fpos_t)1)
51 fpos_t (*seekfn)(void *, fpos_t, int);
52 fpos_t target, curoff;
86 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
87 if (curoff == (fpos_t)-1) {
155 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
232 (*seekfn)(fp->_cookie, (fpos_t)offset, whence) == POS_ERR) {
H A Dfmemopen.c74 static fpos_t
75 fmemopen_seek(void *v, fpos_t off, int whence)
H A Dfsetpos.c40 fsetpos(FILE *iop, const fpos_t *pos)
H A Dstdio.c68 fpos_t
69 __sseek(void *cookie, fpos_t offset, int whence)
H A Dlocal.h54 fpos_t __sseek(void *, fpos_t, int);
H A Dfgetpos.c40 fgetpos(FILE *fp, fpos_t *pos)
42 return((*pos = ftello(fp)) == (fpos_t)-1);
H A Dftell.c45 fpos_t pos;
62 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR);
/openbsd-current/usr.bin/lex/
H A Dtables.c192 fpos_t pos;
H A Dtables.h53 fpos_t th_ssize_pos;
/openbsd-current/include/
H A Dstdio.h61 typedef off_t fpos_t; /* stdio file position type */ typedef
112 fpos_t (*_seek)(void *, fpos_t, int);
130 fpos_t _offset; /* current lseek offset */
216 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
/openbsd-current/regress/lib/libc/orientation/
H A Dorientation_test.c118 fpos_t pos;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h101 using ::fpos_t;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdio.h100 using ::fpos_t;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdio.h36 using std::fpos_t;
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1202 WRAPPER2(int, fgetpos, FILE *stream, fpos_t *pos)
1212 WRAPPER2(int, fsetpos, FILE *stream, fpos_t *pos)
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h337 extern int fgetpos(FILE *, fpos_t *);
407 extern int fsetpos(FILE *, const fpos_t *);
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 */}

Completed in 264 milliseconds

12