|
rpm 5.3.7
|
#include "system.h"#include <rpmio_internal.h>#include <rpmlog.h>#include <rpmmacro.h>#include <rpmtypes.h>#include "manifest.h"#include "debug.h"
Go to the source code of this file.
Defines | |
| #define | DOCTYPE_HTML_PUBLIC "<!DOCTYPE HTML PUBLIC" |
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.
| #define DOCTYPE_HTML_PUBLIC "<!DOCTYPE HTML PUBLIC" |
Referenced by rpmReadPackageManifest().
| char* rpmPermsString | ( | int | mode | ) |
Return ls(1)-like formatted mode string.
| mode | file mode |
Definition at line 15 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 63 of file manifest.c.
References _, _free(), D_, DOCTYPE_HTML_PUBLIC, fdGetFp(), fdGetOPath(), Fdopen(), Ferror(), Fstrerror(), rpmGlob(), rpmiobAppend(), rpmiobFree(), rpmiobNew(), rpmiobStr(), rpmlog(), RPMLOG_DEBUG, RPMLOG_ERR, RPMRC_FAIL, RPMRC_NOTFOUND, RPMRC_OK, and xcalloc().
Referenced by rpmgiLoadManifest().
1.7.3