Lines Matching refs:str2
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)
69 freeptr2 = verstr2 = strdup(str2);
113 * 2 - if the timestamp in str2 is more recent
116 einfo_compare_timestamps(const char *str1, const char *str2)
120 retval = strcmp(str1, str2);
138 * 2 - if the version in str2 is more recent
141 einfo_compare_version(const char *str1, const char *str2)
148 freeptr2 = verstr2 = strdup(str2);