Searched defs:Assert (Results 1 – 7 of 7) sorted by relevance
/titanic_52/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Assert.java | 45 class Assert { class
|
/titanic_52/usr/src/lib/libresolv2/common/isc/ |
H A D | base64.c | 76 #define Assert(Cond) if (!(Cond)) abort() macro
|
/titanic_52/usr/src/boot/lib/libz/ |
H A D | zutil.h | 223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 230 # define Assert(cond,msg) macro
|
/titanic_52/usr/src/contrib/zlib/ |
H A D | zutil.h | 242 # 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 D | zlib.c | 243 #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 D | zlib.c | 105 # 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 D | ratz.c | 785 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 792 # define Assert(cond,msg) macro
|