Home
last modified time | relevance | path

Searched refs:my_end (Results 1 – 1 of 1) sorted by relevance

/external/iptables/libxtables/
Dxtables.c444 char *my_end; in xtables_strtoul() local
452 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()