Searched refs:pout (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh3.c43 _PROTOTYPE(static int forkexec, (struct op *t, int *pin, int *pout, int act, char **wp, int *pforked ));
77 execute(t, pin, pout, act)
79 int *pin, *pout;
99 rv = forkexec(t, pin, pout, act, wp, &child);
112 rv = execute(t->right, pv, pout, 0);
116 (void) execute(t->left, pin, pout, 0);
117 rv = execute(t->right, pin, pout, 0);
144 exit(execute(t->left, pin, pout, FEXEC));
150 rv = execute(t->left, pin, pout, 0);
152 rv = execute(t1, pin, pout,
[all...]
H A Dsh.h268 _PROTOTYPE(int execute , (struct op *t , int *pin , int *pout , int act ));
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-raid.h111 uint64_t pout : 1; /**< Indicates whether the P pipe is used by this instruction. member in struct:__anon6595::__anon6596
/freebsd-9.3-release/crypto/heimdal/appl/rcp/
H A Drcp.c729 int pin[2], pout[2], reserved[2]; local
742 if (pipe(pout) < 0) {
758 close(pout[0]);
760 dup2(pout[1], 1);
762 close(pout[1]);
799 close(pout[1]);
800 *fdin = pout[0];
/freebsd-9.3-release/crypto/openssl/engines/vendor_defns/
H A Dcswift.h228 SW_LARGENUMBER pout[],
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dnto-tdep.c153 nto_parse_redirection (char *pargv[], char **pin, char **pout, char **perr) argument
200 *pout = out;
/freebsd-9.3-release/crypto/openssh/
H A Dscp.c231 int pin[2], pout[2], reserved[2]; local
249 if (pipe(pout) < 0)
265 close(pout[0]);
267 dup2(pout[1], 1);
269 close(pout[1]);
289 close(pout[1]);
290 *fdin = pout[0];
H A Dsshconnect.c187 int pin[2], pout[2]; local
195 if (pipe(pin) < 0 || pipe(pout) < 0)
217 close(pout[0]);
218 if (dup2(pout[1], 1) < 0)
221 close(pout[1]);
245 close(pout[1]);
251 packet_set_connection(pout[0], pin[1]);
H A Dsession.c483 int pin[2], pout[2], perr[2]; local
493 if (pipe(pout) < 0) {
504 close(pout[0]);
505 close(pout[1]);
537 close(pout[0]);
538 close(pout[1]);
573 close(pout[0]);
574 if (dup2(pout[1], 1) < 0)
576 close(pout[1]);
635 close(pout[
[all...]
H A Dsftp.c2143 int pin[2], pout[2]; local
2145 if ((pipe(pin) == -1) || (pipe(pout) == -1))
2148 *out = pout[1];
2149 c_in = pout[0];
/freebsd-9.3-release/usr.sbin/ppp/
H A Dcommand.c526 unsigned long long oin, oout, pin, pout; local
541 pout = bundle->ncp.ipcp.throughput.PacketsOut;
546 pout += bundle->ncp.ipv6cp.throughput.PacketsOut;
593 nargv[arg] = substull(nargv[arg], "PACKETSOUT", pout);

Completed in 206 milliseconds