taglinefilesource code
bp_head24net/unix.cint bp_head, bp_tail;
bp_head39net/unix.c#define UN_BUF_AVAIL(UPD) (((UPD)->bp_head - (UPD)->bp_tail) & (BUF_SIZE-1))
bp_head216net/unix.cupd->bp_head = upd->bp_tail = 0;
bp_head241net/unix.cupd->bp_head = upd->bp_tail = 0;
bp_head662net/unix.cif (cando > (part = BUF_SIZE - pupd->bp_head))
bp_head667net/unix.cmemcpy_fromfs(pupd->buf + pupd->bp_head, ubuf, cando);
bp_head668net/unix.cpupd->bp_head = (pupd->bp_head + cando) & (BUF_SIZE-1);