Home
last modified time | relevance | path

Searched refs:z_error (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/
H A Dctf_lib.c58 const char *(*z_error)(int); member
107 zlib.z_error = (const char *(*)(int)) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()
109 if (zlib.z_uncompress == NULL || zlib.z_error == NULL) { in ctf_zopen()
116 zlib.z_error = zError; in ctf_zopen()
138 return (zlib.z_error(err)); in z_strerror()
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dzutil.h251 extern void z_error OF((char *m));
252 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c127 void z_error (m) in z_error() function
H A Ddeflate.c1251 z_error("invalid match");
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dzutil.h243 extern void ZLIB_INTERNAL z_error OF((char *m));
244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c122 void ZLIB_INTERNAL z_error (m) in z_error() function
H A Ddeflate.c1501 z_error("invalid match");
H A DChangeLog1349 - use z_error only for DEBUG (avoid problem with DLLs)
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dzutil.h243 extern void ZLIB_INTERNAL z_error OF((char *m));
244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c122 void ZLIB_INTERNAL z_error (m) in z_error() function
H A Ddeflate.c1501 z_error("invalid match");
H A DChangeLog1349 - use z_error only for DEBUG (avoid problem with DLLs)
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dzutil.h243 extern void ZLIB_INTERNAL z_error OF((char *m));
244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c122 void ZLIB_INTERNAL z_error (m) in z_error() function
H A Ddeflate.c1501 z_error("invalid match");
H A DChangeLog1349 - use z_error only for DEBUG (avoid problem with DLLs)
/netbsd-src/sys/net/
H A Dzlib.c255 extern void z_error(char *m);
256 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
1563 z_error("invalid match");
5638 void z_error (m) in z_error() function