Searched refs:highest_version (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/gpatch-3/patch/
H A Dbackupfile.c181 int highest_version; local
189 highest_version = 0;
198 if (this_version > highest_version)
199 highest_version = this_version;
203 return highest_version;
/macosx-10.9.5/patch_cmds-17/patch/
H A Dbackupfile.c87 int highest_version, this_version; local
94 highest_version = 0;
102 if (this_version > highest_version)
103 highest_version = this_version;
106 return highest_version;

Completed in 117 milliseconds