Home | History | Annotate | Download | only in libxtables

Lines Matching refs:my_end

444 	char *my_end;
452 v = strtoumax(s, &my_end, 0);
453 if (my_end == s)
456 *end = my_end;
462 return *my_end == '\0';