Searched refs:ul (Results 1 – 1 of 1) sorted by relevance
133 unsigned long ul = strtoul (cp, &endp, 0); in inet_aton_end() local134 if (ul == ULONG_MAX && errno == ERANGE) in inet_aton_end()136 if (ul > 0xfffffffful) in inet_aton_end()138 val = ul; in inet_aton_end()
Completed in 4 milliseconds