taglinefilesource code
cond221arch/i386/boot/compressed/gzip.h#  define Assert(cond,msg) {if(!(cond)) error(msg);}
cond228arch/i386/boot/compressed/gzip.h#  define Assert(cond,msg)
cond200drivers/scsi/buslogic.c#define CHECK(cond) if (cond) ; else goto fail