Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

lib/stringbuf.c File Reference

#include "system.h"
#include "stringbuf.h"
#include "debug.h"

Include dependency graph for stringbuf.c:

Go to the source code of this file.

Data Structures

struct  StringBufRec

Defines

#define BUF_CHUNK   1024

Functions

static int xisspace (int c)
 Locale insensitive isspace(3).
static void * _free (const void *p)
 Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.
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)


Detailed Description

Definition in file stringbuf.c.


Define Documentation

#define BUF_CHUNK   1024
 

Definition at line 10 of file stringbuf.c.

Referenced by appendStringBufAux(), and newStringBuf().


Function Documentation

static void* _free const void *  p  )  [inline, static]
 

Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.

Parameters:
p memory to free
Returns:
NULL always

Definition at line 34 of file stringbuf.c.

void appendStringBufAux StringBuf  sb,
const char *  s,
int  nl
 

Definition at line 88 of file stringbuf.c.

References StringBufRec::allocated, StringBufRec::buf, BUF_CHUNK, StringBufRec::free, StringBufRec::tail, and xrealloc().

StringBuf freeStringBuf StringBuf  sb  ) 
 

Definition at line 52 of file stringbuf.c.

References _free(), and StringBufRec::buf.

Referenced by addFileToArrayTag(), addFileToTag(), addFileToTagAux(), checkFiles(), doSetupMacro(), freePackage(), freeSpec(), initSourceHeader(), parseChangelog(), parseDescription(), parsePrep(), parseScript(), processBinaryFiles(), processSourceFiles(), rpmfcExec(), rpmfcFree(), rpmfcGenerateDependsHelper(), rpmfcGenerateScriptletDeps(), rpmfcHelper(), and rpmReadPackageManifest().

char* getStringBuf StringBuf  sb  ) 
 

Definition at line 83 of file stringbuf.c.

References StringBufRec::buf.

Referenced by addChangelog(), addFileToArrayTag(), addFileToTag(), checkFiles(), doScript(), doSetupMacro(), parseDescription(), parsePrep(), parseScript(), processPackageFiles(), processSourceFiles(), rpmfcExec(), rpmfcGenerateDependsHelper(), rpmfcGenerateScriptletDeps(), rpmfcHelper(), and rpmReadPackageManifest().

StringBuf newStringBuf void   ) 
 

Definition at line 40 of file stringbuf.c.

References BUF_CHUNK, xcalloc(), and xmalloc().

Referenced by addFileToArrayTag(), addFileToTag(), doSetupMacro(), getOutputFrom(), initSourceHeader(), parseBuildInstallClean(), parseChangelog(), parseDescription(), parseFiles(), parseForSimple(), parsePrep(), parseScript(), processBinaryFiles(), processSourceFiles(), rpmfcGenerateDependsHelper(), rpmfcGenerateScriptletDeps(), rpmfcHelper(), and rpmReadPackageManifest().

void stripTrailingBlanksStringBuf StringBuf  sb  ) 
 

Definition at line 70 of file stringbuf.c.

References StringBufRec::allocated, StringBufRec::free, StringBufRec::tail, and xisspace().

Referenced by parseDescription(), parseScript(), and rpmfcGenerateScriptletDeps().

void truncStringBuf StringBuf  sb  ) 
 

Definition at line 61 of file stringbuf.c.

References StringBufRec::allocated, StringBufRec::buf, StringBufRec::free, and StringBufRec::tail.

Referenced by rpmfcGenerateScriptletDeps().

static int xisspace int  c  )  [inline, static]
 

Locale insensitive isspace(3).

Definition at line 24 of file stringbuf.c.

Referenced by addChangelog(), copyNextLine(), dbiTagsInit(), doReadRC(), findPreambleTag(), isPart(), machCompatCacheAdd(), parseBits(), rdToken(), readLine(), rpmcliAllArgCallback(), rpmPlatform(), and stripTrailingBlanksStringBuf().


Generated on Sat Oct 1 21:47:40 2011 for rpm by  doxygen 1.4.4