Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/zmod/
H A Ddeflate.c235 static const char my_version[] = ZLIB_VERSION; local
242 if (version == Z_NULL || version[0] != my_version[0] ||
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c863 static const char *my_version = ZLIB_VERSION; local
872 if (version == Z_NULL || version[0] != my_version[0] ||