Home
last modified time | relevance | path

Searched defs:Assert (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAssert.java45 class Assert { class
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c72 #define Assert(Cond) if (!(Cond)) abort() macro
/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.h242 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
249 # define Assert(cond,msg) macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c241 #define Assert(cond, msg) { if (!(cond)) z_error(msg); } macro
249 #define Assert(cond, msg) ((cond) ? ((void)0) : panic(msg)) macro
251 #define Assert(cond, msg) ((void)0) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c105 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
112 # define Assert(cond,msg) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c785 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
792 # define Assert(cond,msg) macro