/freebsd/lib/libc/stdio/ |
H A D | ftell.c | 66 fpos_t rv; in ftello() 82 _ftello(FILE *fp, fpos_t *offset) in _ftello() 84 fpos_t pos; in _ftello() 99 pos = _sseek(fp, (fpos_t)0, SEEK_END); in _ftello() 105 pos = _sseek(fp, (fpos_t)0, SEEK_CUR); in _ftello()
|
H A D | stdio.c | 64 fpos_t 65 __sseek(void *cookie, fpos_t offset, int whence) in __sseek() 108 if (_sseek(fp, (fpos_t)0, SEEK_END) == -1 && in _swrite() 127 fpos_t 128 _sseek(FILE *fp, fpos_t offset, int whence) in _sseek() 130 fpos_t ret; in _sseek()
|
H A D | fopencookie.c | 42 static fpos_t _fopencookie_seek(void *, fpos_t, int); 113 static fpos_t 114 _fopencookie_seek(void *cookie, fpos_t offset, int whence) in _fopencookie_seek() 147 return ((fpos_t)off64); in _fopencookie_seek()
|
H A D | local.h | 56 extern fpos_t _sseek(FILE *, fpos_t, int); 57 extern int _ftello(FILE *, fpos_t *); 69 extern fpos_t __sseek(void *, fpos_t, int);
|
H A D | open_memstream.c | 50 fpos_t offset; 54 memstream_grow(struct memstream *ms, fpos_t newoff) in memstream_grow() 109 static fpos_t 110 memstream_seek(void *cookie, fpos_t pos, int whence) in memstream_seek() 114 fpos_t old; in memstream_seek()
|
H A D | fseek.c | 47 #define POS_ERR (-(fpos_t)1) 92 fpos_t (*seekfn)(void *, fpos_t, int); in _fseeko() 93 fpos_t target, curoff, ret; in _fseeko() 281 (ret = _sseek(fp, (fpos_t)offset, whence)) == POS_ERR) in _fseeko()
|
H A D | open_wmemstream.c | 50 fpos_t offset; 55 wmemstream_grow(struct wmemstream *ms, fpos_t newoff) in wmemstream_grow() 171 static fpos_t 172 wmemstream_seek(void *cookie, fpos_t pos, int whence) in wmemstream_seek() 175 fpos_t old; in wmemstream_seek()
|
H A D | fmemopen.c | 48 static fpos_t fmemopen_seek(void *cookie, fpos_t offset, int whence); 211 static fpos_t 212 fmemopen_seek(void *cookie, fpos_t offset, int whence) in fmemopen_seek()
|
H A D | fgetpos.c | 38 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos) in fgetpos() 43 if ((*pos = ftello(fp)) == (fpos_t)-1) in fgetpos()
|
H A D | funopen.c | 44 fpos_t (*seekfn)(void *, fpos_t, int), in funopen() argument
|
H A D | freopen.c | 115 (void) _sseek(fp, (fpos_t)0, SEEK_SET); in freopen() 242 (void) _sseek(fp, (fpos_t)0, SEEK_END); in freopen()
|
H A D | fsetpos.c | 42 fsetpos(FILE *iop, const fpos_t *pos) in fsetpos()
|
H A D | fopen.c | 92 (void)_sseek(fp, (fpos_t)0, SEEK_END); in fopen()
|
/freebsd/include/ |
H A D | stdio.h | 44 typedef __off_t fpos_t; typedef 137 fpos_t (* _Nullable _seek)(void *, fpos_t, int); 154 fpos_t _offset; /* current lseek offset */ 272 int fgetpos(FILE * __restrict, fpos_t * __restrict); 282 int fsetpos(FILE *, const fpos_t *); 420 fpos_t (* _Nullable)(void *, fpos_t, int),
|
/freebsd/lib/libz/ |
H A D | zopen.c | 31 static fpos_t 32 xgzseek(void *cookie, fpos_t offset, int whence) in xgzseek()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdio | 41 fpos_t 85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos); 87 int fsetpos(FILE*stream, const fpos_t* pos); 117 using ::fpos_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/flex/src/ |
H A D | tables.h | 50 fpos_t th_ssize_pos;
|
H A D | tables.c | 194 fpos_t pos; in yytbl_data_fwrite()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdio.inc | 12 using ::fpos_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdio.cppm |
|
H A D | cstdio.inc | 12 using std::fpos_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libfetch/ |
H A D | ftp.c | 488 static fpos_t ftp_seekfn(void *, fpos_t, int); 551 static fpos_t 552 ftp_seekfn(void *v, fpos_t pos __unused, int whence __unused) in ftp_seekfn()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_set_format.c | 207 fpos_t pos; in DEFINE_TEST()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.cpp | 126 unsigned fpos_t_sz = sizeof(fpos_t);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1257 /// int fgetpos(FILE *stream, fpos_t *pos); 1455 /// int fsetpos(FILE *stream, const fpos_t *pos);
|