Searched refs:zstrerror (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/zlib-55/zlib/
H A Dgzguts.h53 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
57 # define zstrerror() strerror(errno) macro
59 # define zstrerror() "stdio error (consult errno)" macro
H A Dgzread.c37 gz_error(state, Z_ERRNO, zstrerror());
H A Dgzwrite.c81 gz_error(state, Z_ERRNO, zstrerror());
/macosx-10.10/sudo-73/src/zlib/
H A Dgzguts.h102 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
106 # define zstrerror() strerror(errno) macro
108 # define zstrerror() "stdio error (consult errno)" macro
H A Dgzwrite.c86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
H A Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror());
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c1002 # define zstrerror(errnum) strerror(errnum) macro
1004 # define zstrerror(errnum) "" macro
1028 m = (char*)(*errnum == Z_ERRNO ? zstrerror(errno) : s->stream.msg);

Completed in 178 milliseconds