Home
last modified time | relevance | path

Searched refs:deftype (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/bind/dist/bin/dig/
H A Dnslookup.c66 static char deftype[MXRD] = "A"; variable
505 printf(" querytype = %-8s\tclass = %s\n", deftype, defclass); in show_settings()
600 strlcpy(deftype, &opt[5], sizeof(deftype)); in setoption()
603 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
606 strlcpy(deftype, &opt[10], sizeof(deftype)); in setoption()
609 strlcpy(deftype, &opt[6], sizeof(deftype)); in setoption()
612 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
615 strlcpy(deftype, &opt[2], sizeof(deftype)); in setoption()
685 tr.base = deftype; in addlookup()
686 tr.length = strlen(deftype); in addlookup()
[all …]
/minix3/external/bsd/mdocml/dist/
H A Dmansearch.h77 uint64_t deftype; /* type if no key */ member
H A Dapropos.c94 search.deftype = whatis ? TYPE_Nm : TYPE_Nm | TYPE_Nd; in main()
H A Dmansearch.c633 e->bits = search->deftype; in exprterm()
645 e->bits = search->deftype; in exprterm()
648 e->bits = search->deftype; in exprterm()
H A Dmanpage.c90 search.deftype = TYPE_Nm | TYPE_Nd; in main()
/minix3/external/bsd/bind/dist/bin/named/include/named/
H A Dconfig.h51 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype,
/minix3/external/bsd/bind/dist/bin/named/
H A Dconfig.c378 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype, in ns_config_gettype() argument
384 *typep = deftype; in ns_config_gettype()