Home
last modified time | relevance | path

Searched refs:fpos64_t (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/libio/
Diofsetpos64.c34 _IO_new_fsetpos64 (FILE *fp, const fpos64_t *posp) in _IO_new_fsetpos64()
Dstdio.h89 typedef __fpos64_t fpos64_t; typedef
781 extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);
782 extern int fsetpos64 (FILE *__stream, const fpos64_t *__pos);
/glibc-2.36/manual/
Dstdio.texi4514 this type is in fact equivalent to @code{fpos64_t} since the LFS
4518 @deftp {Data Type} fpos64_t
4524 In @theglibc{}, @code{fpos64_t} is an opaque data structure that
4544 @deftypefun int fgetpos64 (FILE *@var{stream}, fpos64_t *@var{position})
4548 returned in a variable of type @code{fpos64_t} to which @var{position}
4572 @deftypefun int fsetpos64 (FILE *@var{stream}, const fpos64_t *@var{position})
4576 for positioning is provided in a variable of type @code{fpos64_t} to
/glibc-2.36/ChangeLog.old/
DChangeLog.122131 fpos_t and fpos64_t.