Go to the source code of this file.
Functions | |
char * | rpmPermsString (int mode) |
Return ls(1)-like formatted mode string. | |
int | rpmReadPackageManifest (FD_t fd, int *argcPtr, const char ***argvPtr) |
Read manifest, glob items, and append to existing args. |
Definition in file manifest.h.
|
Return ls(1)-like formatted mode string.
Definition at line 18 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 68 of file manifest.c. References _free(), appendStringBuf, argv, fdGetFp(), freeStringBuf(), getStringBuf(), newStringBuf(), rpmGlob(), and xcalloc(). Referenced by rpmGraph(), rpmInstall(), and rpmQueryVerify(). |