#include "system.h"
#include <rpmio_internal.h>
#include <rpmlib.h>
#include <rpmmacro.h>
#include "stringbuf.h"
#include "manifest.h"
#include "misc.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
char * | rpmPermsString (int mode) |
Return ls(1)-like formatted mode string. | |
rpmRC | rpmReadPackageManifest (FD_t fd, int *argcPtr, const char ***argvPtr) |
Read manifest, glob items, and append to existing args. |
Definition in file manifest.c.
char* rpmPermsString | ( | int | mode | ) |
Return ls(1)-like formatted mode string.
mode | file mode |
Definition at line 19 of file manifest.c.
References S_ISLNK, S_ISSOCK, and xstrdup().
Referenced by permsFormat(), and printFileInfo().
Read manifest, glob items, and append to existing args.
Definition at line 69 of file manifest.c.
References _, _free(), appendStringBuf, argv, fdGetFp(), freeStringBuf(), getStringBuf(), newStringBuf(), next, rpmGlob(), RPMMESS_DEBUG, rpmMessage, RPMRC_NOTFOUND, RPMRC_OK, and xcalloc().
Referenced by rpmgiLoadManifest(), rpmGraph(), and rpmInstall().