Data Fields | |
| char * | buf |
| char * | tail |
| int | allocated |
| int | free |
Definition at line 12 of file stringbuf.c.
Definition at line 17 of file stringbuf.c.
Referenced by appendStringBufAux(), newStringBuf(), stripTrailingBlanksStringBuf(), and truncStringBuf().
| char* StringBufRec::buf |
Definition at line 14 of file stringbuf.c.
Referenced by appendStringBufAux(), freeStringBuf(), getStringBuf(), newStringBuf(), strntoul(), and truncStringBuf().
Definition at line 18 of file stringbuf.c.
Referenced by appendStringBufAux(), newStringBuf(), stripTrailingBlanksStringBuf(), and truncStringBuf().
| char* StringBufRec::tail |
Definition at line 16 of file stringbuf.c.
Referenced by appendStringBufAux(), newStringBuf(), stripTrailingBlanksStringBuf(), and truncStringBuf().
1.5.7.1