Searched defs:my_version (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/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] ||
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c226 static const char my_version[] = ZLIB_VERSION; local
233 if (version == Z_NULL || version[0] != my_version[0] ||
/illumos-gate/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] ||

Completed in 79 milliseconds