#include <internal/file.h>
Data Fields | |
struct buffer * | rd_buff |
int | fd |
unsigned int | flags |
struct __sbuf | _bf |
unsigned char * | _p |
unsigned int | _w |
unsigned int | _r |
unsigned int | _lbfsize |
unsigned int | _blksize |
unsigned char | _nbuf [1] |
void * | _cookie |
int(* | _write )(void *, const char *, int) |
int(* | _seek )(void *, int, int) |
struct buffer* file_s::rd_buff [read] |
int file_s::fd |
unsigned int file_s::flags |
struct __sbuf file_s::_bf [read] |
unsigned char* file_s::_p |
unsigned int file_s::_w |
unsigned int file_s::_r |
unsigned int file_s::_lbfsize |
unsigned int file_s::_blksize |
unsigned char file_s::_nbuf[1] |
void* file_s::_cookie |
int(* file_s::_write)(void *, const char *, int) |
int(* file_s::_seek)(void *, int, int) |