#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, const rpmDependencyConflict conflicts, int numConflicts) |
Print results of rpmdepCheck() dependency check. More... | |
const char* | rpmProblemString (const 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 (const rpmDependencyConflict ap, const rpmDependencyConflict bp) |
int | vsnprintf (char *buf, int nb, const char *fmt, va_list ap) |
int | snprintf (char *buf, int nb, const char *fmt,...) |
Definition in file problems.c.
|
Definition at line 19 of file problems.c. |
|
Print results of rpmdepCheck() dependency check.
Definition at line 61 of file problems.c. |
|
Output formatted string representation of problem to file handle.
Definition at line 202 of file problems.c. |
|
Print problems to file handle.
Definition at line 209 of file problems.c. |
|
Return formatted string representation of problem.
Definition at line 114 of file problems.c. |
|
Definition at line 35 of file problems.c. Referenced by printDepProblems(). |
|
Definition at line 101 of file problems.c. Referenced by rpmInitDB(), and rpmProblemString(). |
|
Definition at line 93 of file problems.c. |