Home
last modified time | relevance | path

Searched defs:_IO_FILE_complete (Results 1 – 1 of 1) sorted by relevance

/libio/bits/types/
A Dstruct_FILE.h85 struct _IO_FILE_complete struct
87 struct _IO_FILE _file;
89 __off64_t _offset;
91 struct _IO_codecvt *_codecvt;
92 struct _IO_wide_data *_wide_data;
93 struct _IO_FILE *_freeres_list;
94 void *_freeres_buf;
95 size_t __pad5;
96 int _mode;
98 char _unused2[15 * sizeof (int) - 4 * sizeof (void *) - sizeof (size_t)];

Completed in 4 milliseconds