#include <unistd.h>
#include <sys/types.h>
#include "header.h"
#include "ugid.h"
Go to the source code of this file.
Functions | |
char** | splitString (const char *str, int length, char sep) |
void | freeSplitString (char **list) |
char* | stripTrailingChar (char *s, char c) |
Remove occurences of trailing character from string. More... | |
int | rpmfileexists (const char *filespec) |
int | rpmvercmp (const char *one, const char *two) |
int | dosetenv (const char *name, const char *value, int overwrite) |
int | doputenv (const char *str) |
int | makeTempFile (const char *prefix, const char **fnptr, FD_t *fdptr) |
char* | currentDirectory (void) |
void | compressFilelist (Header h) |
void | expandFilelist (Header h) |
void | buildOrigFileList (Header h, const char ***fileListPtr, int *fileCountPtr) |
int | myGlobPatternP (const char *patternURL) |
int | rpmGlob (const char *patterns, int *argcPtr, const char ***argvPtr) |
void | providePackageNVR (Header h) |
Definition in file misc.h.
|
Definition at line 534 of file misc.c. Referenced by assembleFileList(). |
|
Definition at line 388 of file misc.c. Referenced by doGetRecord(), hdrCompressFilelist(), hdrLoad(), mungeFilelist(), readPackageHeaders(), rpmReadHeaders(), and writeRPM(). |
|
|
|
Definition at line 186 of file misc.c. Referenced by runScript(). |
|
Definition at line 198 of file misc.c. Referenced by checkPassPhrase(), makeGPGSignature(), makePGPSignature(), verifyGPGSignature(), and verifyPGPSignature(). |
|
Definition at line 507 of file misc.c. Referenced by dbiUpdateRecord(), hdrExpandFilelist(), rpmdbAdd(), and writeRPM(). |
|
Definition at line 57 of file misc.c. Referenced by parsePrep(), processPackageFiles(), processSourceFiles(), and skipFiles(). |
|
Definition at line 266 of file misc.c. Referenced by doScript(), manageFile(), runScript(), and writeRPM(). |
|
Definition at line 545 of file misc.c. Referenced by processBinaryFile(), and rpmGlob(). |
|
Definition at line 771 of file misc.c. Referenced by doGetRecord(), hdrLoad(), packageBinaries(), readPackageHeaders(), rpmReadHeaders(), and writeRPM(). |
|
Definition at line 577 of file misc.c. Referenced by processBinaryFile(), rpmInstall(), and rpmQueryVerify(). |
|
Definition at line 63 of file misc.c. Referenced by rpmdbMoveDatabase(). |
|
|
|
Definition at line 21 of file misc.c. Referenced by parsePrep(), processPackageFiles(), processSourceFiles(), and skipFiles(). |
|
Remove occurences of trailing character from string.
Definition at line 32 of file misc.h. Referenced by readPackageHeaders(), and relocateFileList(). |