Searched refs:endp (Results 1 – 2 of 2) sorted by relevance
/resolv/ |
A D | inet_addr.c | 132 char *endp; in inet_aton_end() local 133 unsigned long ul = strtoul (cp, &endp, 0); in inet_aton_end() 139 digit = cp != endp; in inet_aton_end() 140 cp = endp; in inet_aton_end() 171 *endp = cp; in inet_aton_end() 185 const char *endp; in __inet_aton_exact() local 187 if (inet_aton_end (cp, &val, &endp) != 0 && *endp == 0) in __inet_aton_exact() 201 const char *endp; in libc_hidden_def() local 202 return inet_aton_end (cp, addr, &endp); in libc_hidden_def() 212 const char *endp; in weak_alias() local [all …]
|
A D | inet_pton.c | 145 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; in inet_pton6() local 152 endp = tp + NS_IN6ADDRSZ; in inet_pton6() 195 if (tp + NS_INT16SZ > endp) in inet_pton6() 203 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) in inet_pton6() 214 if (tp + NS_INT16SZ > endp) in inet_pton6() 222 if (tp == endp) in inet_pton6() 226 memmove (endp - n, colonp, n); in inet_pton6() 227 memset (colonp, 0, endp - n - colonp); in inet_pton6() 228 tp = endp; in inet_pton6() 230 if (tp != endp) in inet_pton6()
|
Completed in 5 milliseconds