Searched refs:b_matched (Results 1 – 1 of 1) sorted by relevance
784 int a_matched, b_matched; in compare_versions() local787 b_matched = sscanf(b, "%d.%d.%d.%d", &b_major, &b_minor, &b_point, &b_patch); in compare_versions()789 if (a_matched == 4 && b_matched != 4) in compare_versions()792 if (a_matched != 4 && b_matched == 4) in compare_versions()795 if (a_matched != 4 && b_matched != 4) in compare_versions()