Searched defs:ul (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c88 unsigned long ul; local
91 ul = strtoul(valstr, &ep, 10);
92 if (errno != 0 || *ep != '\0' || ul > UINT_MAX)
94 *val = (uint_t)ul;

Completed in 26 milliseconds