For internal use only.
This structure represents the file name buffer.
Definition at line 43 of file tc_path.c.
Data Fields | |
char * | str |
int | len |
int | size |
|
Actual buffer usage. Definition at line 45 of file tc_path.c. Referenced by _add_str(), and _subst(). |
|
Allocated size of buffer. Definition at line 46 of file tc_path.c. Referenced by _add_str(). |
|
Actual string buffer. Definition at line 44 of file tc_path.c. Referenced by _add_str(), _subst(), and tc_path(). |