Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dgzguts.h53 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
57 # define zstrerror() strerror(errno) macro
59 # define zstrerror() "stdio error (consult errno)" macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dgzguts.h129 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
133 # define zstrerror() strerror(errno) macro
135 # define zstrerror() "stdio error (consult errno)" macro
A Dgzwrite.c91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
A Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
/AliOS-Things-master/components/freetype/src/gzip/
A Dzutil.h150 # define zstrerror(errnum) strerror(errnum) macro
152 # define zstrerror(errnum) "" macro
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzread.c37 gz_error(state, Z_ERRNO, zstrerror());
A Dgzwrite.c81 gz_error(state, Z_ERRNO, zstrerror());
A Dgzio.c-bak976 # define zstrerror(errnum) strerror(errnum)
978 # define zstrerror(errnum) ""
1002 m = (char*)(*errnum == Z_ERRNO ? zstrerror(errno) : s->stream.msg);

Completed in 18 milliseconds