Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAssert.java45 class Assert { class
/titanic_52/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c76 #define Assert(Cond) if (!(Cond)) abort() macro
/titanic_52/usr/src/boot/lib/libz/
H A Dzutil.h223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
230 # define Assert(cond,msg) macro
/titanic_52/usr/src/contrib/zlib/
H A Dzutil.h242 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
249 # define Assert(cond,msg) macro
/titanic_52/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c243 #define Assert(cond, msg) { if (!(cond)) z_error(msg); } macro
251 #define Assert(cond, msg) ((cond) ? ((void)0) : panic(msg)) macro
253 #define Assert(cond, msg) ((void)0) macro
[all...]
/titanic_52/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
[all...]
/titanic_52/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