Data Fields | |
char * | bufptr |
char * | bufstart |
char * | bufend |
FILE * | stream |
int | nchars |
Definition at line 103 of file snprintf.c.
char* PrintfTarget::bufend |
Definition at line 107 of file snprintf.c.
Referenced by dopr_outch(), dostr(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
char* PrintfTarget::bufptr |
Definition at line 105 of file snprintf.c.
Referenced by dopr_outch(), dostr(), flushbuffer(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
char* PrintfTarget::bufstart |
Definition at line 106 of file snprintf.c.
Referenced by flushbuffer(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
Definition at line 110 of file snprintf.c.
Referenced by flushbuffer(), and pg_vfprintf().
FILE* PrintfTarget::stream |
Definition at line 109 of file snprintf.c.
Referenced by dopr_outch(), dostr(), flushbuffer(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().