dpkg 1.22.7-3-g89f48
|
#include <config.h>
#include <compat.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#include <dirent.h>
#include <stdarg.h>
#include <stdlib.h>
#include <dpkg/i18n.h>
#include <dpkg/c-ctype.h>
#include <dpkg/dpkg.h>
#include <dpkg/options.h>
Functions | |
void | badusage (const char *fmt,...) |
void | dpkg_options_load (const char *prog, const struct cmdinfo *cmdinfos) |
void | dpkg_options_parse (const char *const **argvp, const struct cmdinfo *cmdinfos, const char *help_str) |
long | dpkg_options_parse_arg_int (const struct cmdinfo *cmd, const char *str) |
void | setobsolete (const struct cmdinfo *cip, const char *value) |
void | setaction (const struct cmdinfo *cip, const char *value) |
Variables | |
const struct cmdinfo * | cipaction = NULL |
Current cmdinfo action. | |