#include "system.h"
#include <rpmio_internal.h>
#include <rpmdir.h>
#include <fts.h>
#include <poptIO.h>
#include <rpmrepo.h>
#include <rpmtypes.h>
#include <rpmtag.h>
#include <pkgio.h>
#include <rpmts.h>
#include "debug.h"
Go to the source code of this file.
|
#define | _RPMREPO_INTERNAL |
|
#define | QVA_ISSET(_qvaflags, _FLAG) ((_qvaflags) & (VERIFY_##_FLAG)) |
|
#define | VSF_ISSET(_vsflags, _FLAG) ((_vsflags) & (RPMVSF_##_FLAG)) |
|
#define | VSF_SET(_vsflags, _FLAG) (_vsflags) |= (RPMVSF_##_FLAG) |
|
#define | VSF_CLR(_vsflags, _FLAG) (_vsflags) &= ~(RPMVSF_##_FLAG) |
|
|
poptContext | rpmcliFini (poptContext optCon) |
| Destroy most everything needed by an rpm CLI executable context. More...
|
|
int | main (int argc, char *argv[]) |
|
#define _RPMREPO_INTERNAL |
#define QVA_ISSET |
( |
|
_qvaflags, |
|
|
|
_FLAG |
|
) |
| ((_qvaflags) & (VERIFY_##_FLAG)) |
#define VSF_CLR |
( |
|
_vsflags, |
|
|
|
_FLAG |
|
) |
| (_vsflags) &= ~(RPMVSF_##_FLAG) |
#define VSF_ISSET |
( |
|
_vsflags, |
|
|
|
_FLAG |
|
) |
| ((_vsflags) & (RPMVSF_##_FLAG)) |
#define VSF_SET |
( |
|
_vsflags, |
|
|
|
_FLAG |
|
) |
| (_vsflags) |= (RPMVSF_##_FLAG) |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 89 of file rpmrepo.c.
References _, __progname, _rpmrepo_debug, _rpmsw_stats, _rpmts_stats, argvAdd(), argvAppend(), argvCount(), argvFree(), argvPrint(), argvSort(), errno, mireLoadPatterns(), rpmcliFini(), RPMMIRE_GLOB, rpmrepoCheckTimeStamps(), rpmrepoDoFinalMove(), rpmrepoDoPkgMetadata(), rpmrepoDoRepoMetadata(), rpmrepoError(), rpmrepoFree(), rpmrepoGetFileList(), rpmrepoNew(), rpmrepoRealpath(), rpmrepoTestSetupDirs(), rpmtsCreate(), rpmtsFree(), rpmtsSetVSFlags(), ts, VSF_CLR, VSF_SET, vsflags, and xstrdup().
poptContext rpmcliFini |
( |
poptContext |
optCon | ) |
|
Destroy most everything needed by an rpm CLI executable context.
- Parameters
-
- Returns
- NULL always
Definition at line 523 of file poptALL.c.
References _free(), _headerPool, _rpmdbPool, _rpmjsI, _rpmjsPool, _rpmmdbI, _rpmmdbPool, _rpmmiPool, _rpmrepoPool, _rpmrubyI, _rpmrubyPool, _rpmwfPool, _scpPool, evr_tuple_match, evr_tuple_mire, evr_tuple_order, mireFree(), rpmCLIMacroContext, rpmFreeFilesystems(), rpmFreeMacros(), rpmFreeRpmrc(), rpmioClean(), rpmioFreePool(), rpmjsFree(), rpmmdbFree(), rpmnsClean(), rpmrubyFree(), and tagClean().
Referenced by main(), and rpmcliAllArgCallback().