Home
last modified time | relevance | path

Searched refs:DNS_AS_STR (Results 1 – 25 of 135) sorted by relevance

123456

/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/rdata/generic/
H A Dloc_29.c74 if (strcasecmp(DNS_AS_STR(token), "N") == 0) { in fromtext_loc()
80 m1 = strtol(DNS_AS_STR(token), &e, 10); in fromtext_loc()
102 s1 = strtol(DNS_AS_STR(token), &e, 10); in fromtext_loc()
141 DNS_AS_STR(token)); in fromtext_loc()
184 m2 = strtol(DNS_AS_STR(token), &e, 10); in fromtext_loc()
206 s2 = strtol(DNS_AS_STR(token), &e, 10); in fromtext_loc()
245 DNS_AS_STR(token)); in fromtext_loc()
272 m = strtol(DNS_AS_STR(token), &e, 10); in fromtext_loc()
328 m = strtol(DNS_AS_STR(token), &e, 10); in fromtext_loc()
389 m = strtol(DNS_AS_STR(token), &e, 10); in fromtext_loc()
[all …]
H A Drrsig_46.c46 i = strtol(DNS_AS_STR(token), &e, 10); in fromtext_rrsig()
88 if (strlen(DNS_AS_STR(token)) <= 10U && *DNS_AS_STR(token) != '-' && in fromtext_rrsig()
89 *DNS_AS_STR(token) != '+') in fromtext_rrsig()
95 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
104 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire)); in fromtext_rrsig()
113 if (strlen(DNS_AS_STR(token)) <= 10U && *DNS_AS_STR(token) != '-' && in fromtext_rrsig()
114 *DNS_AS_STR(token) != '+') in fromtext_rrsig()
120 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
129 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed)); in fromtext_rrsig()
H A Dnsec3_50.c83 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3()
86 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3()
87 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3()
96 RETTOK(isc_base32hexnp_decodestring(DNS_AS_STR(token), &b)); in fromtext_nsec3()
H A Dnsec3param_51.c81 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3param()
84 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3param()
85 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3param()
/dports/dns/bind916/bind-9.16.27/lib/dns/rdata/generic/
H A Drrsig_46.c48 i = strtol(DNS_AS_STR(token), &e, 10); in fromtext_rrsig()
90 if (strlen(DNS_AS_STR(token)) <= 10U && *DNS_AS_STR(token) != '-' && in fromtext_rrsig()
91 *DNS_AS_STR(token) != '+') in fromtext_rrsig()
97 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
106 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire)); in fromtext_rrsig()
115 if (strlen(DNS_AS_STR(token)) <= 10U && *DNS_AS_STR(token) != '-' && in fromtext_rrsig()
116 *DNS_AS_STR(token) != '+') in fromtext_rrsig()
122 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
131 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed)); in fromtext_rrsig()
H A Dloc_29.c172 RETERR(loc_getdecimal(DNS_AS_STR(*token), 59, 3, '\0', s)); in get_seconds()
182 if (DNS_AS_STR(*token)[0] == directions[1] && in get_direction()
183 DNS_AS_STR(*token)[1] == 0) { in get_direction()
184 *direction = DNS_AS_STR(*token)[0]; in get_direction()
188 if (DNS_AS_STR(*token)[0] == directions[0] && in get_direction()
189 DNS_AS_STR(*token)[1] == 0) { in get_direction()
190 *direction = DNS_AS_STR(*token)[0]; in get_direction()
312 str = DNS_AS_STR(token); in loc_getaltitude()
313 if (DNS_AS_STR(token)[0] == '-') { in loc_getaltitude()
341 RETTOK(loc_getprecision(DNS_AS_STR(token), valuep)); in loc_getoptionalprecision()
H A Dnsec3_50.c85 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3()
88 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3()
89 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3()
98 RETTOK(isc_base32hexnp_decodestring(DNS_AS_STR(token), &b)); in fromtext_nsec3()
H A Dnsec3param_51.c83 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3param()
86 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3param()
87 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3param()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/rdata/generic/
H A Drrsig_46.c48 i = strtol(DNS_AS_STR(token), &e, 10); in fromtext_rrsig()
90 if (strlen(DNS_AS_STR(token)) <= 10U && *DNS_AS_STR(token) != '-' && in fromtext_rrsig()
91 *DNS_AS_STR(token) != '+') in fromtext_rrsig()
97 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
106 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire)); in fromtext_rrsig()
115 if (strlen(DNS_AS_STR(token)) <= 10U && *DNS_AS_STR(token) != '-' && in fromtext_rrsig()
116 *DNS_AS_STR(token) != '+') in fromtext_rrsig()
122 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
131 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed)); in fromtext_rrsig()
H A Dloc_29.c172 RETERR(loc_getdecimal(DNS_AS_STR(*token), 59, 3, '\0', s)); in get_seconds()
182 if (DNS_AS_STR(*token)[0] == directions[1] && in get_direction()
183 DNS_AS_STR(*token)[1] == 0) { in get_direction()
184 *direction = DNS_AS_STR(*token)[0]; in get_direction()
188 if (DNS_AS_STR(*token)[0] == directions[0] && in get_direction()
189 DNS_AS_STR(*token)[1] == 0) { in get_direction()
190 *direction = DNS_AS_STR(*token)[0]; in get_direction()
312 str = DNS_AS_STR(token); in loc_getaltitude()
313 if (DNS_AS_STR(token)[0] == '-') { in loc_getaltitude()
341 RETTOK(loc_getprecision(DNS_AS_STR(token), valuep)); in loc_getoptionalprecision()
H A Dnsec3_50.c85 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3()
88 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3()
89 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3()
98 RETTOK(isc_base32hexnp_decodestring(DNS_AS_STR(token), &b)); in fromtext_nsec3()
H A Dnsec3param_51.c83 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3param()
86 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3param()
87 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3param()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/rdata/generic/
H A Drrsig_46.c46 i = strtol(DNS_AS_STR(token), &e, 10); in fromtext_rrsig()
88 if (strlen(DNS_AS_STR(token)) <= 10U && *DNS_AS_STR(token) != '-' && in fromtext_rrsig()
89 *DNS_AS_STR(token) != '+') in fromtext_rrsig()
95 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
104 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire)); in fromtext_rrsig()
113 if (strlen(DNS_AS_STR(token)) <= 10U && *DNS_AS_STR(token) != '-' && in fromtext_rrsig()
114 *DNS_AS_STR(token) != '+') in fromtext_rrsig()
120 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
129 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed)); in fromtext_rrsig()
H A Dloc_29.c170 RETERR(loc_getdecimal(DNS_AS_STR(*token), 59, 3, '\0', s)); in get_seconds()
180 if (DNS_AS_STR(*token)[0] == directions[1] && in get_direction()
181 DNS_AS_STR(*token)[1] == 0) { in get_direction()
182 *direction = DNS_AS_STR(*token)[0]; in get_direction()
186 if (DNS_AS_STR(*token)[0] == directions[0] && in get_direction()
187 DNS_AS_STR(*token)[1] == 0) { in get_direction()
188 *direction = DNS_AS_STR(*token)[0]; in get_direction()
310 str = DNS_AS_STR(token); in loc_getaltitude()
311 if (DNS_AS_STR(token)[0] == '-') { in loc_getaltitude()
339 RETTOK(loc_getprecision(DNS_AS_STR(token), valuep)); in loc_getoptionalprecision()
H A Dnsec3_50.c83 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3()
86 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3()
87 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3()
96 RETTOK(isc_base32hexnp_decodestring(DNS_AS_STR(token), &b)); in fromtext_nsec3()
H A Dnsec3param_51.c81 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3param()
84 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3param()
85 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3param()
/dports/dns/bind911/bind-9.11.37/lib/dns/rdata/generic/
H A Drrsig_46.c46 i = strtol(DNS_AS_STR(token), &e, 10); in fromtext_rrsig()
85 if (strlen(DNS_AS_STR(token)) <= 10U && in fromtext_rrsig()
86 *DNS_AS_STR(token) != '-' && *DNS_AS_STR(token) != '+') { in fromtext_rrsig()
91 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
98 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire)); in fromtext_rrsig()
106 if (strlen(DNS_AS_STR(token)) <= 10U && in fromtext_rrsig()
107 *DNS_AS_STR(token) != '-' && *DNS_AS_STR(token) != '+') { in fromtext_rrsig()
112 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); in fromtext_rrsig()
119 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_signed)); in fromtext_rrsig()
H A Dloc_29.c170 RETERR(loc_getdecimal(DNS_AS_STR(*token), 59, 3, '\0', s)); in get_seconds()
180 if (DNS_AS_STR(*token)[0] == directions[1] && in get_direction()
181 DNS_AS_STR(*token)[1] == 0) { in get_direction()
182 *direction = DNS_AS_STR(*token)[0]; in get_direction()
186 if (DNS_AS_STR(*token)[0] == directions[0] && in get_direction()
187 DNS_AS_STR(*token)[1] == 0) { in get_direction()
188 *direction = DNS_AS_STR(*token)[0]; in get_direction()
310 str = DNS_AS_STR(token); in loc_getaltitude()
311 if (DNS_AS_STR(token)[0] == '-') { in loc_getaltitude()
339 RETTOK(loc_getprecision(DNS_AS_STR(token), valuep)); in loc_getoptionalprecision()
H A Dnsec3_50.c81 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3()
84 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3()
85 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3()
94 RETTOK(isc_base32hexnp_decodestring(DNS_AS_STR(token), &b)); in fromtext_nsec3()
H A Dnsec3param_51.c79 if (strcmp(DNS_AS_STR(token), "-") == 0) { in fromtext_nsec3param()
82 RETERR(uint8_tobuffer(strlen(DNS_AS_STR(token)) / 2, target)); in fromtext_nsec3param()
83 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target)); in fromtext_nsec3param()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/rdata/in_1/
H A Dwks_11.c104 if (inet_pton(AF_INET, DNS_AS_STR(token), &addr) != 1) { in fromtext_in_wks()
119 proto = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
120 if (*e != '\0' && !mygetprotobyname(DNS_AS_STR(token), &proto)) { in fromtext_in_wks()
148 strlcpy(service, DNS_AS_STR(token), sizeof(service)); in fromtext_in_wks()
155 port = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
157 !mygetservbyname(DNS_AS_STR(token), ps, &port)) in fromtext_in_wks()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/rdata/in_1/
H A Dwks_11.c127 if (inet_pton(AF_INET, DNS_AS_STR(token), &addr) != 1) { in fromtext_in_wks()
142 proto = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
143 if (*e != '\0' && !mygetprotobyname(DNS_AS_STR(token), &proto)) { in fromtext_in_wks()
171 strlcpy(service, DNS_AS_STR(token), sizeof(service)); in fromtext_in_wks()
178 port = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
180 !mygetservbyname(DNS_AS_STR(token), ps, &port)) in fromtext_in_wks()
/dports/dns/bind911/bind-9.11.37/lib/dns/rdata/in_1/
H A Dwks_11.c118 if (getquad(DNS_AS_STR(token), &addr, lexer, callbacks) != 1) { in fromtext_in_wks()
133 proto = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
134 if (*e != '\0' && !mygetprotobyname(DNS_AS_STR(token), &proto)) { in fromtext_in_wks()
162 strlcpy(service, DNS_AS_STR(token), sizeof(service)); in fromtext_in_wks()
167 port = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
169 !mygetservbyname(DNS_AS_STR(token), ps, &port)) in fromtext_in_wks()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/rdata/in_1/
H A Dwks_11.c125 if (inet_pton(AF_INET, DNS_AS_STR(token), &addr) != 1) { in fromtext_in_wks()
140 proto = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
141 if (*e != '\0' && !mygetprotobyname(DNS_AS_STR(token), &proto)) { in fromtext_in_wks()
169 strlcpy(service, DNS_AS_STR(token), sizeof(service)); in fromtext_in_wks()
176 port = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
178 !mygetservbyname(DNS_AS_STR(token), ps, &port)) in fromtext_in_wks()
/dports/dns/bind916/bind-9.16.27/lib/dns/rdata/in_1/
H A Dwks_11.c127 if (inet_pton(AF_INET, DNS_AS_STR(token), &addr) != 1) { in fromtext_in_wks()
142 proto = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
143 if (*e != '\0' && !mygetprotobyname(DNS_AS_STR(token), &proto)) { in fromtext_in_wks()
171 strlcpy(service, DNS_AS_STR(token), sizeof(service)); in fromtext_in_wks()
178 port = strtol(DNS_AS_STR(token), &e, 10); in fromtext_in_wks()
180 !mygetservbyname(DNS_AS_STR(token), ps, &port)) in fromtext_in_wks()

123456