t_rcvall
switch (len = t_rcvall(ct->ct_fd, buf, len)) {
static int t_rcvall(int, char *, int);
if ((len = t_rcvall(fd, buf, len)) > 0) {