Searched refs:csrecv (Results 1 - 12 of 12) sorted by relevance

/ast/src/cmd/3d/
H A Dcs_3d.h44 #define csrecv _3d_csrecv macro
H A Dlicense.c68 if (csrecv(&cs, fd, NiL, &lic, 1) != 1)
H A Dfork3d.c69 if (streq(type, "fdp")) fd = csrecv(&cs, mp->fs->fd, NiL, &nfd, 1) == 1 ? nfd : -1;
H A Dfs.c354 while (csrecv(&cs, fd, NiL, &cd, 1) != 1 && errno == EINTR);
570 n = csrecv(&cs, fs->fd, NiL, &fd, 1);
/ast/src/cmd/cs/
H A Dnam.c101 if (csrecv(fd, NiL, &ud, 1) != 1)
H A Dfs_env.c242 if (csrecv(fd, &id, &xd, 1) != 1)
/ast/src/lib/libcs/
H A Dcs.h264 #define csrecv _cs_recv macro
303 extern int csrecv(Cs_t*, int, Csid_t*, int*, int);
H A DMakefile25 csping.c cspipe.c cspoll.c csport.c csread.c csrecv.c \
H A Dcsrecv.c90 csrecv(register Cs_t* state, int fd, Csid_t* id, int* fds, int n) function
384 return csrecv(&cs, fd, id, fds, n);
H A Dcss.c805 if (csrecv(css->state, fd, &id, &fdnew, 1) == 1)
814 if (csrecv(css->state, fd, &id, &fdnew, 1) == 1 &&
/ast/src/cmd/coshell/
H A Dmain.c453 if ((i = csrecv(fd, &id, fds, elementsof(fds))) < 0) /* error */;
590 if (csrecv(fd, &id, fds, 1) == 1)
641 if (csrecv(fd, &id, fds, 1) == 1)
934 for (; d > 0 && csrecv(pfd, NiL, fds, 1) == 1 && csread(fds[0], s, 7, CS_EXACT) == 7 && s[0] == '#'; d--)
H A Dcommand.c85 if (n < elementsof(fds) && csrecv(fds[m].fd, NiL, &x, 1) == 1)

Completed in 18 milliseconds