#include "system.h"
#include "stringbuf.h"
#include "debug.h"
Go to the source code of this file.
Data Structures | |
| struct | StringBufRec |
Defines | |
| #define | BUF_CHUNK 1024 |
Functions | |
| int | xisspace (int c) |
| Locale insensitive isspace(3). More... | |
| void* | _free (const void *p) |
| Wrapper to free(3), hides const compilation noise, permit NULL, return NULL. More... | |
| StringBuf | newStringBuf (void) |
| StringBuf | freeStringBuf (StringBuf sb) |
| void | truncStringBuf (StringBuf sb) |
| void | stripTrailingBlanksStringBuf (StringBuf sb) |
| char* | getStringBuf (StringBuf sb) |
| void | appendStringBufAux (StringBuf sb, const char *s, int nl) |
Definition in file stringbuf.c.
|
|
Definition at line 10 of file stringbuf.c. |
|
|
Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.
Definition at line 32 of file stringbuf.c. |
|
|
Definition at line 83 of file stringbuf.c. |
|
|
Definition at line 50 of file stringbuf.c. |
|
|
Definition at line 78 of file stringbuf.c. |
|
|
Definition at line 38 of file stringbuf.c. Referenced by addFileToArrayTag(), addFileToTag(), doSetupMacro(), generateDepends(), getOutputFrom(), parseBuildInstallClean(), parseChangelog(), parseDescription(), parseFiles(), parseForSimple(), parsePrep(), parseScript(), processSourceFiles(), and rpmReadPackageManifest().
|
|
|
Definition at line 66 of file stringbuf.c. |
|
|
Definition at line 59 of file stringbuf.c. |
|
|
Locale insensitive isspace(3).
Definition at line 22 of file stringbuf.c. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001