#include "system.h"
#include <math.h>
#include "findme.h"
#include "poptint.h"
Go to the source code of this file.
Defines | |
#define | _ABS(a) ((((a) - 0.0) < DBL_EPSILON) ? -(a) : (a)) |
Functions | |
char* | strerror (int errno) |
void | poptSetExecPath (poptContext con, const char *path, int allowAbsolute) |
void | invokeCallbacksPRE (poptContext con, const struct poptOption *opt) |
void | invokeCallbacksPOST (poptContext con, const struct poptOption *opt) |
void | invokeCallbacksOPTION (poptContext con, const struct poptOption *opt, const struct poptOption *myOpt, const void *myData, int shorty) |
poptContext | poptGetContext (const char *name, int argc, const char **argv, const struct poptOption *options, int flags) |
void | cleanOSE (struct optionStackEntry *os) |
void | poptResetContext (poptContext con) |
int | handleExec (poptContext con, const char *longName, char shortName) |
int | handleAlias (poptContext con, const char *longName, char shortName, const char *nextCharArg) |
int | execCommand (poptContext con) |
const struct poptOption* | findOption (const struct poptOption *opt, const char *longName, char shortName, poptCallbackType *callback, const void **callbackData, int singleDash) |
const char* | findNextArg (poptContext con, unsigned argx, int delete_arg) |
const char* | expandNextArg (poptContext con, const char *s) |
void | poptStripArg (poptContext con, int which) |
int | poptSaveLong (const struct poptOption *opt, long aLong) |
int | poptSaveInt (const struct poptOption *opt, long aLong) |
int | poptGetNextOpt (poptContext con) |
const char* | poptGetOptArg (poptContext con) |
const char* | poptGetArg (poptContext con) |
const char* | poptPeekArg (poptContext con) |
const char** | poptGetArgs (poptContext con) |
poptContext | poptFreeContext (poptContext con) |
int | poptAddAlias (poptContext con, struct poptAlias alias, int flags) |
int | poptAddItem (poptContext con, poptItem newItem, int flags) |
const char* | poptBadOption (poptContext con, int flags) |
const char* const | poptStrerror (const int error) |
int | poptStuffArgs (poptContext con, const char **argv) |
const char* | poptGetInvocationName (poptContext con) |
int | poptStrippedArgv (poptContext con, int argc, char **argv) |
Definition in file popt.c.
|
Referenced by poptGetNextOpt().
|
|
Definition at line 195 of file popt.c. Referenced by poptGetNextOpt(), and poptResetContext().
|
|
Definition at line 349 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 538 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 500 of file popt.c. Referenced by expandNextArg().
|
|
Definition at line 434 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 297 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 238 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 103 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 80 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 57 of file popt.c. Referenced by poptGetContext().
|
|
Definition at line 630 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 602 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 586 of file popt.c. Referenced by poptGetNextOpt().
|
|
Definition at line 22 of file popt.c. Referenced by Fstrerror(), checkOwners(), checkPassPhrase(), cpioStrerror(), dbiOpen(), doScript(), fsmStage(), getFdErrstr(), getFilesystemList(), getOutputFrom(), makeGPGSignature(), makePGPSignature(), packageBinaries(), poptStrerror(), processSourceFiles(), rpmGetFilesystemUsage(), rpmProblemString(), rpmQueryVerify(), rpmdbRebuild(), runScript(), ufdRead(), ufdWrite(), verifyGPGSignature(), and verifyPGPSignature().
|