Octopus
_IO_FILE Struct Reference

Detailed Description

Definition at line 260 of file getopt_f.c.

Public Attributes

int _flags
 
char * _IO_read_ptr
 
char * _IO_read_end
 
char * _IO_read_base
 
char * _IO_write_base
 
char * _IO_write_ptr
 
char * _IO_write_end
 
char * _IO_buf_base
 
char * _IO_buf_end
 
char * _IO_save_base
 
char * _IO_backup_base
 
char * _IO_save_end
 
struct _IO_marker * _markers
 
struct _IO_FILE_chain
 
int _fileno
 
int _flags2
 
__off_t _old_offset
 
unsigned short _cur_column
 
signed char _vtable_offset
 
char _shortbuf [1]
 
_IO_lock_t_lock
 
__off64_t _offset
 
struct _IO_codecvt * _codecvt
 
struct _IO_wide_data * _wide_data
 
struct _IO_FILE_freeres_list
 
void * _freeres_buf
 
size_t __pad5
 
int _mode
 
char _unused2 [15 *sizeof(int) - 4 *sizeof(void *) - sizeof(size_t)]
 

Member Data Documentation

◆ _flags

int _IO_FILE::_flags

Definition at line 262 of file getopt_f.c.

◆ _IO_read_ptr

char * _IO_FILE::_IO_read_ptr

Definition at line 265 of file getopt_f.c.

◆ _IO_read_end

char * _IO_FILE::_IO_read_end

Definition at line 266 of file getopt_f.c.

◆ _IO_read_base

char * _IO_FILE::_IO_read_base

Definition at line 267 of file getopt_f.c.

◆ _IO_write_base

char * _IO_FILE::_IO_write_base

Definition at line 268 of file getopt_f.c.

◆ _IO_write_ptr

char * _IO_FILE::_IO_write_ptr

Definition at line 269 of file getopt_f.c.

◆ _IO_write_end

char * _IO_FILE::_IO_write_end

Definition at line 270 of file getopt_f.c.

◆ _IO_buf_base

char * _IO_FILE::_IO_buf_base

Definition at line 271 of file getopt_f.c.

◆ _IO_buf_end

char * _IO_FILE::_IO_buf_end

Definition at line 272 of file getopt_f.c.

◆ _IO_save_base

char * _IO_FILE::_IO_save_base

Definition at line 275 of file getopt_f.c.

◆ _IO_backup_base

char * _IO_FILE::_IO_backup_base

Definition at line 276 of file getopt_f.c.

◆ _IO_save_end

char * _IO_FILE::_IO_save_end

Definition at line 277 of file getopt_f.c.

◆ _markers

struct _IO_marker * _IO_FILE::_markers

Definition at line 279 of file getopt_f.c.

◆ _chain

struct _IO_FILE * _IO_FILE::_chain

Definition at line 281 of file getopt_f.c.

◆ _fileno

int _IO_FILE::_fileno

Definition at line 283 of file getopt_f.c.

◆ _flags2

int _IO_FILE::_flags2

Definition at line 284 of file getopt_f.c.

◆ _old_offset

__off_t _IO_FILE::_old_offset

Definition at line 285 of file getopt_f.c.

◆ _cur_column

unsigned short _IO_FILE::_cur_column

Definition at line 288 of file getopt_f.c.

◆ _vtable_offset

signed char _IO_FILE::_vtable_offset

Definition at line 289 of file getopt_f.c.

◆ _shortbuf

char _IO_FILE::_shortbuf

Definition at line 290 of file getopt_f.c.

◆ _lock

_IO_lock_t * _IO_FILE::_lock

Definition at line 292 of file getopt_f.c.

◆ _offset

__off64_t _IO_FILE::_offset

Definition at line 300 of file getopt_f.c.

◆ _codecvt

struct _IO_codecvt * _IO_FILE::_codecvt

Definition at line 302 of file getopt_f.c.

◆ _wide_data

struct _IO_wide_data * _IO_FILE::_wide_data

Definition at line 303 of file getopt_f.c.

◆ _freeres_list

struct _IO_FILE * _IO_FILE::_freeres_list

Definition at line 304 of file getopt_f.c.

◆ _freeres_buf

void * _IO_FILE::_freeres_buf

Definition at line 305 of file getopt_f.c.

◆ __pad5

size_t _IO_FILE::__pad5

Definition at line 306 of file getopt_f.c.

◆ _mode

int _IO_FILE::_mode

Definition at line 307 of file getopt_f.c.

◆ _unused2

char _IO_FILE::_unused2

Definition at line 309 of file getopt_f.c.


The documentation for this struct was generated from the following files: