Searched refs:str2longlong (Results 1 – 1 of 1) sorted by relevance
956 static const str2longlong_t str2longlong[] = { variable1071 #define NB_STR2LONGLONG (sizeof(str2longlong)/sizeof(*str2longlong))1080 result = p_atoi64(str2longlong[test_num].str); in test_atoi64()1081 if (str2longlong[test_num].overflow) in test_atoi64()1082 ok(result == str2longlong[test_num].value || in test_atoi64()1087 wine_dbgstr_longlong(str2longlong[test_num].value)); in test_atoi64()1089 ok(result == str2longlong[test_num].value, in test_atoi64()1092 wine_dbgstr_longlong(str2longlong[test_num].value)); in test_atoi64()1106 if (str2longlong[test_num].overflow) in test_wtoi64()1107 ok(result == str2longlong[test_num].value || in test_wtoi64()[all …]