rpm
4.9.1.3
|
#include <stdio.h>
#include <popt.h>
#include <rpm/rpmutil.h>
Go to the source code of this file.
Defines | |
#define | RETVAL(rc) (((rc) > 254) ? 254 : (rc)) |
Functions | |
RPM_GNUC_NORETURN void | argerror (const char *desc) |
void | printUsage (poptContext con, FILE *fp, int flags) |
int | initPipe (void) |
void | finishPipe (void) |
#define RETVAL | ( | rc | ) | (((rc) > 254) ? 254 : (rc)) |
Definition at line 9 of file cliutils.h.
Referenced by main().
RPM_GNUC_NORETURN void argerror | ( | const char * | desc | ) |
void finishPipe | ( | void | ) |
int initPipe | ( | void | ) |
Definition at line 47 of file cliutils.c.
References _, pipeChild, and rpmcliPipeOutput.
Referenced by main().
void printUsage | ( | poptContext | con, |
FILE * | fp, | ||
int | flags | ||
) |
Definition at line 35 of file cliutils.c.
References printVersion(), printBanner(), and rpmIsVerbose.
Referenced by main().