Searched refs:fpos64_t (Results 1 – 4 of 4) sorted by relevance
34 _IO_new_fsetpos64 (FILE *fp, const fpos64_t *posp) in _IO_new_fsetpos64()
89 typedef __fpos64_t fpos64_t; typedef781 extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);782 extern int fsetpos64 (FILE *__stream, const fpos64_t *__pos);
4514 this type is in fact equivalent to @code{fpos64_t} since the LFS4518 @deftp {Data Type} fpos64_t4524 In @theglibc{}, @code{fpos64_t} is an opaque data structure that4544 @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
2131 fpos_t and fpos64_t.