str_verscmp 539 lib/strutil.h int str_verscmp (const char *s1, const char *s2); str_verscmp 276 src/filemanager/filegui.c statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36")); str_verscmp 371 src/filemanager/mountlist.c statvfs_works_cache = (uname (&name) == 0 && 0 <= str_verscmp (name.release, "2.6.36")); str_verscmp 109 tests/lib/strutil/str_verscmp.c actual_result = str_verscmp (data->s1, data->s2);