Lines Matching defs:str1
50 * 1 - if str1 version number is more recent than str2
51 * 2 - if str2 version number is more recent than str1
61 einfo_compare_dotted_version(const char *str1, const char *str2)
68 freeptr1 = verstr1 = strdup(str1);
112 * 1 - if the timestamp in str1 is more recent
116 einfo_compare_timestamps(const char *str1, const char *str2)
120 retval = strcmp(str1, str2);
137 * 1 - if the version in str1 is more recent
152 einfo_compare_version(const char *str1, const char *str2)
159 freeptr1 = verstr1 = strdup(str1);