Lines Matching refs:Buf
87 *Buf[BUFCNT]; /* buffer pointers (possibly to shared memory) */
805 if ((Buf[cnt] = shmat(Shm_id[cnt], 0, 0)) == (void *)-1)
811 Cnts[cnt] = (int *)(Buf[cnt] + Bufsz);
815 if ((Buf[0] = align(size)) == (char *)NULL)
817 Cnts[0] = (int *)(Buf[0] + Bufsz);
921 c_p = Buf[cur_buf];
982 c_p = Buf[cur_buf];
1055 c_p = (char *)(Buf[0] + *Cnts[0]);
1086 c_p = Buf[0];
1115 (void) memcpy(Buf[0], c_p, left);