Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
__sFILE Struct Reference

Data Fields

unsigned char * _p
 
size_t _w
 
short _flags
 
short _file
 
struct __sbuf _bf
 
size_t _lbfsize
 
int(* vwrite )()
 
const char *(* vextra )()
 

Detailed Description

Definition at line 169 of file vsnprintf.c.

Field Documentation

◆ _bf

struct __sbuf __sFILE::_bf

Definition at line 177 of file vsnprintf.c.

◆ _file

short __sFILE::_file

Definition at line 176 of file vsnprintf.c.

Referenced by BSD_vfprintf().

◆ _flags

short __sFILE::_flags

Definition at line 175 of file vsnprintf.c.

Referenced by BSD__sfvwrite(), and BSD_vfprintf().

◆ _lbfsize

size_t __sFILE::_lbfsize

Definition at line 178 of file vsnprintf.c.

◆ _p

unsigned char* __sFILE::_p

Definition at line 170 of file vsnprintf.c.

Referenced by BSD__sfvwrite().

◆ _w

size_t __sFILE::_w

Definition at line 174 of file vsnprintf.c.

Referenced by BSD__sfvwrite().

◆ vextra

const char*(* __sFILE::vextra) ()

Definition at line 180 of file vsnprintf.c.

Referenced by BSD_vfprintf().

◆ vwrite

int(* __sFILE::vwrite) ()

Definition at line 179 of file vsnprintf.c.

Referenced by BSD__sprint().


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