rpm  5.4.14
Macros | Functions | Variables
poptALL.c File Reference

Popt tables for all rpm modes. More...

#include "system.h"
#include <rpmio.h>
#include <rpmiotypes.h>
#include <fts.h>
#include <mire.h>
#include <poptIO.h>
#include <rpmjs.h>
#include <rpmruby.h>
#include <rpmtag.h>
#include <rpmtypes.h>
#include <rpmversion.h>
#include <rpmmdb.h>
#include <rpmns.h>
#include <rpmrc.h>
#include <fs.h>
#include <rpmcli.h>
#include "debug.h"
Include dependency graph for poptALL.c:

Go to the source code of this file.

Macros

#define _RPMIOB_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)
 
#define POPT_SHOWVERSION   -999
 
#define POPT_SHOWRC   -998
 
#define POPT_QUERYTAGS   -997
 
#define POPT_PREDEFINE   -996
 
#define POPT_UNDEFINE   -994
 

Functions

static void printVersion (FILE *fp)
 Display rpm version. More...
 
void rpmcliConfigured (void)
 Make sure that rpm configuration has been read. More...
 
static const char * rpmcliEvalSlurp (const char *arg)
 
static void rpmcliAllArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data)
 
 rpmnsClean ()
 
 rpmFreeMacros (NULL)
 
 rpmFreeMacros (rpmCLIMacroContext)
 
 rpmFreeRpmrc ()
 
 rpmFreeFilesystems ()
 Release storage used by file system usage cache. More...
 
 tagClean (NULL)
 
 rpmioClean ()
 
static int checkfd (const char *devnull, int fdno, int flags)
 
 setprogname (argv[0])
 
 if (__progname==NULL)
 
 rpmSetVerbosity (RPMLOG_NOTICE)
 
 if (optionsTable==NULL)
 
 for (i=1;i< argc;i++)
 
 if (!strncmp(s, lt_, sizeof(lt_)-1)) s+
 
 for (path=path_buf;path!=NULL &&*path!= '\0';path=path_next)
 
void poptReadDefaultConfig (optCon, 1)
 
 poptSetExecPath (optCon, USRLIBRPM, 1)
 
 while ((rc=poptGetNextOpt(optCon)) > 0)
 
 if (rc< -1)
 
 if (_debug)
 

Variables

const char * __progname
 
unsigned intkeyids = _free(keyids)
 
static int _debug = 0
 
int _rpmds_nopromote
 
int _fps_debug
 
int _fsm_debug
 
int _fsm_threads
 
int _hdr_debug
 
int _hdrqf_debug
 
int _pkgio_debug
 
int _rpmrepo_debug
 
int _print_pkts
 
int _psm_debug
 
rpmioPool _psmPool = rpmioFreePool(_psmPool)
 
int _psm_threads
 
int _rpmal_debug
 
rpmioPool _rpmalPool = rpmioFreePool(_rpmalPool)
 
int _rpmds_debug
 
rpmioPool _rpmdsPool = rpmioFreePool(_rpmdsPool)
 
int _rpmfc_debug
 
rpmioPool _rpmfcPool = rpmioFreePool(_rpmfcPool)
 
int _rpmfi_debug
 
rpmioPool _rpmfiPool = rpmioFreePool(_rpmfiPool)
 
int _rpmgi_debug
 
rpmioPool _rpmgiPool = rpmioFreePool(_rpmgiPool)
 
int _rpmmi_debug
 
int _rpmps_debug
 
rpmioPool _rpmpsPool = rpmioFreePool(_rpmpsPool)
 
int _rpmsq_debug
 
int _rpmte_debug
 
rpmioPool _rpmtePool = rpmioFreePool(_rpmtePool)
 
rpmioPool _rpmtsiPool = rpmioFreePool(_rpmtsiPool)
 
int _rpmts_debug
 
rpmioPool _rpmtsPool = rpmioFreePool(_rpmtsPool)
 
int _rpmwf_debug
 
int _rpmts_macros
 
int _rpmts_stats
 
int _hdr_stats = _rpmts_stats
 Global header stats enabler. More...
 
rpmQueryFlags rpmcliQueryFlags
 Bit(s) from common command line options. More...
 
const char * rpmcliTargets = NULL
 
static int rpmcliInitialized = -1
 
static const char * rpmpoptfiles = RPMPOPTFILES
 
int global_depFlags = RPMDEPS_FLAG_ADDINDEPS
 
struct poptOption rpmcliDepFlagsPoptTable []
 
struct poptOption rpmcliAllPoptTable []
 Popt option table for options shared by all modes and executables. More...
 
 poptContext
 
rpmioPool _rpmrubyPool = rpmioFreePool(_rpmrubyPool)
 The pool of Ruby interpreter instances. More...
 
rpmioPool _headerPool = rpmioFreePool(_headerPool)
 
rpmioPool _rpmmiPool = rpmioFreePool(_rpmmiPool)
 
rpmioPool _dbiPool = rpmioFreePool(_dbiPool)
 
rpmioPool _rpmdbPool = rpmioFreePool(_rpmdbPool)
 
rpmioPool _rpmmdbPool = rpmioFreePool(_rpmmdbPool)
 
rpmioPool _rpmrepoPool = rpmioFreePool(_rpmrepoPool)
 
rpmioPool _rpmwfPool = rpmioFreePool(_rpmwfPool)
 
const char * evr_tuple_order = _free(evr_tuple_order)
 
const char * evr_tuple_match = _free(evr_tuple_match)
 
miRE evr_tuple_mire = mireFree(evr_tuple_mire)
 
 _rpmjsI = rpmjsFree(_rpmjsI)
 
 _rpmjsPool = rpmioFreePool(_rpmjsPool)
 
 _rpmrubyI = rpmrubyFree(_rpmrubyI)
 Current (global) interpreter instance. More...
 
 _rpmmdbI = rpmmdbFree(_rpmmdbI)
 
 optCon = poptFreeContext(optCon)
 
int xx
 
int i
 
const char * s = __progname
 
char * path { char * path_buf = xstrdup(rpmpoptfiles)
 
char * path_next
 
 path_buf = _free(path_buf)
 
Class: Rpmds
return NULL
 
int rc = 0
 

Detailed Description

Popt tables for all rpm modes.

Definition in file poptALL.c.

Macro Definition Documentation

#define _RPMIOB_INTERNAL

Definition at line 17 of file poptALL.c.

#define POPT_PREDEFINE   -996

Definition at line 67 of file poptALL.c.

Referenced by rpmcliAllArgCallback().

#define POPT_QUERYTAGS   -997

Definition at line 66 of file poptALL.c.

Referenced by rpmcliAllArgCallback().

#define POPT_SHOWRC   -998

Definition at line 65 of file poptALL.c.

Referenced by rpmcliAllArgCallback().

#define POPT_SHOWVERSION   -999

Definition at line 64 of file poptALL.c.

Referenced by rpmcliAllArgCallback().

#define POPT_UNDEFINE   -994

Definition at line 68 of file poptALL.c.

Referenced by rpmcliAllArgCallback().

#define QVA_ISSET (   _qvaflags,
  _FLAG 
)    ((_qvaflags) & (VERIFY_##_FLAG))

Definition at line 53 of file poptALL.c.

#define VSF_CLR (   _vsflags,
  _FLAG 
)    (_vsflags) &= ~(RPMVSF_##_FLAG)

Definition at line 57 of file poptALL.c.

Referenced by rpmcliAllArgCallback().

#define VSF_ISSET (   _vsflags,
  _FLAG 
)    ((_vsflags) & (RPMVSF_##_FLAG))

Definition at line 55 of file poptALL.c.

#define VSF_SET (   _vsflags,
  _FLAG 
)    (_vsflags) |= (RPMVSF_##_FLAG)

Definition at line 56 of file poptALL.c.

Referenced by rpmcliAllArgCallback().

Function Documentation

static int checkfd ( const char *  devnull,
int  fdno,
int  flags 
)
inlinestatic

Definition at line 617 of file poptALL.c.

References errno, fdno, and ret.

for ( )

Definition at line 721 of file poptALL.c.

References i, and strcmp().

for ( path  = path_bufpath != NULL && *path != '\0'; path = path_next)

Definition at line 748 of file poptALL.c.

References _free(), ac, av, fn, i, NULL, rpmGlob(), rpmlog(), RPMLOG_WARNING, rpmSecuritySaneFile(), and void.

if ( __progname  = NULL)
if ( optionsTable  = NULL)

Definition at line 714 of file poptALL.c.

References NULL, and rpmcliConfigured().

if ( strncmps, lt_, sizeof(lt_)-1)
if ( )

Definition at line 826 of file poptALL.c.

References __progname, exit, EXIT_FAILURE, and fprintf().

if ( _debug  )

Definition at line 838 of file poptALL.c.

References rpmIncreaseVerbosity.

void poptReadDefaultConfig ( optCon  ,
 
)

Referenced by rpmioInit().

poptSetExecPath ( optCon  ,
USRLIBRPM  ,
 
)

Referenced by rpmioInit().

static void printVersion ( FILE *  fp)
static

Display rpm version.

Definition at line 193 of file poptALL.c.

References _, __progname, fprintf(), RPM_NAME, rpmEVR, rpmIsVerbose, rpmlibTimestamp(), rpmlibVendor(), and rpmlibVersion().

Referenced by rpmcliAllArgCallback().

static void rpmcliAllArgCallback ( poptContext  con,
enum poptCallbackReason  reason,
const struct poptOption *  opt,
const char *  arg,
const void data 
)
static
rpmcliConfigured ( void  )

Make sure that rpm configuration has been read.

Warning
Options like –rcfile and –verbose must precede callers option.

Definition at line 203 of file poptALL.c.

References _free(), exit, EXIT_FAILURE, NULL, rpmReadConfigFiles(), t, te, and xstrdup().

Referenced by if(), main(), and rpmcliAllArgCallback().

static const char* rpmcliEvalSlurp ( const char *  arg)
static

Definition at line 227 of file poptALL.c.

References NULL, rpmExpand(), rpmiobAppend(), rpmiobFree(), rpmiobNew(), rpmiobSlurp(), Stat(), strcmp(), val, and xx.

Referenced by rpmcliAllArgCallback().

rpmFreeFilesystems ( )

Release storage used by file system usage cache.

Definition at line 38 of file fs.c.

References _free(), i, fsinfo::mntPoint, and numFilesystems.

Referenced by getFilesystemList().

rpmFreeMacros ( NULL  )
rpmFreeMacros ( rpmCLIMacroContext  )
rpmFreeRpmrc ( )
rpmioClean ( )

Definition at line 3217 of file rpmio.c.

Referenced by rpmioFini().

rpmnsClean ( )

Definition at line 858 of file depends.c.

rpmSetVerbosity ( RPMLOG_NOTICE  )
setprogname ( argv  [0])

Referenced by main(), and rpmioInit().

tagClean ( NULL  )
while ( (rc=poptGetNextOpt(optCon))  ,
 
)

Definition at line 809 of file poptALL.c.

References _, __progname, _free(), exit, EXIT_FAILURE, and fprintf().

Referenced by rebuildCompatTables(), and rpmnsProbeSignature().

Variable Documentation

const char* __progname

Definition at line 65 of file poptIO.c.

_dbiPool = rpmioFreePool(_dbiPool)

Definition at line 583 of file poptALL.c.

int _debug = 0
static

Definition at line 74 of file poptALL.c.

int _fps_debug

Definition at line 232 of file transaction.c.

int _fsm_debug

Definition at line 61 of file fsm.c.

Referenced by fsmSetup().

int _fsm_threads

Definition at line 65 of file fsm.c.

Referenced by fsmSetup().

int _hdr_debug

Definition at line 40 of file header.c.

_hdr_stats = _rpmts_stats

Global header stats enabler.

Definition at line 845 of file poptALL.c.

int _hdrqf_debug

Definition at line 69 of file hdrfmt.c.

_headerPool = rpmioFreePool(_headerPool)

Definition at line 584 of file poptALL.c.

Referenced by headerGetPool().

int _pkgio_debug

Definition at line 55 of file pkgio.c.

int _print_pkts

Definition at line 47 of file rpmchecksig.c.

int _psm_debug

Definition at line 72 of file psm.c.

Referenced by rpmpsmGetPool().

int _psm_threads

Definition at line 74 of file psm.c.

Referenced by rpmpsmNext().

_psmPool = rpmioFreePool(_psmPool)

Definition at line 562 of file poptALL.c.

Referenced by rpmpsmGetPool().

int _rpmal_debug

Definition at line 35 of file rpmal.c.

Referenced by rpmalGetPool().

_rpmalPool = rpmioFreePool(_rpmalPool)

Definition at line 568 of file poptALL.c.

Referenced by rpmalGetPool().

_rpmdbPool = rpmioFreePool(_rpmdbPool)

Definition at line 578 of file poptALL.c.

Referenced by rpmdbGetPool().

int _rpmds_debug

Definition at line 123 of file rpmds.c.

Referenced by rpmds_alloc(), rpmds_Debug(), rpmds_free(), rpmds_init(), and rpmds_new().

int _rpmds_nopromote
_rpmdsPool = rpmioFreePool(_rpmdsPool)

Definition at line 574 of file poptALL.c.

Referenced by rpmdsGetPool().

int _rpmfc_debug
_rpmfcPool = rpmioFreePool(_rpmfcPool)

Definition at line 570 of file poptALL.c.

Referenced by rpmfcGetPool().

int _rpmfi_debug

Definition at line 67 of file rpmfi.c.

Referenced by rpmfi_alloc(), rpmfi_Debug(), rpmfi_free(), rpmfi_init(), and rpmfi_new().

_rpmfiPool = rpmioFreePool(_rpmfiPool)

Definition at line 575 of file poptALL.c.

Referenced by rpmfiGetPool().

int _rpmgi_debug

Definition at line 37 of file rpmgi.c.

Referenced by rpmgiGetPool(), rpmgiInitFilter(), rpmgiNext(), and rpmgiWalkPathFilter().

_rpmgiPool = rpmioFreePool(_rpmgiPool)

Definition at line 559 of file poptALL.c.

Referenced by rpmgiGetPool().

_rpmjsI = rpmjsFree(_rpmjsI)

Definition at line 551 of file poptALL.c.

Referenced by rpmioClean(), and rpmjsI().

_rpmjsPool = rpmioFreePool(_rpmjsPool)

Definition at line 552 of file poptALL.c.

Referenced by rpmioClean(), and rpmjsGetPool().

_rpmmdbI = rpmmdbFree(_rpmmdbI)

Definition at line 556 of file poptALL.c.

_rpmmdbPool = rpmioFreePool(_rpmmdbPool)

Definition at line 557 of file poptALL.c.

int _rpmmi_debug

Definition at line 64 of file rpmdb.c.

_rpmmiPool = rpmioFreePool(_rpmmiPool)

Definition at line 560 of file poptALL.c.

Referenced by rpmmiGetPool().

int _rpmps_debug
_rpmpsPool = rpmioFreePool(_rpmpsPool)

Definition at line 567 of file poptALL.c.

Referenced by rpmpsGetPool().

int _rpmrepo_debug

Definition at line 66 of file rpmrepo.c.

_rpmrepoPool = rpmioFreePool(_rpmrepoPool)

Definition at line 579 of file poptALL.c.

Referenced by rpmrepoGetPool().

_rpmrubyI = rpmrubyFree(_rpmrubyI)

Current (global) interpreter instance.

At the moment, this variable is merely a safeguard against initializing the Ruby interpreter over and over again. In the future, when there is Ruby support for multiple interpreter instances, a flag given to rpmrubyNew() will use this variable and return the global interpreter instance.

Definition at line 553 of file poptALL.c.

Referenced by rpmioClean(), rpmrbLoadClasses(), rpmrubyI(), and rpmrubyNew().

_rpmrubyPool = rpmioFreePool(_rpmrubyPool)

The pool of Ruby interpreter instances.

See Also
rpmioPool

Definition at line 554 of file poptALL.c.

Referenced by rpmioClean(), and rpmrubyGetPool().

int _rpmsq_debug

Definition at line 278 of file rpmsq.c.

int _rpmte_debug

Definition at line 26 of file rpmte.c.

Referenced by rpmte_Debug(), rpmteGetPool(), and rpmtsiGetPool().

_rpmtePool = rpmioFreePool(_rpmtePool)

Definition at line 566 of file poptALL.c.

Referenced by rpmteGetPool().

int _rpmts_debug
int _rpmts_macros

Definition at line 99 of file rpmts.c.

int _rpmts_stats

Definition at line 96 of file rpmts.c.

Referenced by setStats().

_rpmtsiPool = rpmioFreePool(_rpmtsiPool)

Definition at line 563 of file poptALL.c.

Referenced by rpmtsiGetPool().

_rpmtsPool = rpmioFreePool(_rpmtsPool)

Definition at line 565 of file poptALL.c.

Referenced by rpmtsGetPool().

int _rpmwf_debug
_rpmwfPool = rpmioFreePool(_rpmwfPool)

Definition at line 577 of file poptALL.c.

evr_tuple_match = _free(evr_tuple_match)

Definition at line 546 of file poptALL.c.

evr_tuple_mire = mireFree(evr_tuple_mire)

Definition at line 547 of file poptALL.c.

Referenced by rpmEVRmire().

evr_tuple_order = _free(evr_tuple_order)

Definition at line 545 of file poptALL.c.

Referenced by rpmdsEVRorder(), and rpmEVRorder().

int global_depFlags = RPMDEPS_FLAG_ADDINDEPS

Definition at line 379 of file poptALL.c.

Referenced by main().

int i

Definition at line 672 of file poptALL.c.

keyids = _free(keyids)

Definition at line 598 of file poptALL.c.

Referenced by pgpStashKeyid().

return NULL

Definition at line 613 of file poptALL.c.

Referenced by __adler32(), __crc32(), __crc64(), __fdClose(), __fdOpen(), __fdRead(), __fdWrite(), _free(), _GetPass(), _poptSaveString(), _processFailedPackage(), _RequestPass(), _rpmtsCheck(), _rpmtsRun(), _spec_get_sources(), _specQuery(), _tagGenerate(), _tagName(), _tagType(), _tagValue(), addChangelog(), addFile(), addFileToArrayTag(), addFileToTag(), addFileToTagAux(), addMacro(), addMacroDefault(), addReqProv(), addRpmTags(), addSource(), addTE(), addTriggerIndex(), archScore(), argiAdd(), argiData(), argiFree(), argiSort(), argvAdd(), argvAppend(), argvCount(), argvFgets(), argvFree(), argvJoin(), argvPrint(), argvSearch(), argvSort(), argvSplit(), arHeaderRead(), arHeaderWrite(), armorFormat(), arSetup(), arTrailerWrite(), base64Format(), blockSignals(), bncdataFormat(), buildSpec(), cacheContainsDirectory(), cacheStashLatest(), cacheWalkPathFilter(), cdataFormat(), checkDependentConflicts(), checkDependentPackages(), checkDuplicateFiles(), checkForValidArchitectures(), checkPackageDeps(), checkPackageSet(), checkResponse(), checkSignals(), checkUnpackagedFiles(), Chroot(), ckHeader(), closeCallback(), cmpArgvStr(), collated_compare(), compareFileListRecs(), compressFilelist(), copyData(), copyFile(), cpio_doio(), cpioHeaderRead(), cpioStrCmp(), ctxFini(), ctxGetPool(), currentDirectory(), cvtfmode(), dataLength(), dateToTimet(), db3associate(), db3associate_foreign(), db3byteswapped(), db3cclose(), db3cdel(), db3cdup(), db3cget(), db3close(), db3copen(), db3cpget(), db3cput(), db3exists(), db3join(), db3open(), db3seqno(), db3stat(), db3sync(), db_fini(), db_init(), dbg_keyval(), dbiAppendSet(), dbiFindMatches(), dbiMireKeys(), dbiOpen(), dbiStatsAccumulator(), dbiTagsInit(), dbiTagToDbix(), debevrfmtTag(), debmd5sumsTag(), defaultMachine(), delMacro(), delMacroAll(), delTE(), digestFormat(), digGetPool(), dnlInitIterator(), dnlNextIterator(), doAddSubtract(), dodigest(), doFoo(), doIcon(), doLogical(), doLookup(), doMultiplyDivide(), doPatch(), doPatchMacro(), doPrimary(), doRelational(), doRmSource(), doScript(), doSetupMacro(), doUntar(), dpkgEVRcmp(), dupAttrRec(), dupMacroEntry(), ensureOlder(), evrCompare(), evrSplit(), expandMacros(), extractRegular(), Fadvise(), Fallocate(), Fclose(), fdbg(), fdDup(), fdFileno(), fdFini(), fdFiniDigest(), fdGetPool(), FDGSkip(), FDGsqlTag(), FDGxmlTag(), FDGyamlTag(), fdInitHmac(), Fdopen(), fdPop(), fdReadable(), fdSetOpen(), fdstat_enter(), fdstat_exit(), fdstat_op(), fdstat_print(), fdStealDigest(), fdUpdateDigests(), fdWritable(), Ferror(), Fflush(), fiIntersect(), Fileno(), filestatTag(), fillOutMainPackage(), findEntry(), findErases(), findLastChar(), findPreambleTag(), findSource(), findTag(), Fopen(), for(), formatValue(), fpCacheCreate(), fpCacheFree(), fpLookupSubdir(), Fread(), freeFileList(), freeFSM(), freeIOSM(), freeItem(), freePackages(), freeSl(), freeSources(), freeSt(), freeTriggerFiles(), fsmCommitLinks(), fsmFsPath(), fsmGetFi(), fsmGetTs(), fsmMakeLinks(), fsmMapAttrs(), fsmMapFContext(), fsmMapPath(), fsmMkdirs(), fsmRmdirs(), fsmSetup(), fsmStage(), fsmTeardown(), fssizesTag(), Fstat(), Fstrerror(), ftpAbort(), ftpChdir(), ftpCmd(), ftpCommand(), ftpFileDone(), ftpLogin(), ftpLstat(), ftpMkdir(), ftpNLST(), ftpOpen(), ftpOpendir(), ftpReadlink(), ftpRealpath(), ftpRename(), ftpReq(), ftpRmdir(), ftpStat(), ftpUnlink(), fts_alloc(), fts_build(), Fts_children(), Fts_close(), Fts_open(), fts_padjust(), fts_palloc(), Fts_read(), fts_safe_changedir(), fts_sort(), ftsCachePrint(), ftsCacheUpdate(), Fwrite(), genCpioListAndHeader(), genSourceRpmName(), getBuildTime(), getFdErrstr(), getFilesystemList(), getGidS(), getGname(), getGnameS(), getMachineInfo(), getOutputFrom(), getSignid(), getSource(), getSourceDir(), getUidS(), getUname(), getUnameS(), gidToGname(), glob(), glob_in_dir(), globfree(), gnameToGid(), grabArgs(), handleOneTrigger(), handleOverlappedFiles(), handlePreambleTag(), hdr_dealloc(), hdr_dsFromHeader(), hdr_fiFromHeader(), hdr_getattro(), hdr_subscript(), hdrGetOrigin(), hdrKeyList(), hdrLoad(), hdrSetOrigin(), hdrSprintf(), hdrUnload(), headerAddEntry(), headerAppendEntry(), headerCheck(), headerFini(), headerGet(), headerGetBaseURL(), headerGetDigest(), headerGetEndOff(), headerGetInstance(), headerGetOrigin(), headerGetParent(), headerGetPool(), headerGetRpmdb(), headerGetStartOff(), headerGetStatbuf(), headerGetStats(), headerInit(), headerIsEntry(), headerLoad(), headerMacrosLoad(), headerMacrosUnload(), headerMap(), headerMergeLegacySigs(), headerModifyEntry(), headerNEVRA(), headerNew(), headerNext(), headerRegenSigHeader(), headerReload(), headerRemoveEntry(), headerScrub(), headerSetBaseURL(), headerSetDigest(), headerSetEndOff(), headerSetInstance(), headerSetOrigin(), headerSetParent(), headerSetRpmdb(), headerSetStartOff(), headerSetStatbuf(), headerSizeof(), headerSprintf(), headerUnload(), hGetColor(), hGetNVRA(), hsaInit(), hsaNext(), htAddEntry(), htCreate(), htFini(), htGetEntry(), htGetKeys(), htGetPool(), httpOpen(), httpReq(), i18nTag(), iconvFormat(), IDTXfree(), IDTXglob(), IDTXgrow(), IDTXload(), IDTXsort(), if(), Init_rpm(), init_rpm(), initGlobs(), initParts(), initSourceHeader(), initSourceHeaderScriptlet(), initSourceHeaderScriptlets(), installArgCallback(), intFormat(), intGetEntry(), iosmCommitLinks(), iosmFsPath(), iosmGetFi(), iosmMakeLinks(), iosmMapAttrs(), iosmMapFContext(), iosmMapPath(), iosmMkdirs(), iosmRmdirs(), iosmSetup(), iosmStage(), iosmStrCmp(), iosmStrerror(), iosmTeardown(), is_year(), isCompressed(), isPart(), jsonFormat(), labelCompare(), Link(), loadDBT(), localeTag(), lookupInCanonTable(), lookupPackage(), machAddEquiv(), main(), makeGPGSignature(), makeHDRSignature(), manageFile(), mapFind(), mapFreeIterator(), mapTagName(), miFreeHeader(), mireAppend(), mireClean(), mireFreeAll(), mireGetPool(), mireLoadPatterns(), mireRegcomp(), mireRegexec(), mireSetGOptions(), mireSetLocale(), mireSkip(), mireStudy(), missingokTag(), mtree_error(), myTagName(), myTagValue(), ncores(), needswhatTag(), newOpenFileInfo(), newPackage(), newSl(), newSpec(), newSt(), next_brace_sub(), nullAttrRec(), nwlookupTag(), Open(), open_dso(), packageBinaries(), packagedDir(), packageSources(), parseBits(), parseBuildInstallClean(), parseChangelog(), parseDescription(), parseExpression(), parseExpressionBoolean(), parseExpressionString(), parseFiles(), parseForAttr(), parseForConfig(), parseForDev(), parseForLang(), parseFormat(), parseForRegexLang(), parseForSimple(), parseForVerify(), parseNum(), parsePreamble(), parsePrep(), parseRCPOT(), parseScript(), parseSimplePart(), parseSpec(), pgpArmorUnwrap(), pgpArmorWrap(), pgpDigClean(), pgpDigFini(), pgpGetPubkey(), pgpGetSig(), pgpGetSignature(), pgpGrabPkts(), pgpHashAlgoStringToNumber(), pgpIsPkt(), pgpMpiSet(), pgpPrtPkts(), pgpPrtPubkeyParams(), pgpPrtSeckeyParams(), pgpPubkeyFingerprint(), pgpReadPkts(), pgpSetSig(), pgpsigFormat(), pgpStashKeyid(), pgpStatsAccumulator(), physmem(), pkgbaseurlTag(), pkgdigestTag(), pkgFini(), pkgGetPool(), pkgoriginTag(), pkgUnpackagedSubdirs(), platformScore(), populateInstallHeader(), postPopulateInstallHeader(), PRCOSkip(), PRCOsqlTag(), PRCOxmlTag(), PRCOyamlTag(), prefix_array(), prepFetch(), prepFetchVerbose(), printDeps(), printFileInfo(), printSize(), processBinaryFile(), processBinaryFiles(), processMetadataFile(), processPackageFiles(), processScriptFiles(), processSourceFiles(), providePackageNVR(), psmWait(), pushMacro(), queryArgCallback(), queryHeader(), rdLead(), rdSignature(), rdToken(), readFile(), readLine(), readLineFromOFI(), Realpath(), recurseDir(), regionSwab(), relocateFileList(), removePackage(), removeSillyDeps(), Rename(), repoWriteMetadataDocs(), restoreFirstChar(), rfileHeaderSprintf(), rpm_mergesort(), rpmAddSignature(), rpmal_Wrap(), rpmalAdd(), rpmalAddProvides(), rpmalAllFileSatisfiesDepend(), rpmalAllSatisfiesDepend(), rpmalDel(), rpmalFini(), rpmalGetPool(), rpmalMakeIndex(), rpmalNew(), rpmalSatisfiesDepend(), rpmbcClean(), rpmbcExportPubkey(), rpmbcExportSignature(), rpmbcFree(), rpmbcMpiItem(), rpmbcSetECDSA(), rpmbcSetELG(), rpmbcSetRSA(), rpmCheckPassPhrase(), rpmCleanPath(), rpmcliAllArgCallback(), rpmcliArgIter(), rpmcliConfigured(), rpmcliEraseElement(), rpmcliEvalSlurp(), rpmcliImportPubkey(), rpmcliImportPubkeys(), rpmcliInstall(), rpmcliInstallElementPath(), rpmcliInstallProblems(), rpmcliInstallSuggests(), rpmcliQuery(), rpmcliShowMatches(), rpmcliSign(), rpmcliVerify(), rpmcliWalkFirst(), rpmdb_dealloc(), rpmdbAdd(), rpmdbBlockDBI(), rpmdbCheckTerminate(), rpmdbClose(), rpmdbCloseDBI(), rpmdbCount(), rpmdbe_event_notify(), rpmdbExportHR_MIB(), rpmdbExportL10N_SQL(), rpmdbGetPool(), rpmdbMireApply(), rpmdbNew(), rpmdbOpen(), rpmdbOpenAll(), rpmdbOpenDatabase(), rpmdbRemove(), rpmdbTriggerGlobs(), rpmdbURIPath(), rpmdcAlgo2Name(), rpmdcArgCallback(), rpmdcCalcFile(), rpmdcCWalk(), rpmdcFiniFile(), rpmdcInitFile(), rpmdcLoadManifests(), rpmdcName2Algo(), rpmdcParseCoreutils(), rpmdcParseZeroInstall(), rpmdcPrintCoreutils(), rpmdcPrintFile(), rpmdcPrintZeroInstall(), rpmdepPrint(), rpmDigestAlgo(), rpmDigestASN1(), rpmDigestDup(), rpmDigestF(), rpmDigestFinal(), rpmDigestInit(), rpmDigestName(), rpmDigestUpdate(), rpmds_Debug(), rpmds_free(), rpmds_init(), rpmds_new(), rpmds_ParseEVR(), rpmds_Single(), rpmds_Wrap(), rpmdsA(), rpmdsAnyMatchesDep(), rpmdsBT(), rpmdsColor(), rpmdsCount(), rpmdsCpuinfo(), rpmdsCpuinfoCtagFlags(), rpmdsDNEVR(), rpmdsDup(), rpmdsDupArgv(), rpmdsELF(), rpmdsEVR(), rpmdsExclude(), rpmdsFind(), rpmdsFini(), rpmdsFlags(), rpmdsFreePRCO(), rpmdsFromPRCO(), rpmdsGetPool(), rpmdsInclude(), rpmdsInit(), rpmdsIx(), rpmdsLdconfig(), rpmdsMerge(), rpmdsN(), rpmdsNew(), rpmdsNewDNEVR(), rpmdsNExclude(), rpmdsNext(), rpmdsNInclude(), rpmdsNoPromote(), rpmdsNotify(), rpmdsNSAdd(), rpmdsNSType(), rpmdsNVRMatchesDep(), rpmdsPipe(), rpmdsPrint(), rpmdsPrintResults(), rpmdsProblem(), rpmdsRefs(), rpmdsResult(), rpmdsRpmlib(), rpmdsSearch(), rpmdsSetBT(), rpmdsSetColor(), rpmdsSetEVRcmp(), rpmdsSetEVRparse(), rpmdsSetIx(), rpmdsSetNoPromote(), rpmdsSetRefs(), rpmdsSetResult(), rpmdsSingle(), rpmdsSysinfoFile(), rpmdsTagN(), rpmdsThis(), rpmDumpMacroTable(), rpmErase(), rpmEVRcmp(), rpmEVRcompare(), rpmEVRflags(), rpmEVRfree(), rpmEVRmire(), rpmEVRorder(), rpmEVRoverlap(), rpmEVRparse(), rpmExpand(), rpmExpandNumeric(), rpmfcApply(), rpmfcClassify(), rpmfcColoring(), rpmfcExec(), rpmfcExpandAppend(), rpmfcExpandRegexps(), rpmfcFileDep(), rpmfcFini(), rpmfcGenerateDepends(), rpmfcGenerateDependsHelper(), rpmfcGenerateScriptletDeps(), rpmfcGetPool(), rpmfcHelper(), rpmfcPrint(), rpmfcSaveArg(), rpmfcSCRIPT(), rpmfd_Debug(), rpmfd_Wrap(), rpmfi_Debug(), rpmfi_FClass_get(), rpmfi_init(), rpmfi_new(), rpmfi_Wrap(), rpmfiAddRelocation(), rpmfiBloomFN(), rpmfiBN(), rpmfiBuildFClasses(), rpmfiBuildFDeps(), rpmfiBuildFNames(), rpmfiColor(), rpmfiCompare(), rpmfiDC(), rpmfiDecideFate(), rpmfiDigest(), rpmfiDN(), rpmfiDupeRelocations(), rpmfiDX(), rpmfiExclude(), rpmfiFC(), rpmfiFClass(), rpmfiFColor(), rpmfiFContext(), rpmfiFDepends(), rpmfiFFlags(), rpmfiFGroup(), rpmfiFini(), rpmfiFInode(), rpmfiFLink(), rpmfiFMode(), rpmfiFMtime(), rpmfiFN(), rpmfiFNBF(), rpmfiFNlink(), rpmfiFpLookup(), rpmfiFpsIndex(), rpmfiFRdev(), rpmfiFreeRelocations(), rpmfiFSize(), rpmfiFStat(), rpmfiFState(), rpmfiFUser(), rpmfiFX(), rpmfiGetPool(), rpmfiInclude(), rpmfiInit(), rpmfiInitD(), rpmfiIsSource(), rpmfiNew(), rpmfiNExclude(), rpmfiNext(), rpmfiNextD(), rpmfiNInclude(), rpmfiOpendir(), rpmfiSetDX(), rpmfiSetFFlags(), rpmfiSetFState(), rpmfiSetFX(), rpmfiSetHeader(), rpmfiSetVFlags(), rpmfiStat(), rpmfiVFlags(), rpmFreeMacros(), rpmFreeRpmrc(), rpmfts_dealloc(), rpmfts_Debug(), rpmfts_init(), rpmfts_new(), rpmfts_print(), rpmfts_traverse(), rpmGenPath(), rpmGetFilesystemUsage(), rpmGetMacroEntries(), rpmGetPath(), rpmgiFini(), rpmgiGetFlags(), rpmgiGetPool(), rpmgiGlobArgv(), rpmgiHdrPath(), rpmgiHeader(), rpmgiInitFilter(), rpmgiLoadManifest(), rpmgiLoadNextKey(), rpmgiLoadReadHeader(), rpmgiNew(), rpmgiNext(), rpmgiOpen(), rpmgiRc(), rpmgiReadHeader(), rpmgiSetArgs(), rpmgiShowMatches(), rpmgiTs(), rpmgiWalkReadHeader(), rpmGlob(), rpmhdr_fi(), rpmhdr_sprintf(), rpmHeaderFromFD(), rpmHeaderFromFile(), rpmHeadersIdentical(), rpmHeaderToFD(), rpmHeaderToFile(), rpmheRealloc(), rpmHmacInit(), rpmhookArgsFree(), rpmhookCall(), rpmhookCallArgs(), rpmhookRegister(), rpmhookTableDelItem(), rpmhookTableRehash(), rpmhookUnregister(), rpmhookUnregisterAll(), rpmhookUnregisterAny(), rpmInitMacros(), rpmInstallSource(), rpmInstallSourcePackage(), rpmioAccess(), rpmioAllArgCallback(), rpmiobAppend(), rpmiobBuf(), rpmiobEmpty(), rpmiobGetPool(), rpmiobLen(), rpmiobRTrim(), rpmiobSlurp(), rpmiobStr(), rpmioClean(), rpmioFini(), rpmioFreePool(), rpmioFreePoolItem(), rpmioGetPool(), rpmioInit(), rpmioLinkPoolItem(), rpmioMkpath(), rpmioNewPool(), rpmioParse(), rpmioPutPool(), rpmioUnlinkPoolItem(), rpmjsFini(), rpmjsGetPool(), rpmjsI(), rpmjsNew(), rpmjsRun(), rpmjsRunFile(), rpmkuFindPubkey(), rpmkuPassPhrase(), rpmlibNeedsFeature(), rpmLoadMacroFile(), rpmLoadMacros(), rpmlogCode(), rpmlogMessage(), rpmlogPrint(), rpmlogRecMessage(), rpmmc_expand(), rpmmc_list(), rpmMCExpand(), rpmmgBuffer(), rpmmgFile(), rpmmgFini(), rpmmgGetPool(), rpmmi_each(), rpmmi_new(), rpmmi_next(), rpmmi_Wrap(), rpmmiAddPattern(), rpmmiCount(), rpmmiFini(), rpmmiGet(), rpmmiGetPool(), rpmmiGrow(), rpmmiGrowBasename(), rpmmiInit(), rpmmiNext(), rpmmiPrune(), rpmmiSetModified(), rpmmiSetRewrite(), rpmMkdirPath(), rpmnsArch(), rpmnsClean(), rpmnsParse(), rpmnsProbe(), rpmnsProbeSignature(), rpmperlFini(), rpmperlGetPool(), rpmperlI(), rpmperlNew(), rpmperlRun(), rpmpkgCheck(), rpmpkgRead(), rpmpkgWrite(), rpmPlatform(), rpmPlatformScore(), rpmps_Append(), rpmps_Debug(), rpmps_init(), rpmps_new(), rpmps_print(), rpmps_Wrap(), rpmpsAppend(), rpmpsCreate(), rpmpsFini(), rpmpsFreeIterator(), rpmpsGetPool(), rpmpsGetProblem(), rpmpsInitIterator(), rpmpsmFini(), rpmpsmGetPool(), rpmpsmNew(), rpmpsmScriptStage(), rpmpsmSetAsync(), rpmpsmStage(), rpmpsNextIterator(), rpmpsPrint(), rpmpsProblem(), rpmpsTrim(), rpmpythonFini(), rpmpythonGetPool(), rpmpythonI(), rpmpythonNew(), rpmpythonRun(), rpmpythonRunFile(), rpmpythonSlurp(), rpmQueryVerify(), rpmrbLoadClasses(), rpmrbLoadFile(), rpmReadConfigFiles(), rpmReadHeader(), rpmReadHeaders(), rpmReadPackageFile(), rpmReadPackageManifest(), rpmReadRC(), rpmRebuildTargetVars(), rpmrepoCheckTimeStamps(), rpmrepoCloseMDFile(), rpmrepoDoFinalMove(), rpmrepoDoPkgMetadata(), rpmrepoDoRepoMetadata(), rpmrepoError(), rpmrepoFclose(), rpmrepoGetFileList(), rpmrepoGetPath(), rpmrepoGetPool(), rpmrepoInitPopt(), rpmrepoMDExpand(), rpmrepoMkdir(), rpmrepoOpenMDFile(), rpmrepoProgress(), rpmrepoReadHeader(), rpmrepoRealpath(), rpmrepoRfileDigest(), rpmrepoTestSetupDirs(), rpmrepoWriteMDFile(), rpmReSign(), rpmrfileXMLWrite(), rpmRollback(), rpmrubyFini(), rpmrubyGetPool(), rpmrubyI(), rpmrubyNew(), rpmrubyRun(), rpmSetMachine(), rpmShowProgress(), rpmShowRC(), rpmSingleHeaderFromFD(), rpmspecQuery(), rpmsqAction(), rpmsqEnable(), rpmsqFork(), rpmsqInsert(), rpmsqJoin(), rpmsqlFini(), rpmsqlGetPool(), rpmsqlI(), rpmsqlNew(), rpmsqlRun(), rpmsqRemove(), rpmsqThread(), rpmsquirrelFini(), rpmsquirrelGetPool(), rpmsquirrelI(), rpmsquirrelNew(), rpmsquirrelRun(), rpmsquirrelRunFile(), rpmsqWaitUnregister(), rpmswAdd(), rpmswDiff(), rpmswEnter(), rpmswExit(), rpmswNow(), rpmswPrint(), rpmswSub(), rpmsxExec(), rpmsxGetfilecon(), rpmsxGetPool(), rpmsxI(), rpmsxLgetfilecon(), rpmsxLsetfilecon(), rpmsxMatch(), rpmsxNew(), rpmsxSetfilecon(), rpmtclFini(), rpmtclGetPool(), rpmtclI(), rpmtclNew(), rpmtclRun(), rpmtclRunFile(), rpmte_alloc(), rpmte_Debug(), rpmte_Wrap(), rpmteA(), rpmteAddedKey(), rpmteBreadth(), rpmteChain(), rpmteClose(), rpmteColor(), rpmteColorDS(), rpmteD(), rpmteDBHeader(), rpmteDBInstance(), rpmteDBOffset(), rpmteDegree(), rpmteDepth(), rpmteDS(), rpmteE(), rpmteFailed(), rpmteFd(), rpmteFDHeader(), rpmteFI(), rpmteFreeTSI(), rpmteGetPool(), rpmteHaveTransScript(), rpmteHdrid(), rpmteHeader(), rpmteIsSource(), rpmteKey(), rpmTempFile(), rpmteN(), rpmteNEVR(), rpmteNEVRA(), rpmteNewTSI(), rpmteNpreds(), rpmteO(), rpmteOpen(), rpmteParent(), rpmtePkgFileSize(), rpmtePkgid(), rpmteR(), rpmteSetAddedKey(), rpmteSetBreadth(), rpmteSetColor(), rpmteSetDBInstance(), rpmteSetDegree(), rpmteSetDepth(), rpmteSetFI(), rpmteSetHeader(), rpmteSetNpreds(), rpmteSetParent(), rpmteSetTree(), rpmteSourcerpm(), rpmteTree(), rpmteType(), rpmteV(), rpmts_dealloc(), rpmts_Die(), rpmts_free(), rpmts_mi(), rpmts_new(), rpmts_parse_spec(), rpmtsAddEraseElement(), rpmtsAddFingerprints(), rpmtsAddInstallElement(), rpmtsAddObsoletes(), rpmtsAddUpgrades(), rpmtsARBGoal(), rpmtsAvailable(), rpmtsCallback(), rpmtsCheckDSIProblems(), rpmtsCheckInstalledFiles(), rpmtsChrootDone(), rpmtsClean(), rpmtsCleanDig(), rpmtsCloseDB(), rpmtsCloseSDB(), rpmtsColor(), rpmtsCreate(), rpmtsCurrDir(), rpmtsDBMode(), rpmtsDFlags(), rpmtsDig(), rpmtsElement(), rpmtsEmpty(), rpmtsEraseDebuginfo(), rpmtsFilterFlags(), rpmtsFindBaseNamesInDB(), rpmtsFindPubkey(), rpmtsFini(), rpmtsFinish(), rpmtsFlags(), rpmtsGetKeyring(), rpmtsGetPool(), rpmtsGetRdb(), rpmtsGetTid(), rpmtsGoal(), rpmtsiFi(), rpmtsiFini(), rpmtsiGetPool(), rpmtsiNext(), rpmtsiNextElement(), rpmtsInitDSI(), rpmtsInitIterator(), rpmtsLoadNVRA(), rpmtsMarkLinkedFailed(), rpmtsNElements(), rpmtsNotify(), rpmtsOp(), rpmtsOpenDB(), rpmtsOpenSDB(), rpmtsPRCO(), rpmtsPrefColor(), rpmtsPrepare(), rpmtsPrintStat(), rpmtsProblems(), rpmtsProcess(), rpmtsRebuildDB(), rpmtsRepackage(), rpmtsRollback(), rpmtsRootDir(), rpmtsRunScript(), rpmtsSanityCheck(), rpmtsScriptFd(), rpmtsSetARBGoal(), rpmtsSetChrootDone(), rpmtsSetColor(), rpmtsSetCurrDir(), rpmtsSetDBMode(), rpmtsSetDFlags(), rpmtsSetFlags(), rpmtsSetGoal(), rpmtsSetKeyring(), rpmtsSetNotifyCallback(), rpmtsSetRootDir(), rpmtsSetScriptFd(), rpmtsSetTid(), rpmtsSetType(), rpmtsSetup(), rpmtsSkipFiles(), rpmtsSolve(), rpmtsType(), rpmtsUnorderedSuccessors(), rpmtsUpdateDSI(), rpmuuidMake(), rpmvcFini(), rpmvcGetPool(), rpmvcNew(), rpmVerifyScript(), rpmVerifySignatures(), rpmvfFree(), rpmvfNew(), rpmvfVerify(), rpmvtGetPool(), rpmvtNew(), rpmWriteHeader(), rpmWriteHeaders(), rpmxarFini(), rpmxarGetPool(), rpmxarNew(), rpmxarNext(), rpmxarPath(), rpmxarPull(), rpmxarPush(), rpmxarSwapBuf(), rpnFormat(), runImmedTriggers(), runInstScript(), runScript(), runTriggers(), runTriggersLoop(), saveHardLink(), scpFini(), scpGetPool(), scpNew(), scpReset(), scpResetAv(), scpResetKeys(), setDefaults(), setEpochPromote(), setLogFile(), setPathDefault(), setStats(), setVerbosity(), showQueryPackage(), showVerifyPackage(), signalsCaught(), singleSprintf(), spec_get_packages(), spec_Wrap(), specFini(), specGetPool(), spewescapeFormat(), sql_bind_data(), sql_bind_key(), sql_cdel(), sql_cget(), sql_close(), sql_cpget(), sql_cput(), sql_exec(), sql_exists(), sql_initDB(), sql_initDB_cb(), sql_open(), sql_seqno_cb(), sql_stat_cb(), sql_step(), stashSt(), statFormat(), str2uuid(), strdup_iconv_check(), strntoul(), strsubFormat(), strtokWithQuotes(), sum32Reset(), sum64Reset(), switch(), szHeader(), tag2uuidv5(), tagClean(), tagLoadATags(), tagLoadIndex(), tagStoreFree(), tagSwab(), tagValidate(), tarHeaderRead(), tarHeaderReadName(), tarHeaderWrite(), tarTrailerWrite(), tblName(), tcpConnect(), timeCheck(), triggercondsTag(), triggertypeTag(), tv2uuidv1(), tvsub(), ufdClose(), ufdCopy(), ufdGetUrlinfo(), ufdOpen(), uidToUname(), unameToUid(), unblockSignals(), unsatisfiedDepend(), urlConnect(), urlFind(), urlFreeCache(), urlGetFile(), urlGetPool(), urlIsURL(), urlPath(), urlSplit(), urlType(), uuidFormat(), verifyDependencies(), versionCompare(), vmefail(), vrpmlog(), whatneedsTag(), while(), wnlookupTag(), writeFile(), writeLinkedFile(), writeRPM(), xarDev(), xarGid(), xarMode(), xarRead(), xarSize(), xarTime(), xarUid(), Xcvtdberr(), XfdNew(), xisrpmalpha(), xmlFormat(), XpoptDupArgv(), XpoptParseArgvString(), xstrtolocale(), XurlNew(), and yamlFormat().

return optCon = poptFreeContext(optCon)
char* path { char * path_buf = xstrdup(rpmpoptfiles)
path_buf = _free(path_buf)

Definition at line 780 of file poptALL.c.

Referenced by rpmioInit().

char* path_next

Definition at line 746 of file poptALL.c.

Referenced by rpmioInit().

poptContext
Initial value:
{
_rpmjsPool
Definition: poptALL.c:552

Definition at line 525 of file poptALL.c.

Referenced by doSetupMacro(), grabArgs(), main(), parseDescription(), parseFiles(), parseScript(), rpmioInit(), and rpmrepoInitPopt().

return rc = 0

Definition at line 670 of file poptALL.c.

Referenced by __fdClose(), __fdRead(), __fdWrite(), _processFailedPackage(), _rpmtsCheck(), Access(), addFile(), argvFgets(), arHeaderRead(), arHeaderWrite(), arRead(), arTrailerWrite(), arWrite(), buildSpec(), checkDependentConflicts(), checkDependentPackages(), checkForDuplicates(), checkForRequired(), checkForValidArchitectures(), checkPackageDeps(), checkPackageSet(), checkResponse(), checkUnpackagedFiles(), Chmod(), Chown(), Chroot(), ckHeader(), cmpItem(), copyData(), copyEntry(), copyFile(), cpio_doio(), cpioHeaderRead(), cpioHeaderWrite(), cpioRead(), cpioTrailerWrite(), cpioWrite(), createDir(), CyamlTag(), db3associate(), db3associate_foreign(), db3byteswapped(), db3cclose(), db3ccount(), db3cdel(), db3cdup(), db3cget(), db3close(), db3copen(), db3cpget(), db3cput(), db3exists(), db3join(), db3open(), db3seqno(), db3stat(), db3sync(), db_fini(), db_init(), dbiFindMatches(), dbiMireKeys(), dbiOpen(), debevrfmtTag(), debevrTag(), debmd5sumsTag(), defaultMachine(), dodigest(), doIcon(), doRmSource(), doScript(), doSetupMacro(), dpkgEVRcmp(), ensureOlder(), evrCompare(), expandFIFO(), expandMacros(), extractRegular(), Fadvise(), Fallocate(), Fchmod(), Fchown(), Fclose(), fdFgets(), FDGsqlTag(), FDGxmlTag(), FDGyamlTag(), fdReadable(), fdSeek(), fdstat_exit(), fdWritable(), Ferror(), Fgetpos(), Fileno(), filestatTag(), findErases(), findPreambleTag(), Fread(), Fseek(), Fsetpos(), fsmCommitLinks(), fsmMakeLinks(), fsmMapPath(), fsmMkdirs(), fsmRmdirs(), fsmSetup(), fsmStage(), fsmTeardown(), fssizesTag(), Fstat(), Ftell(), ftpAbort(), ftpCheckResponse(), ftpCmd(), ftpCommand(), ftpFileDone(), ftpLogin(), ftpLstat(), ftpMkdir(), ftpNLST(), ftpOpendir(), ftpReadlink(), ftpRename(), ftpReq(), ftpStat(), ftsCachePrint(), ftsCacheUpdate(), Fwrite(), genCpioListAndHeader(), getExtension(), getOutputFrom(), getSignid(), handleOneTrigger(), handlePreambleTag(), hdrUnload(), headerAddEntry(), headerAppendEntry(), headerCheck(), headerGet(), headerNext(), headerPut(), httpReq(), httpResp(), i18nTag(), intGetEntry(), iosmCommitLinks(), iosmMakeLinks(), iosmMapPath(), iosmMkdirs(), iosmRmdirs(), iosmSetup(), iosmStage(), iosmTeardown(), isCompressed(), isMemberInEntry(), labelCompare(), Lchflags(), Lchmod(), Lchown(), localeTag(), lookupPackage(), Lstat(), Lutimes(), main(), makeGPGSignature(), makeHDRSignature(), matchTok(), miFreeHeader(), mireApply(), mireLoadPatterns(), mireRegcomp(), mireRegexec(), mireSetCOptions(), mireSetEOptions(), mireSetGOptions(), mireSetLocale(), mireSkip(), mireStudy(), Mkfifo(), Mknod(), needswhatTag(), nwlookupTag(), offsetCmp(), OyamlTag(), packageBinaries(), packageSources(), parseBuildInstallClean(), parseChangelog(), parseDescription(), parseFiles(), parseForDev(), parseForRegexLang(), parseNum(), parsePreamble(), parsePrep(), parseRCPOT(), parseScript(), parseSimplePart(), pgpArmorUnwrap(), pgpFindPubkey(), pgpIsPkt(), pgpPrtKey(), pgpPrtPkt(), pgpPrtSig(), pgpPubkeyFingerprint(), pkgbaseurlTag(), pkgdigestTag(), pkgoriginTag(), pointRpmEVR(), PRCOSkip(), PRCOsqlTag(), PRCOxmlTag(), PRCOyamlTag(), prepFetch(), processBinaryFile(), processBinaryFiles(), processMetadataFile(), processPackageFiles(), processSourceFiles(), PyamlTag(), queryArgCallback(), rdLead(), rdSignature(), readFile(), readLine(), Readlink(), recurseDir(), repoWriteMetadataDocs(), rpmalAllSatisfiesDepend(), rpmbcAvailableCipher(), rpmbcAvailableDigest(), rpmbcAvailablePubkey(), rpmbcErrChk(), rpmbcGenerate(), rpmbcGenerateDSA(), rpmbcGenerateRSA(), rpmbcMpiItem(), rpmbcSetDSA(), rpmbcSetECDSA(), rpmbcSetELG(), rpmbcSetRSA(), rpmbcSign(), rpmbcSignDSA(), rpmbcSignRSA(), rpmbcVerify(), rpmbcVerifyDSA(), rpmbcVerifyRSA(), rpmCheckPassPhrase(), rpmcliEraseElement(), rpmcliImportPubkey(), rpmcliImportPubkeys(), rpmcliInstall(), rpmcliInstallProblems(), rpmcliSign(), rpmdbAdd(), rpmdbClose(), rpmdbCloseDBI(), rpmdbCount(), rpmdbExportHR_MIB(), rpmdbExportInfo(), rpmdbExportL10N_SQL(), rpmdbMireApply(), rpmdbOpenAll(), rpmdbOpenDatabase(), rpmdbRemove(), rpmdcCalcFile(), rpmdcFiniFile(), rpmdcInitFile(), rpmdcParseCoreutils(), rpmdcParseZeroInstall(), rpmdcPrintFile(), rpmdsCpuinfo(), rpmdsLdconfig(), rpmdsMergePRCO(), rpmdsNAcmp(), rpmdsNegateRC(), rpmdsPipe(), rpmdsPrintClosure(), rpmdsPrintResults(), rpmdsSysinfo(), rpmdsSysinfoFile(), rpmdsUname(), rpmErase(), rpmEVRcmp(), rpmEVRcompare(), rpmExpandNumeric(), rpmfcGenerateDepends(), rpmfcGenerateDependsHelper(), rpmfcGenerateScriptletDeps(), rpmfcMergePR(), rpmfcSaveArg(), rpmfiFStat(), rpmfiStat(), rpmGetFilesystemUsage(), rpmgiShowMatches(), rpmGlob(), rpmHeadersIdentical(), rpmheRealloc(), rpmHmacInit(), rpmInstallSource(), rpmInstallSourcePackage(), rpmioAccess(), rpmiobSlurp(), rpmioInit(), rpmioMkpath(), rpmioParse(), rpmjsRun(), rpmjsRunFile(), rpmLoadMacroFile(), rpmmiAddPattern(), rpmmiBNTag(), rpmmiCount(), rpmmiGet(), rpmmiGrow(), rpmmiGrowBasename(), rpmmiInit(), rpmmiInstance(), rpmmiNext(), rpmmiPrune(), rpmmiSetModified(), rpmmiSetRewrite(), rpmmiSort(), rpmMkdirPath(), rpmnsArch(), rpmnsProbe(), rpmnsProbeSignature(), rpmperlRun(), rpmpkgCheck(), rpmpkgRead(), rpmpkgWrite(), rpmPlatform(), rpmProblemString(), rpmpsmStage(), rpmpythonRun(), rpmpythonRunFile(), rpmReadHeader(), rpmReadHeaders(), rpmReadPackageFile(), rpmReadRC(), rpmrepoCheckTimeStamps(), rpmrepoCloseMDFile(), rpmrepoDoPkgMetadata(), rpmrepoDoRepoMetadata(), rpmrepoFclose(), rpmrepoInitPopt(), rpmrepoMkdir(), rpmrepoOpenMDFile(), rpmrepoRfileDigest(), rpmrepoTestSetupDirs(), rpmrepoWriteMDFile(), rpmReSign(), rpmrfileXMLWrite(), rpmRollback(), rpmrubyRun(), rpmShowProgress(), rpmSingleHeaderFromFD(), rpmsqlRun(), rpmsquirrelRun(), rpmsquirrelRunFile(), rpmswExit(), rpmsxEnabled(), rpmsxExec(), rpmsxGetfilecon(), rpmsxLgetfilecon(), rpmsxLsetfilecon(), rpmsxMatch(), rpmsxNew(), rpmsxSetfilecon(), rpmtclRun(), rpmtclRunFile(), rpmteHaveTransScript(), rpmteOpen(), rpmtsAddEraseElement(), rpmtsAddInstallElement(), rpmtsAvailable(), rpmtsCheckInstalledFiles(), rpmtsCloseDB(), rpmtsCloseSDB(), rpmtsFindPubkey(), rpmtsInitDSI(), rpmtsOpenDB(), rpmtsOpenSDB(), rpmtsPrepare(), rpmtsProcess(), rpmtsRebuildDB(), rpmtsRepackage(), rpmtsRollback(), rpmtsSetSolveCallback(), rpmtsSolve(), rpmuuidMake(), rpmVerifyScript(), rpmVerifySignatures(), rpmVersionCompare(), rpmvfVerify(), rpmWriteHeader(), rpmWriteHeaders(), rpmxarNext(), rpmxarPull(), rpmxarStat(), runImmedTriggers(), runInstScript(), runScript(), runTriggers(), runTriggersLoop(), RyamlTag(), saveHardLink(), showQueryPackage(), showVerifyPackage(), snprintf(), sql_associate(), sql_associate_foreign(), sql_bind_data(), sql_bind_key(), sql_busy_handler(), sql_byteswapped(), sql_cclose(), sql_ccount(), sql_cdel(), sql_cdup(), sql_cget(), sql_close(), sql_copen(), sql_cpget(), sql_cput(), sql_exec(), sql_exists(), sql_initDB(), sql_initDB_cb(), sql_join(), sql_open(), sql_seqno(), sql_seqno_cb(), sql_stat(), sql_stat_cb(), sql_step(), sql_sync(), Stat(), str2uuid(), Symlink(), tarHeaderRead(), tarHeaderReadName(), tarHeaderWrite(), tarHeaderWriteBlock(), tarHeaderWriteName(), tarRead(), tarTrailerWrite(), tarWrite(), tcpConnect(), triggercondsTag(), triggertypeTag(), ufdClose(), ufdCopy(), ufdGetFile(), ufdRead(), ufdWrite(), uintcmp(), Unlink(), unsatisfiedDepend(), urlConnect(), urlGetFile(), Utime(), Utimes(), verifyDependencies(), whatneedsTag(), wnlookupTag(), writeFile(), writeLinkedFile(), writeRPM(), wrSignature(), xarRead(), Xcvtdberr(), xisrpmalpha(), and XpoptParseArgvString().

struct poptOption rpmcliDepFlagsPoptTable[]

Definition at line 382 of file poptALL.c.

int rpmcliInitialized = -1
static

Definition at line 178 of file poptALL.c.

rpmcliTargets = NULL

Definition at line 175 of file poptALL.c.

Referenced by rpmspecQuery().

const char* rpmpoptfiles = RPMPOPTFILES
static

Definition at line 187 of file poptALL.c.

mb s = __progname

Definition at line 734 of file poptALL.c.

Referenced by _tagCanonicalize(), _tagName(), _tagValue(), addChangelog(), addFile(), addFileToArrayTag(), argvSplit(), armorFormat(), arWrite(), bin2hex(), bncdataFormat(), cacheWalkPathFilter(), cdataFormat(), checkResponse(), checkUnpackagedFiles(), compressFilelist(), copyData(), cpioWrite(), dataLength(), dbiFindMatches(), dbiMireKeys(), defaultMachine(), doPatchMacro(), findPreambleTag(), fpLookupSubdir(), freeSources(), fsmFsPath(), ftpCommand(), ftpNLST(), ftpOpendir(), genCpioListAndHeader(), handleOneTrigger(), headerMacrosLoad(), headerMacrosUnload(), initSourceHeader(), insertionsort(), intFormat(), iosmFsPath(), iosmStrerror(), isPart(), jsonFormat(), main(), mireDup(), mireSkip(), mireStudy(), myTagName(), parseBits(), parseBuildInstallClean(), parseDescription(), parseForRegexLang(), parseForSimple(), parsePreamble(), parseScript(), parseSimplePart(), pgpMpiSet(), processPackageFiles(), readLine(), Realpath(), relocateFileList(), rfileHeaderSprintf(), rpmal_Wrap(), rpmbcMpiItem(), rpmbcSetRSA(), rpmCleanPath(), rpmcliAllArgCallback(), rpmcliImportPubkeys(), rpmcliInstallSuggests(), rpmdbURIPath(), rpmDigestFinal(), rpmds_alloc(), rpmds_new(), rpmds_ParseEVR(), rpmds_Wrap(), rpmdsCompare(), rpmdsELF(), rpmEVRcompare(), rpmExpand(), rpmfcApply(), rpmfcClassify(), rpmfcExec(), rpmfcExpandRegexps(), rpmfcGenerateDependsHelper(), rpmfcGenerateScriptletDeps(), rpmfcHelper(), rpmfcSCRIPT(), rpmfd_Wrap(), rpmfi_alloc(), rpmfi_FDigest_get(), rpmfi_new(), rpmfi_Wrap(), rpmfts_new(), rpmGetPath(), rpmgiWalkPathFilter(), rpmioAllArgCallback(), rpmiobAppend(), rpmjsRun(), rpmLoadMacroFile(), rpmMCExpand(), rpmnsProbeSignature(), rpmperlNew(), rpmps_alloc(), rpmps_new(), rpmps_Wrap(), rpmpsmStage(), rpmpythonNew(), rpmQueryVerify(), rpmReadPackageManifest(), rpmShowProgress(), rpmShowRC(), rpmte_Wrap(), rpmts_alloc(), rpmts_new(), rpmtsFindBaseNamesInDB(), rpmtsOpenSDB(), rpmtsSkipFiles(), rpmVersionCompare(), runInstScript(), setup(), shescapeFormat(), spec_Wrap(), sql_open(), stemEnd(), strdup_iconv_check(), stripTrailingChar(), strsubFormat(), strtokWithQuotes(), tagLoadATags(), tarHeaderWrite(), tarWrite(), unsatisfiedDepend(), urlSplit(), while(), writeRPM(), xmlFormat(), and yamlFormat().

int xx

Definition at line 671 of file poptALL.c.