Home
last modified time | relevance | path

Searched defs:zstrerror (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/boot/lib/libz/
H A Dgzguts.h120 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
124 # define zstrerror() strerror(errno) macro
126 # define zstrerror() "stdio error (consult errno)" macro
/titanic_52/usr/src/contrib/zlib/
H A Dgzguts.h129 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
133 # define zstrerror() strerror(errno) macro
135 # define zstrerror() "stdio error (consult errno)" macro
/titanic_52/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c202 #define zstrerror(errnum) strerror(errnum) macro
204 #define zstrerror(errnum) "" macro