clrbuf
#define clrbuf(bp) do { \
#define clrbuf(bp) memset((bp)->b_data, 0, (u_int)(bp)->b_bcount)
#undef clrbuf