Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c54 const char *(*z_error)(int); member
103 zlib.z_error = (const char *(*)(int)) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()
105 if (zlib.z_uncompress == NULL || zlib.z_error == NULL) { in ctf_zopen()
112 zlib.z_error = zError; in ctf_zopen()
134 return (zlib.z_error(err)); in z_strerror()
/freebsd-12.1/sys/sys/
H A Dzutil.h201 extern void z_error OF((char *m));
202 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.h249 extern void z_error OF((char *m));
250 # 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");
/freebsd-12.1/sys/contrib/zlib/
H A Dzutil.h240 extern void ZLIB_INTERNAL z_error OF((char *m));
241 # 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.c1461 z_error("invalid match");
H A DChangeLog1286 - use z_error only for DEBUG (avoid problem with DLLs)
/freebsd-12.1/sys/libkern/
H A Dzlib.c240 extern void z_error OF((char *m));
241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
1436 z_error("invalid match");
5166 void z_error (m) in z_error() function