__sFILE Struct Reference

#include <
stdio.h>

Data Fields

unsigned char * _p
int _r
int _w
short _flags
short _file
__sbuf _bf
int _lbfsize
void * _cookie
int(* _close )(void *)
int(* _read )(void *, char *, int)
fpos_t(* _seek )(void *, fpos_t, int)
int(* _write )(void *, const char *, int)
__sbuf _ub
__sFILEX * _extra
int _ur
unsigned char _ubuf [3]
unsigned char _nbuf [1]
__sbuf _lb
int _blksize
fpos_t _offset

Field Documentation

struct __sbuf __sFILE::_bf
 
int __sFILE::_blksize
 
int(* __sFILE::_close)(void *)
 
void* __sFILE::_cookie
 
struct __sFILEX* __sFILE::_extra
 
short __sFILE::_file
 
short __sFILE::_flags
 
struct __sbuf __sFILE::_lb
 
int __sFILE::_lbfsize
 
unsigned char __sFILE::_nbuf[1]
 
fpos_t __sFILE::_offset
 
unsigned char* __sFILE::_p
 
int __sFILE::_r
 
int(* __sFILE::_read)(void *, char *, int)
 
fpos_t(* __sFILE::_seek)(void *, fpos_t, int)
 
struct __sbuf __sFILE::_ub
 
unsigned char __sFILE::_ubuf[3]
 
int __sFILE::_ur
 
int __sFILE::_w
 
int(* __sFILE::_write)(void *, const char *, int)
 

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

Copyright © Nokia Corporation 2001-2008
Back to top