Searched refs:CheckStrToInt (Results 1 – 1 of 1) sorted by relevance
785 static void CheckStrToInt(T fn(const char* s, char** end, int base)) { in CheckStrToInt() function858 CheckStrToInt(strtol); in TEST()862 CheckStrToInt(strtoll); in TEST()866 CheckStrToInt(strtoul); in TEST()870 CheckStrToInt(strtoull); in TEST()874 CheckStrToInt(strtoimax); in TEST()878 CheckStrToInt(strtoumax); in TEST()