Go to the source code of this file.
Defines | |
#define | appendStringBuf(sb, s) appendStringBufAux(sb, s, 0) |
#define | appendLineStringBuf(sb, s) appendStringBufAux(sb, s, 1) |
Typedefs | |
typedef StringBufRec * | StringBuf |
Functions | |
StringBuf | freeStringBuf (StringBuf sb) |
void | truncStringBuf (StringBuf sb) |
char * | getStringBuf (StringBuf sb) |
void | stripTrailingBlanksStringBuf (StringBuf sb) |
void | appendStringBufAux (StringBuf sb, const char *s, int nl) |
Variables | |
StringBuf | newStringBuf (void) |
Definition in file stringbuf.h.
|
Definition at line 48 of file stringbuf.h. Referenced by addFileToTag(), doPatchMacro(), doSetupMacro(), parseDescription(), parseForSimple(), parsePrep(), processSourceFiles(), rpmfcGenerateDependsHelper(), and rpmfcHelper(). |
|
Definition at line 44 of file stringbuf.h. Referenced by addFile(), addFileToTagAux(), doSetupMacro(), getOutputFrom(), parseBuildInstallClean(), parseChangelog(), parseFiles(), parseForSimple(), parsePrep(), parseScript(), processPackageFiles(), and rpmReadPackageManifest(). |
|
Definition at line 10 of file stringbuf.h. |
|
Definition at line 88 of file stringbuf.c. References StringBufRec::allocated, StringBufRec::buf, BUF_CHUNK, StringBufRec::free, StringBufRec::tail, and xrealloc(). |
|
Definition at line 52 of file stringbuf.c. References _free(), and StringBufRec::buf. Referenced by addFileToArrayTag(), addFileToTag(), addFileToTagAux(), checkFiles(), doSetupMacro(), freePackage(), freeSpec(), parseChangelog(), parseDescription(), parsePrep(), parseScript(), processBinaryFiles(), processSourceFiles(), rpmfcExec(), rpmfcFree(), rpmfcGenerateDependsHelper(), rpmfcHelper(), and rpmReadPackageManifest(). |
|
Definition at line 83 of file stringbuf.c. References StringBufRec::buf. Referenced by addChangelog(), addFileToArrayTag(), addFileToTag(), checkFiles(), doScript(), parsePrep(), parseScript(), processPackageFiles(), processSourceFiles(), rpmfcExec(), rpmfcGenerateDependsHelper(), rpmfcHelper(), and rpmReadPackageManifest(). |
|
Definition at line 70 of file stringbuf.c. References StringBufRec::allocated, StringBufRec::free, StringBufRec::tail, and xisspace(). Referenced by parseDescription(), and parseScript(). |
|
Definition at line 61 of file stringbuf.c. References StringBufRec::allocated, StringBufRec::buf, StringBufRec::free, and StringBufRec::tail. |
|
|