Home
last modified time | relevance | path

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

/third_party/iptables/libxtables/
Dxtables.c501 char *my_end; in xtables_strtoul() local
509 v = strtoumax(s, &my_end, 0); in xtables_strtoul()
510 if (my_end == s) in xtables_strtoul()
513 *end = my_end; in xtables_strtoul()
519 return *my_end == '\0'; in xtables_strtoul()
/third_party/glib/glib/
Dgvariant.c4539 const gchar *my_end; in g_variant_format_string_scan_type() local
4544 endptr = &my_end; in g_variant_format_string_scan_type()