Searched refs:inet_aton_end (Results 1 – 1 of 1) sorted by relevance
106 inet_aton_end (const char *cp, struct in_addr *addr, const char **endp) in inet_aton_end() function187 if (inet_aton_end (cp, &val, &endp) != 0 && *endp == 0) in __inet_aton_exact()202 return inet_aton_end (cp, addr, &endp); in libc_hidden_def()213 if (inet_aton_end (cp, &val, &endp)) in weak_alias()
Completed in 35 milliseconds