Searched defs:ASSERT (Results 1 – 10 of 10) sorted by relevance
/csrg-svn/usr.sbin/sendmail/src/ |
H A D | useful.h | 33 # define ASSERT(expr, msg, parm)\ macro 40 # define ASSERT(expr, msg, parm) macro
|
/csrg-svn/sys/netiso/ |
H A D | argo_debug.h | 101 #define ASSERT(phrase) \ macro 104 #define ASSERT(phrase) /* phrase */ macro 109 #define ASSERT(phrase) /* phrase */ macro
|
/csrg-svn/lib/libc/stdlib/ |
H A D | malloc.c | 90 #define ASSERT(p) if (!(p)) botch("p") macro 101 #define ASSERT(p) macro
|
/csrg-svn/usr.bin/struct/beautify/ |
H A D | beauty.y | 239 #define ASSERT(X,Y) if (!(X)) error("struct bug: assertion 'X' invalid in routine Y","",""); macro
|
/csrg-svn/usr.bin/struct/struct/ |
H A D | def.h | 7 #define ASSERT(P,R) {if (!(P)) {fprintf(stderr,"failed assertion in routine R: P\n"); abort();}} macro
|
/csrg-svn/usr.bin/uucp/vms/ |
H A D | uucp.h | 180 #define ASSERT(e, s1, s2, i1) if (!(e)) {assert(s1, s2, i1);cleanup(FAIL);}else macro
|
/csrg-svn/games/gomoku/ |
H A D | gomoku.h | 240 #define ASSERT(x) macro
|
/csrg-svn/old/cu/ |
H A D | cu.c | 14 #define ASSERT(e, f, v) if (!(e)) {\ macro
|
/csrg-svn/old/berknet/ |
H A D | mach.h | 385 # define ASSERT "Assertion failed: file %s, line %d\n", __FILE__, __LINE__);exit(1);}} macro
|
/csrg-svn/sys/tahoe/vba/ |
H A D | mpreg.h | 245 #define ASSERT 1 /* line asserted */ macro
|