| /freebsd/contrib/tzdata/ |
| H A D | zishrink.awk | 240 zonename = startdef = field[2] 242 zonename = startdef = field[3] 244 zonename = "" 253 linkdef[zonename] = field[2] 257 zonedef[zonename] = (zoneline ? "" : zonedef[zonename] "\n") outline 272 zoneline, zonelines, zonename) 288 for (zonename in zonedef) { 289 zonelines = split(zonedef[zonename], zoneline, /\n/) 302 zonedef[zonename] = newdef 307 i, zonename) [all …]
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | update-anchor.sh | 55 zonename="$1" 65 $ubhost -v $rh $filearg "$keyfile" -t DNSKEY "$zonename" >$tmpfile 68 echo "Error: Could not update zone $zonename anchor file $keyfile" 79 echo "Error: Could not update zone $zonename anchor file $keyfile" 126 echo "$zonename key file $keyfile updated." 128 echo "$zonename key file $keyfile unchanged."
|
| H A D | aaaa-filter-iterator.patch | 57 struct query_info* qinfo, uint8_t* zonename, struct module_env* env, 95 + "keep AAAA for", zonename,
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/ |
| H A D | tst.zonename.d | 37 @a[zonename] = count(); 42 @a[zonename] = count();
|
| /freebsd/contrib/unbound/iterator/ |
| H A D | iter_scrub.c | 427 struct module_env* env, uint8_t* zonename) in scrub_normalize() argument 677 zonename) != 0 && !soa_in_auth(msg)) in scrub_normalize() 815 struct rrset_parse* rrset, uint8_t* zonename) in sanitize_nsec_is_overreach() argument 839 if(!pkt_sub(pkt, rhs, zonename)) { in sanitize_nsec_is_overreach() 915 struct query_info* qinfo, uint8_t* zonename, struct module_env* env, in scrub_sanitize() argument 932 pkt_sub(pkt, rrset->dname, zonename)) { in scrub_sanitize() 995 if(!pkt_sub(pkt, rrset->dname, zonename)) { in scrub_sanitize() 1001 sub_of_pkt(pkt, zonename, rrset->dname)) { in scrub_sanitize() 1043 sanitize_nsec_is_overreach(pkt, rrset, zonename)) { in scrub_sanitize() 1076 struct query_info* qinfo, uint8_t* zonename, struct regional* region, in scrub_message() argument [all …]
|
| H A D | iter_scrub.h | 68 struct query_info* qinfo, uint8_t* zonename, struct regional* regional,
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/safety/ |
| H A D | Makefile | 47 tst.zonename.d \
|
| /freebsd/contrib/unbound/services/cache/ |
| H A D | infra.c | 102 return query_dname_compare(k1->zonename, k2->zonename); in infra_compfunc() 112 free(key->zonename); in infra_delkeyfunc() 519 k.zonename = name; in new_entry() 569 key->zonename = memdup(name, namelen); in infra_host() 570 if(!key->zonename) { in infra_host()
|
| H A D | infra.h | 77 uint8_t* zonename; 78 /** length of zonename */ 222 /** bytes per zonename reserved in the hostcache, dnamelen(zonename.com.) */ 64 uint8_t* zonename; global() member
|
| /freebsd/contrib/openbsm/bin/auditreduce/ |
| H A D | auditreduce.c | 583 selected = select_zone(tok.tt.zonename.zonename, &optchkd); in select_records()
|
| /freebsd/contrib/openbsm/bsm/ |
| H A D | libbsm.h | 712 char *zonename; member 783 au_zonename_t zonename; member
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_common.kshlib | 107 hname=$hname:$(zonename)
|
| /freebsd/contrib/blocklist/diff/ |
| H A D | named.diff | 174 dns_name_format(zonename, namebuf, sizeof(namebuf));
|
| /freebsd/contrib/openbsm/sys/bsm/ |
| H A D | audit_record.h | 288 token_t *au_to_zonename(const char *zonename);
|
| /freebsd/sys/bsm/ |
| H A D | audit_record.h | 294 token_t *au_to_zonename(const char *zonename);
|
| /freebsd/tests/sys/cddl/zfs/include/ |
| H A D | commands.txt | 174 #/usr/bin/zonename
|
| /freebsd/sys/security/audit/ |
| H A D | bsm_token.c | 1410 au_to_zonename(const char *zonename) in au_to_zonename() argument 1416 textlen = strlen(zonename) + 1; in au_to_zonename() 1421 ADD_STRING(dptr, zonename, textlen); in au_to_zonename()
|
| /freebsd/contrib/openbsm/libbsm/ |
| H A D | bsm_token.c | 1438 au_to_zonename(const char *zonename) in au_to_zonename() argument 1444 textlen = strlen(zonename) + 1; in au_to_zonename() 1451 ADD_STRING(dptr, zonename, textlen); in au_to_zonename()
|
| H A D | bsm_io.c | 4142 READ_TOKEN_U_INT16(buf, len, tok->tt.zonename.len, tok->len, err); in fetch_zonename_tok() 4145 SET_PTR((char *)buf, len, tok->tt.zonename.zonename, tok->tt.zonename.len, in fetch_zonename_tok() 4159 print_string(fp, tok->tt.zonename.zonename, in print_zonename_tok() 4160 tok->tt.zonename.len); in print_zonename_tok() 4165 print_string(fp, tok->tt.zonename.zonename, in print_zonename_tok() 4166 tok->tt.zonename.len); in print_zonename_tok()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 2713 char* zonename; in parse_fs_args() local 2739 zonename = args; in parse_fs_args() 2741 } else zonename = args; in parse_fs_args() 2742 if(!parse_arg_name(ssl, zonename, nm, &nmlen, &nmlabs)) in parse_fs_args() 3114 dname_str(k->zonename, name); in dump_infra_host()
|
| /freebsd/contrib/openbsm/ |
| H A D | NEWS | 244 - Add support for zonename tokens.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 1548 typeset cur_zone=$(zonename 2>/dev/null)
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound.conf.rst | 2573 timestamp, unbound-pid, info: zonename inform IP@port queryname type class.
|