uu_strtoint
if (uu_strtoint(value, &new_int, sizeof (new_int), 0,
if (uu_strtoint(value, &new_int, sizeof (new_int), 0,
if (uu_strtoint(optarg, &opt_adopt, sizeof (opt_adopt),
if (uu_strtoint(optarg, &opt_count, sizeof (opt_adopt),
if (uu_strtoint(arg, &result, sizeof (result), 10, 0, INT_MAX) == -1) {
if (uu_strtoint(argv[i], &id, sizeof (id), 10, 1, INT_MAX)) {
uu_strtoint(debug, &default_debug, sizeof (default_debug),
extern int uu_strtoint(const char *, void *, size_t, int, int64_t, int64_t);