Searched refs:matches_version (Results 1 – 2 of 2) sorted by relevance
22 static __attribute__((unused)) Bool matches_version(char *min_version) { in matches_version() function53 && matches_version( min_version )) in go()
31 static Bool matches_version(char *min_version) in matches_version() function61 if ( 0 == strcmp( OS, "linux" ) && matches_version( min_version )) return True; in go()