| rpm
    4.10.0
    | 
#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) | 
| int | 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 | ) | 
| int finishPipe | ( | void | ) | 
| int initPipe | ( | void | ) | 
Definition at line 48 of file cliutils.c.
References _, pipeChild, and rpmcliPipeOutput.
Referenced by main().
| void printUsage | ( | poptContext | con, | 
| FILE * | fp, | ||
| int | flags | ||
| ) | 
Definition at line 36 of file cliutils.c.
References printVersion(), printBanner(), and rpmIsVerbose.
Referenced by main().
 1.7.5
 1.7.5