Searched refs:odst (Results 1 - 8 of 8) sorted by relevance

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

Completed in 104 milliseconds