Searched refs:a_matched (Results 1 – 1 of 1) sorted by relevance
867 int a_matched, b_matched; in compare_versions() local869 a_matched = sscanf(a, "%d.%d.%d.%d", &a_major, &a_minor, &a_point, &a_patch); in compare_versions()872 if (a_matched == 4 && b_matched != 4) in compare_versions()875 if (a_matched != 4 && b_matched == 4) in compare_versions()878 if (a_matched != 4 && b_matched != 4) in compare_versions()