Searched defs:fromcmd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libgen/common/
H A Dp2open.c70 int fromcmd[2]; local
73 if (pipe(tocmd) < 0 || pipe(fromcmd) < 0)
76 if (tocmd[1] >= 256 || fromcmd[0] >= 256) {
79 (void) close(fromcmd[0]);
80 (void) close(fromcmd[1]);
89 (void) close(fromcmd[0]);
91 (void) fcntl(fromcmd[1], F_DUPFD, 1);
92 (void) close(fromcmd[1]);
99 (void) _insert(pid, fromcmd[0]);
101 (void) close(fromcmd[
[all...]

Completed in 252 milliseconds