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

/macosx-10.9.5/gpatch-3/patch/
H A Dbackupfile.c182 int this_version; local
197 this_version = version_number (file, dp->d_name, file_name_length);
198 if (this_version > highest_version)
199 highest_version = this_version;
/macosx-10.9.5/patch_cmds-17/patch/
H A Dbackupfile.c87 int highest_version, this_version; local
101 this_version = version_number(file, dp->d_name, file_name_length);
102 if (this_version > highest_version)
103 highest_version = this_version;

Completed in 122 milliseconds