Searched refs:my_end (Results 1 – 3 of 3) sorted by relevance
40 MyIter my_end(map.end()); in TestsAScopedRefptr() local41 for (MyIter it = my_begin; it != my_end; ++it) { in TestsAScopedRefptr()
459 char *my_end; in xtables_strtoul() local467 v = strtoumax(s, &my_end, 0); in xtables_strtoul()468 if (my_end == s) in xtables_strtoul()471 *end = my_end; in xtables_strtoul()477 return *my_end == '\0'; in xtables_strtoul()