Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.h241 extern void ZLIB_INTERNAL z_error OF((char *m));
242 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
H A Dzutil.c120 void ZLIB_INTERNAL z_error (m) in z_error() function
H A Ddeflate.c1499 z_error("invalid match");
H A DChangeLog1349 - use z_error only for DEBUG (avoid problem with DLLs)
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c53 const char *(*z_error)(int); member
110 zlib.z_error = (const char *(*)()) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()
112 if (zlib.z_uncompress == NULL || zlib.z_error == NULL || in ctf_zopen()
136 return (zlib.z_error(err)); in z_strerror()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c240 extern void z_error OF((char *m));
241 #define Assert(cond, msg) { if (!(cond)) z_error(msg); }
1696 z_error("invalid match");
5861 z_error(m) in z_error() function
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c784 extern void z_error OF((char *m));
785 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
/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");