Home
last modified time | relevance | path

Searched refs:zonetxt (Results 1 – 5 of 5) sorted by relevance

/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dserver.c10458 zone_from_args(named_server_t *server, isc_lex_t *lex, const char *zonetxt, in zone_from_args() argument
10484 if (zonetxt == NULL) { in zone_from_args()
10485 zonetxt = next_token(lex, text); in zone_from_args()
10487 if (zonetxt == NULL) { in zone_from_args()
10493 if (strcmp(zonetxt, "-redirect") == 0) { in zone_from_args()
10497 strlcpy(zonebuf, zonetxt, DNS_NAME_FORMATSIZE); in zone_from_args()
10500 strlcpy(zonename, redirect ? "." : zonetxt, in zone_from_args()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dserver.c10370 zone_from_args(named_server_t *server, isc_lex_t *lex, const char *zonetxt, in zone_from_args() argument
10396 if (zonetxt == NULL) { in zone_from_args()
10397 zonetxt = next_token(lex, text); in zone_from_args()
10399 if (zonetxt == NULL) { in zone_from_args()
10405 if (strcmp(zonetxt, "-redirect") == 0) { in zone_from_args()
10409 strlcpy(zonebuf, zonetxt, DNS_NAME_FORMATSIZE); in zone_from_args()
10412 strlcpy(zonename, redirect ? "." : zonetxt, in zone_from_args()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dserver.c10458 zone_from_args(named_server_t *server, isc_lex_t *lex, const char *zonetxt, in zone_from_args() argument
10484 if (zonetxt == NULL) { in zone_from_args()
10485 zonetxt = next_token(lex, text); in zone_from_args()
10487 if (zonetxt == NULL) { in zone_from_args()
10493 if (strcmp(zonetxt, "-redirect") == 0) { in zone_from_args()
10497 strlcpy(zonebuf, zonetxt, DNS_NAME_FORMATSIZE); in zone_from_args()
10500 strlcpy(zonename, redirect ? "." : zonetxt, in zone_from_args()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dserver.c9619 zone_from_args(ns_server_t *server, isc_lex_t *lex, const char *zonetxt, in zone_from_args() argument
9644 if (zonetxt == NULL) in zone_from_args()
9645 zonetxt = next_token(lex, text); in zone_from_args()
9646 if (zonetxt == NULL) in zone_from_args()
9650 strlcpy(zonebuf, zonetxt, DNS_NAME_FORMATSIZE); in zone_from_args()
9652 strlcpy(zonename, zonetxt, DNS_NAME_FORMATSIZE); in zone_from_args()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c10518 zone_from_args(named_server_t *server, isc_lex_t *lex, const char *zonetxt, in zone_from_args() argument
10544 if (zonetxt == NULL) { in zone_from_args()
10545 zonetxt = next_token(lex, text); in zone_from_args()
10547 if (zonetxt == NULL) { in zone_from_args()
10553 if (strcmp(zonetxt, "-redirect") == 0) { in zone_from_args()
10557 strlcpy(zonebuf, zonetxt, DNS_NAME_FORMATSIZE); in zone_from_args()
10560 strlcpy(zonename, redirect ? "." : zonetxt, in zone_from_args()