Searched defs:CHKBUF (Results 1 – 2 of 2) sorted by relevance
367 #define CHKBUF() (bufp >= endbuf ? (write(fd,buf,bufp-buf), bufp=buf) : bufp) macro