Searched refs:CheckStrToInt (Results 1 – 1 of 1) sorted by relevance
730 static void CheckStrToInt(T fn(const char* s, char** end, int base)) { in CheckStrToInt() function803 CheckStrToInt(strtol); in TEST()807 CheckStrToInt(strtoll); in TEST()811 CheckStrToInt(strtoul); in TEST()815 CheckStrToInt(strtoull); in TEST()819 CheckStrToInt(strtoimax); in TEST()823 CheckStrToInt(strtoumax); in TEST()