Searched refs:CheckStrToInt (Results 1 – 1 of 1) sorted by relevance
905 static void CheckStrToInt(T fn(const char* s, char** end, int base)) { in CheckStrToInt() function1007 CheckStrToInt(strtol); in TEST()1011 CheckStrToInt(strtoll); in TEST()1015 CheckStrToInt(strtoul); in TEST()1019 CheckStrToInt(strtoull); in TEST()1023 CheckStrToInt(strtoimax); in TEST()1027 CheckStrToInt(strtoumax); in TEST()