Searched refs:z_error (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c45 const char *(*z_error)(int); member in struct:__anon3097
87 zlib.z_error = (const char *(*)()) dlsym(zlib.z_dlp, "zError");
89 if (zlib.z_uncompress == NULL || zlib.z_error == NULL) {
111 return (zlib.z_error(err));
/illumos-gate/usr/src/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) function
H A Ddeflate.c1251 z_error("invalid match");
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h222 extern void ZLIB_INTERNAL z_error OF((char *m));
223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c125 void ZLIB_INTERNAL z_error (m) function
H A Ddeflate.c1369 z_error("invalid match");
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c242 extern void z_error OF((char *m));
243 #define Assert(cond, msg) { if (!(cond)) z_error(msg); }
1698 z_error("invalid match");
5863 z_error(m) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c105 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
1088 z_error("invalid match");

Completed in 110 milliseconds