#include "system.h"
#include <rpmlib.h>
#include "depends.h"
#include "misc.h"
#include "debug.h"
Go to the source code of this file.
RPMPROBS | |
void | printDepFlags (FILE * fp, const char * version, int flags) |
void | printDepProblems (FILE * fp, struct rpmDependencyConflict * conflicts, int numConflicts) |
const char* | rpmProblemString (rpmProblem prob) |
Return formatted string representation of problem. More... | |
void | rpmProblemPrint (FILE *fp, rpmProblem prob) |
Output formatted string representation of problem to file handle. More... | |
void | rpmProblemSetPrint (FILE *fp, rpmProblemSet probs) |
Print problems to file handle. More... | |
Functions | |
int | sameProblem (struct rpmDependencyConflict * ap, struct rpmDependencyConflict * bp) |
Definition in file problems.c.
|
Definition at line 18 of file problems.c. Referenced by printDepProblems(), and rpmShowRpmlibProvides(). |
|
Definition at line 59 of file problems.c. Referenced by checkSpec(), rpmErase(), and rpmInstall(). |
|
Output formatted string representation of problem to file handle.
Definition at line 162 of file problems.c. Referenced by rpmProblemSetPrint(). |
|
Print problems to file handle.
Definition at line 169 of file problems.c. Referenced by rpmInstall(). |
|
Return formatted string representation of problem.
Definition at line 89 of file problems.c. Referenced by rpmProblemPrint(), and rpmtransRun(). |
|
Definition at line 34 of file problems.c. Referenced by printDepProblems(). |