Home
last modified time | relevance | path

Searched refs:zstrerror (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/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
H A Dgzwrite.c94 gz_error(state, Z_ERRNO, zstrerror());
115 gz_error(state, Z_ERRNO, zstrerror());
H A Dgzread.c44 gz_error(state, Z_ERRNO, zstrerror());
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzguts.h136 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
140 # define zstrerror() strerror(errno) macro
142 # define zstrerror() "stdio error (consult errno)" macro
H A Dgzwrite.c96 gz_error(state, Z_ERRNO, zstrerror());
117 gz_error(state, Z_ERRNO, zstrerror());
H A Dgzread.c52 gz_error(state, Z_ERRNO, zstrerror());