Searched refs:my_end (Results 1 – 1 of 1) sorted by relevance
444 char *my_end; in xtables_strtoul() local452 v = strtoumax(s, &my_end, 0); in xtables_strtoul()453 if (my_end == s) in xtables_strtoul()456 *end = my_end; in xtables_strtoul()462 return *my_end == '\0'; in xtables_strtoul()