Home
last modified time | relevance | path

Searched refs:VMS_UNZIP_VERSION (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dextract.c749 if (G.crec.version_needed_to_extract[0] > VMS_UNZIP_VERSION) { in store_info()
755 VMS_UNZIP_VERSION / 10, VMS_UNZIP_VERSION % 10)); in store_info()
H A Dunzpriv.h649 #define VMS_UNZIP_VERSION 42 /* if OS-needed-to-extract is VMS: can do */ macro