rpm  4.5
Macros | Functions | Variables
poptI.c File Reference

Popt tables for install modes. More...

#include "system.h"
#include <rpmcli.h>
#include "debug.h"
Include dependency graph for poptI.c:

Go to the source code of this file.

Macros

#define POPT_RELOCATE   -1021
 
#define POPT_EXCLUDEPATH   -1022
 
#define POPT_ROLLBACK   -1023
 
#define POPT_ROLLBACK_EXCLUDE   -1024
 
#define POPT_AUTOROLLBACK_GOAL   -1036
 
#define alloca_strdup(_s)   strcpy(alloca(strlen(_s)+1), (_s))
 

Functions

time_t get_date (const char *p, void *now)
 
static void argerror (const char *desc)
 Print a message and exit. More...
 
static void installArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data)
 

Variables

struct rpmQVKArguments_s rpmIArgs
 
struct poptOption rpmInstallPoptTable []
 

Detailed Description

Popt tables for install modes.

Definition in file poptI.c.

Macro Definition Documentation

#define alloca_strdup (   _s)    strcpy(alloca(strlen(_s)+1), (_s))

Definition at line 30 of file poptI.c.

Referenced by installArgCallback().

#define POPT_AUTOROLLBACK_GOAL   -1036

Definition at line 28 of file poptI.c.

Referenced by installArgCallback().

#define POPT_EXCLUDEPATH   -1022

Definition at line 24 of file poptI.c.

Referenced by installArgCallback().

#define POPT_RELOCATE   -1021

Definition at line 23 of file poptI.c.

Referenced by installArgCallback().

#define POPT_ROLLBACK   -1023

Definition at line 25 of file poptI.c.

Referenced by installArgCallback().

#define POPT_ROLLBACK_EXCLUDE   -1024

Definition at line 26 of file poptI.c.

Referenced by installArgCallback().

Function Documentation

static void argerror ( const char *  desc)
static

Print a message and exit.

Todo:
(CLI embedding) Use rpmMessage/rpmlog instead of fprintf, remove exit.
Parameters
descmessage

Definition at line 38 of file poptI.c.

References _, __progname, and EXIT_FAILURE.

Referenced by installArgCallback().

time_t get_date ( const char *  p,
void *  now 
)
static void installArgCallback ( poptContext  con,
enum poptCallbackReason  reason,
const struct poptOption *  opt,
const char *  arg,
const void *  data 
)
static