Home
last modified time | relevance | path

Searched refs:odst (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_pton.c66 const u_char *odst = dst; in inet_net_pton_ipv4() local
127 isdigit((unsigned char)(src[0])) && dst > odst) { in inet_net_pton_ipv4()
148 if (dst == odst) in inet_net_pton_ipv4()
152 if (*odst >= 240) /*%< Class E */ in inet_net_pton_ipv4()
154 else if (*odst >= 224) /*%< Class D */ in inet_net_pton_ipv4()
156 else if (*odst >= 192) /*%< Class C */ in inet_net_pton_ipv4()
158 else if (*odst >= 128) /*%< Class B */ in inet_net_pton_ipv4()
163 if (bits < ((dst - odst) * 8)) in inet_net_pton_ipv4()
164 bits = (dst - odst) * 8; in inet_net_pton_ipv4()
169 if (bits == 8 && *odst == 224) in inet_net_pton_ipv4()
[all …]
H A Dinet_neta.c58 char *odst = dst; local
77 if (dst == odst) {
82 return (odst);
H A Dinet_cidr_pton.c86 const u_char *odst = dst; in inet_cidr_pton_ipv4() local
112 if (ch == '/' && dst > odst) { in inet_cidr_pton_ipv4()
121 if (dst - odst == 4) in inet_cidr_pton_ipv4()
128 if (dst == odst) in inet_cidr_pton_ipv4()
132 if (((bits - (ipv6 ? 96 : 0)) / 8) > (dst - odst)) in inet_cidr_pton_ipv4()
H A Dinet_cidr_ntop.c77 char *odst = dst; in decoct() local
92 return (dst - odst); in decoct()
110 char *odst = dst; in inet_cidr_ntop_ipv4() local
145 return (odst); in inet_cidr_ntop_ipv4()
H A Dinet_net_ntop.c96 char *odst = dst; local
133 if (dst != odst)
144 return (odst);
/titanic_41/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c53 char *odst = dst; in ns_format_ttl() local
88 for (p = odst; (ch = *p) != '\0'; p++) in ns_format_ttl()
93 return (dst - odst); in ns_format_ttl()
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk1.c1624 wchar_t *dst, *odst; in int_regwdosuba() local
1641 dst = (wchar_t *)realloc(odst = dst, \ in int_regwdosuba()
1723 if ((*dstp = dst = (wchar_t *)realloc(odst = dst, in int_regwdosuba()
1726 free(odst); in int_regwdosuba()