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 struct optioninfo * | find1 (const char **optp, const struct optioninfo *table, comparer_type *comparer) |
| static struct optioninfo * | find (const char **optp, const char *prefix, comparer_type *comparer) |
| struct optioninfo * | opt_findl (const char *opt) |
| 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 struct optioninfo | global_options [] |
| static struct optioninfo | perquery_options [] |