Searched refs:fpos_t (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/libio/ |
D | stdio.h | 84 typedef __fpos_t fpos_t; typedef 86 typedef __fpos64_t fpos_t; typedef 760 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos); 765 extern int fsetpos (FILE *__stream, const fpos_t *__pos); 769 fpos_t *__restrict __pos), fgetpos64); 771 (FILE *__stream, const fpos_t *__pos), fsetpos64);
|
D | bug-wsetpos.c | 33 fpos_t pos; in do_test()
|
D | bug-ungetc4.c | 59 fpos_t p; in do_one_test()
|
/glibc-2.36/conform/data/ |
D | stdio.h-data | 40 type fpos_t 70 function int fgetpos (FILE*, fpos_t*) 92 function int fsetpos (FILE*, const fpos_t*)
|
/glibc-2.36/nss/nss_compat/ |
D | compat-grp.c | 243 fpos_t pos; in getgrent_next_file() 376 fpos_t pos; in internal_getgrnam_r() 507 fpos_t pos; in internal_getgrgid_r()
|
D | compat-pwd.c | 483 fpos_t pos; in getpwent_next_file() 682 fpos_t pos; in internal_getpwnam_r() 889 fpos_t pos; in internal_getpwuid_r()
|
D | compat-spwd.c | 438 fpos_t pos; in getspent_next_file() 638 fpos_t pos; in internal_getspnam_r()
|
D | compat-initgroups.c | 370 fpos_t pos; in internal_getgrent_r()
|
/glibc-2.36/pwd/ |
D | fgetpwent.c | 36 fpos_t pos; in fgetpwent()
|
/glibc-2.36/grp/ |
D | fgetgrent.c | 36 fpos_t pos; in fgetgrent()
|
/glibc-2.36/gshadow/ |
D | fgetsgent.c | 39 fpos_t pos; in fgetsgent()
|
/glibc-2.36/shadow/ |
D | fgetspent.c | 39 fpos_t pos; in fgetspent()
|
/glibc-2.36/nss/nss_files/ |
D | files-initgroups.c | 56 fpos_t pos; in _nss_files_initgroups_dyn()
|
/glibc-2.36/manual/ |
D | stdio.texi | 4496 using the data type @code{fpos_t}, whose internal representation varies 4502 @deftp {Data Type} fpos_t 4508 In @theglibc{}, @code{fpos_t} is an opaque data structure that 4530 @deftypefun int fgetpos (FILE *@var{stream}, fpos_t *@var{position}) 4534 stream @var{stream} in the @code{fpos_t} object pointed to by 4556 @deftypefun int fsetpos (FILE *@var{stream}, const fpos_t *@var{position})
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 2131 fpos_t and fpos64_t.
|