Searched refs:cssend (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/3d/ |
H A D | cs_3d.h | 45 #define cssend _3d_cssend macro
|
H A D | fs.c | 84 if (!cssend(&cs, nd, &fd, 1) && (n = READ(nd, buf, sizeof(buf))) > 1)
|
/ast/src/cmd/cs/ |
H A D | nam.c | 138 if (cswrite(fd, DEVFD, sizeof(DEVFD) - 1) != sizeof(DEVFD) - 1 || cssend(fd, &ud, 1))
|
/ast/src/lib/libcs/ |
H A D | cs.h | 265 #define cssend _cs_send macro 304 extern int cssend(Cs_t*, int, int*, int);
|
H A D | cssend.c | 31 cssend(register Cs_t* state, int fd, int* fds, int n) function 172 * and hold them open until the next cssend() 222 return cssend(&cs, fd, fds, n);
|
H A D | Makefile | 26 cssend.c css.c csserve.c csstat.c csto.c csvar.c cswrite.c \
|
H A D | cslocal.c | 191 else if (cssend(state, fd, NiL, 0))
|
H A D | csopen.c | 473 if (read(fd, &c, 1) == 1 && !cssend(state, fd, NiL, 0))
|
/ast/src/cmd/coshell/ |
H A D | main.c | 899 if ((state.indirect.con || !cssend(fd, fds, i)) && csread(fd, s, 7, CS_EXACT) == 7 && s[0] == '#' && !(errno = (int)strtol(s + 1, NiL, 10))) do
|
Completed in 28 milliseconds