Lines Matching defs:end
56 const char *end;
59 in4_pton(address, -1, min, '-', &end) > 0) {
61 if (!*end)
63 else if (*end++ != '-' ||
64 in4_pton(end, -1, max, '\0', &end) <= 0 || *end)
68 if (in6_pton(address, -1, min, '-', &end) > 0) {
70 if (!*end)
72 else if (*end++ != '-' ||
73 in6_pton(end, -1, max, '\0', &end) <= 0 || *end)