This graph shows which files directly or indirectly include this file:
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.h.
|
Return ls(1)-like formatted mode string.
Definition at line 19 of file manifest.c. |
|
Read manifest, glob items, and append to existing args.
Definition at line 69 of file manifest.c. References _free(), appendStringBuf, D_, DOCTYPE_HTML_PUBLIC, fdGetFp(), Fdopen(), freeStringBuf(), getStringBuf(), newStringBuf(), next, rpmGlob(), RPMMESS_DEBUG, rpmMessage, RPMRC_NOTFOUND, RPMRC_OK, and xcalloc(). Referenced by rpmgiLoadManifest(), and rpmInstall(). |