t_rcv
return ((ssize_t)t_rcv(fd, buf, nbytes, &rcvflags));
int t_getinfo(), t_getstate(), t_look(), t_rcv(), t_snd(), t_sync(), t_unbind();
(void) t_rcv(fd, buf, sizeof (buf), &flag);
i1 = t_rcv(fd, buf, sizeof (buf), &flags);
if (t_rcv(0, tmp, sizeof(char), &flags) != sizeof(char)) {
n = t_rcv(0, bp, count, flagp);
extern int t_rcv(int, char *, unsigned int, int *);
extern int t_rcv(int, void *, unsigned int, int *);
if (t_rcv(fd, p, sizeof (char), &flags) != sizeof (char)) {
return ((ssize_t)t_rcv(fd, buf, nbytes, &rcvflags));
if (t_rcv(rtime_fd, (char *)&thetime,
res = t_rcv(fd, buf, (unsigned)len, &moreflag);
if (t_rcv(fd, (char *)&thetime, (uint_t)sizeof (thetime), &flag)
res = t_rcv(fd, buf, (unsigned)len, &flag);
res = t_rcv(fd, buf, (unsigned)len, &flag);
n = t_rcv(fd, (void *) m->b_rptr, nread, &flags);
extern int t_rcv(int fildes, char *buf, unsigned nbytes, int *flags);