Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dinet_pton.c145 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; in inet_pton6() local
153 colonp = NULL; in inet_pton6()
188 if (colonp) in inet_pton6()
190 colonp = tp; in inet_pton6()
219 if (colonp != NULL) in inet_pton6()
225 size_t n = tp - colonp; in inet_pton6()
226 memmove (endp - n, colonp, n); in inet_pton6()
227 memset (colonp, 0, endp - n - colonp); in inet_pton6()