| /freebsd-12-stable/lib/libc/stdio/ |
| D | stdio.c | 70 fpos_t 71 __sseek(void *cookie, fpos_t offset, int whence) in __sseek() 114 if (_sseek(fp, (fpos_t)0, SEEK_END) == -1 && in _swrite() 133 fpos_t 134 _sseek(FILE *fp, fpos_t offset, int whence) in _sseek() 136 fpos_t ret; in _sseek()
|
| D | ftell.c | 72 fpos_t rv; in ftello() 88 _ftello(FILE *fp, fpos_t *offset) in _ftello() 90 fpos_t pos; in _ftello() 105 pos = _sseek(fp, (fpos_t)0, SEEK_END); in _ftello() 111 pos = _sseek(fp, (fpos_t)0, SEEK_CUR); in _ftello()
|
| D | fopencookie.c | 45 static fpos_t _fopencookie_seek(void *, fpos_t, int); 116 static fpos_t 117 _fopencookie_seek(void *cookie, fpos_t offset, int whence) in _fopencookie_seek() 150 return ((fpos_t)off64); in _fopencookie_seek()
|
| D | local.h | 59 extern fpos_t _sseek(FILE *, fpos_t, int); 60 extern int _ftello(FILE *, fpos_t *); 72 extern fpos_t __sseek(void *, fpos_t, int);
|
| D | open_memstream.c | 53 fpos_t offset; 57 memstream_grow(struct memstream *ms, fpos_t newoff) in memstream_grow() 112 static fpos_t 113 memstream_seek(void *cookie, fpos_t pos, int whence) in memstream_seek() 117 fpos_t old; in memstream_seek()
|
| D | fseek.c | 53 #define POS_ERR (-(fpos_t)1) 98 fpos_t (*seekfn)(void *, fpos_t, int); in _fseeko() 99 fpos_t target, curoff, ret; in _fseeko() 287 (ret = _sseek(fp, (fpos_t)offset, whence)) == POS_ERR) in _fseeko()
|
| D | open_wmemstream.c | 53 fpos_t offset; 58 wmemstream_grow(struct wmemstream *ms, fpos_t newoff) in wmemstream_grow() 174 static fpos_t 175 wmemstream_seek(void *cookie, fpos_t pos, int whence) in wmemstream_seek() 178 fpos_t old; in wmemstream_seek()
|
| D | fmemopen.c | 51 static fpos_t fmemopen_seek(void *cookie, fpos_t offset, int whence); 214 static fpos_t 215 fmemopen_seek(void *cookie, fpos_t offset, int whence) in fmemopen_seek()
|
| D | fgetpos.c | 44 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos) in fgetpos() 49 if ((*pos = ftello(fp)) == (fpos_t)-1) in fgetpos()
|
| D | funopen.c | 50 fpos_t (*seekfn)(void *, fpos_t, int), in funopen() argument
|
| D | freopen.c | 121 (void) _sseek(fp, (fpos_t)0, SEEK_SET); in freopen() 248 (void) _sseek(fp, (fpos_t)0, SEEK_END); in freopen()
|
| D | fsetpos.c | 48 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos()
|
| D | fopen.c | 98 (void)_sseek(fp, (fpos_t)0, SEEK_END); in fopen()
|
| /freebsd-12-stable/include/ |
| D | stdio.h | 47 typedef __off_t fpos_t; typedef 137 fpos_t (* _Nullable _seek)(void *, fpos_t, int); 154 fpos_t _offset; /* current lseek offset */ 257 int fgetpos(FILE * __restrict, fpos_t * __restrict); 267 int fsetpos(FILE *, const fpos_t *); 415 fpos_t (* _Nullable)(void *, fpos_t, int),
|
| /freebsd-12-stable/lib/libz/ |
| D | zopen.c | 33 static fpos_t 34 xgzseek(void *cookie, fpos_t offset, int whence) in xgzseek()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | cstdio | 41 fpos_t 85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos); 87 int fsetpos(FILE*stream, const fpos_t* pos); 108 using ::fpos_t _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-12-stable/contrib/flex/ |
| D | tables.h | 50 fpos_t th_ssize_pos;
|
| D | tables.c | 195 fpos_t pos; in yytbl_data_fwrite()
|
| /freebsd-12-stable/contrib/libstdc++/include/c_compatibility/ |
| D | stdio.h | 36 using std::fpos_t;
|
| /freebsd-12-stable/contrib/gcc/ |
| D | scan-types.sh | 39 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…
|
| D | sys-types.h | 136 typedef int fpos_t; typedef
|
| D | sys-protos.h | 337 extern int fgetpos(FILE *, fpos_t *); 407 extern int fsetpos(FILE *, const fpos_t *);
|
| /freebsd-12-stable/lib/libfetch/ |
| D | ftp.c | 490 static fpos_t ftp_seekfn(void *, fpos_t, int); 553 static fpos_t 554 ftp_seekfn(void *v, fpos_t pos __unused, int whence __unused) in ftp_seekfn()
|
| /freebsd-12-stable/contrib/libstdc++/include/c_std/ |
| D | std_cstdio.h | 101 using ::fpos_t;
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_freebsd.cpp | 118 unsigned fpos_t_sz = sizeof(fpos_t);
|