taglinefilesource code
cond173drivers/scsi/buslogic.c#define CHECK(cond) if (cond) ; else goto fail
cond221zBoot/gzip.h#  define Assert(cond,msg) {if(!(cond)) error(msg);}
cond228zBoot/gzip.h#  define Assert(cond,msg)