Searched refs:a_matched (Results 1 – 1 of 1) sorted by relevance
763 int a_matched, b_matched; in compare_versions() local765 a_matched = sscanf(a, "%d.%d.%d.%d", &a_major, &a_minor, &a_point, &a_patch); in compare_versions()768 if (a_matched == 4 && b_matched != 4) in compare_versions()771 if (a_matched != 4 && b_matched == 4) in compare_versions()774 if (a_matched != 4 && b_matched != 4) in compare_versions()