Searched refs:odst (Results 1 – 7 of 7) sorted by relevance
66 const u_char *odst = dst; in inet_net_pton_ipv4() local127 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 …]
58 char *odst = dst; local77 if (dst == odst) {82 return (odst);
86 const u_char *odst = dst; in inet_cidr_pton_ipv4() local112 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()
77 char *odst = dst; in decoct() local92 return (dst - odst); in decoct()110 char *odst = dst; in inet_cidr_ntop_ipv4() local145 return (odst); in inet_cidr_ntop_ipv4()
96 char *odst = dst; local133 if (dst != odst)144 return (odst);
53 char *odst = dst; in ns_format_ttl() local88 for (p = odst; (ch = *p) != '\0'; p++) in ns_format_ttl()93 return (dst - odst); in ns_format_ttl()
1624 wchar_t *dst, *odst; in int_regwdosuba() local1641 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()