ReactOS 0.4.16-dev-38-g96c65e9
|
#include "adnshost.h"
Go to the source code of this file.
Typedefs | |
typedef int | comparer_type(const char **optp, const struct optioninfo *entry) |
Functions | |
static void | printusage (void) |
void | of_version (const struct optioninfo *oi, const char *arg, const char *arg2) |
void | of_help (const struct optioninfo *oi, const char *arg, const char *arg2) |
static int | oc_long (const char **optp, const struct optioninfo *entry) |
static int | oc_short (const char **optp, const struct optioninfo *entry) |
static const struct optioninfo * | find1 (const char **optp, const struct optioninfo *table, comparer_type *comparer) |
static const struct optioninfo * | find (const char **optp, const char *prefix, comparer_type *comparer) |
const struct optioninfo * | opt_findl (const char *opt) |
const struct optioninfo * | opt_finds (const char **optp) |
static void | noninvert (const struct optioninfo *oip) NONRETURNING |
void | opt_do (const struct optioninfo *oip, int invert, const char *arg, const char *arg2) |
Variables | |
int | ov_env =1 |
int | ov_pipe =0 |
int | ov_asynch =0 |
int | ov_verbose = 0 |
adns_rrtype | ov_type = adns_r_none |
int | ov_search =0 |
int | ov_qc_query =0 |
int | ov_qc_anshost =0 |
int | ov_qc_cname =1 |
int | ov_tcp =0 |
int | ov_cname =0 |
int | ov_format =fmt_default |
char * | ov_id = 0 |
struct perqueryflags_remember | ov_pqfr = { 1,1,1, tm_none } |
static const struct optioninfo | global_options [] |
static const struct optioninfo | perquery_options [] |
Definition at line 288 of file adh-opts.c.
|
static |
Definition at line 316 of file adh-opts.c.
|
static |
Definition at line 306 of file adh-opts.c.
Referenced by FileCompareBothWild(), and find().
|
static |
Definition at line 294 of file adh-opts.c.
Referenced by opt_finds().
Definition at line 282 of file adh-opts.c.
Definition at line 278 of file adh-opts.c.
Definition at line 342 of file adh-opts.c.
Referenced by process_optarg().
const struct optioninfo * opt_findl | ( | const char * | opt | ) |
Definition at line 331 of file adh-opts.c.
Referenced by process_optarg().
const struct optioninfo * opt_finds | ( | const char ** | optp | ) |
Definition at line 332 of file adh-opts.c.
Referenced by process_optarg().
Definition at line 131 of file adh-opts.c.
Referenced by of_help().
|
static |
Definition at line 43 of file adh-opts.c.
Referenced by find(), GlobalOptions_CreateInstance(), printusage(), and test_GlobalOptions().
int ov_asynch =0 |
Definition at line 35 of file adh-opts.c.
Referenced by ensure_adns_init(), and main().
int ov_cname =0 |
Definition at line 39 of file adh-opts.c.
Referenced by prep_query().
int ov_env =1 |
Definition at line 35 of file adh-opts.c.
Referenced by ensure_adns_init().
int ov_format =fmt_default |
Definition at line 39 of file adh-opts.c.
Referenced by ensure_adns_init(), prep_query(), print_dnsfail(), and query_done().
char* ov_id = 0 |
Definition at line 40 of file adh-opts.c.
Referenced by of_asynch_id(), prep_query(), and quitnow().
int ov_pipe =0 |
Definition at line 35 of file adh-opts.c.
Referenced by main(), prep_query(), and read_stdin().
struct perqueryflags_remember ov_pqfr = { 1,1,1, tm_none } |
Definition at line 41 of file adh-opts.c.
Referenced by prep_query().
int ov_qc_anshost =0 |
Definition at line 38 of file adh-opts.c.
Referenced by prep_query().
int ov_qc_cname =1 |
Definition at line 38 of file adh-opts.c.
Referenced by prep_query().
int ov_qc_query =0 |
Definition at line 38 of file adh-opts.c.
Referenced by prep_query().
int ov_search =0 |
Definition at line 38 of file adh-opts.c.
Referenced by prep_query().
int ov_tcp =0 |
Definition at line 39 of file adh-opts.c.
Referenced by prep_query().
adns_rrtype ov_type = adns_r_none |
Definition at line 37 of file adh-opts.c.
Referenced by of_ptr(), of_reverse(), of_type(), and query_do().
int ov_verbose = 0 |
Definition at line 36 of file adh-opts.c.
Referenced by ensure_adns_init().
|
static |
Definition at line 79 of file adh-opts.c.
Referenced by find(), and printusage().