Go to the source code of this file.
Functions | |
char * | rpmPermsString (int mode) |
Return ls(1)-like formatted mode string. More... | |
int | rpmReadPackageManifest (FD_t fd, int *argcPtr, const char ***argvPtr) |
Read manifest, glob items, and append to existing args. More... |
Definition in file manifest.h.
|
Return ls(1)-like formatted mode string.
Definition at line 16 of file manifest.c. Referenced by permsFormat, and printFileInfo. |
|
Read manifest, glob items, and append to existing args.
Definition at line 60 of file manifest.c. Referenced by rpmInstall, and rpmQueryVerify. |