Searched refs:HINFO (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Dgenzone.sh100 hinfo01 HINFO "Generic PC clone" "NetBSD-1.4"
101 hinfo02 HINFO PC NetBSD
/macosx-10.10.1/libresolv-57/
H A Ddns_util.h231 dns_HINFO_record_t *HINFO; member in union:__anon9394::__anon9395
H A Ddns_util.c480 r->data.HINFO = (dns_HINFO_record_t *)calloc(1, size);
482 r->data.HINFO->cpu = _dns_parse_string(p, x, remaining);
483 if (r->data.HINFO->cpu == NULL)
489 r->data.HINFO->os = _dns_parse_string(p, x, remaining);
490 if (r->data.HINFO->os == NULL)
932 if (r->data.HINFO != NULL)
934 if (r->data.HINFO->cpu != NULL) free(r->data.HINFO->cpu);
935 if (r->data.HINFO->os != NULL) free(r->data.HINFO
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbindzone.vim39 syn keyword zoneRRType contained A AAAA CNAME HINFO MX NS PTR SOA SRV TXT nextgroup=zoneRData skipwhite
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Ddns.el55 (HINFO 13)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl74 NULL 10 WKS 11 PTR 12 HINFO 13 MINFO 14 MX 15 TXT 16
608 HINFO {
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dresolv.rb477 # * Resolv::DNS::Resource::IN::HINFO
1823 class HINFO < Resource class in class:Resolv.DNS.Resource
1828 # Creates a new HINFO running +os+ on +cpu+.
1970 NS, CNAME, SOA, PTR, HINFO, MINFO, MX, TXT, ANY

Completed in 180 milliseconds