Searched refs:deftype (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/bind/dist/bin/dig/ |
| H A D | nslookup.c | 66 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 D | mansearch.h | 77 uint64_t deftype; /* type if no key */ member
|
| H A D | apropos.c | 94 search.deftype = whatis ? TYPE_Nm : TYPE_Nm | TYPE_Nd; in main()
|
| H A D | mansearch.c | 633 e->bits = search->deftype; in exprterm() 645 e->bits = search->deftype; in exprterm() 648 e->bits = search->deftype; in exprterm()
|
| H A D | manpage.c | 90 search.deftype = TYPE_Nm | TYPE_Nd; in main()
|
| /minix3/external/bsd/bind/dist/bin/named/include/named/ |
| H A D | config.h | 51 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype,
|
| /minix3/external/bsd/bind/dist/bin/named/ |
| H A D | config.c | 378 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype, in ns_config_gettype() argument 384 *typep = deftype; in ns_config_gettype()
|