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

/freebsd-10.1-release/crypto/openssl/crypto/rand/
H A Drand_lib.c191 static size_t drbg_get_entropy(DRBG_CTX *ctx, unsigned char **pout, argument
196 *pout = OPENSSL_malloc(min_len);
197 if (!*pout)
199 if (ssleay_rand_bytes(*pout, min_len, 0, 0) <= 0) {
200 OPENSSL_free(*pout);
201 *pout = NULL;
220 static size_t drbg_get_adin(DRBG_CTX *ctx, unsigned char **pout) argument
226 *pout = buf;
/freebsd-10.1-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-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-raid.h115 uint64_t pout : 1; /**< Indicates whether the P pipe is used by this instruction. member in struct:__anon7289::__anon7290
/freebsd-10.1-release/crypto/heimdal/appl/rcp/
H A Drcp.c716 int pin[2], pout[2], reserved[2]; local
729 if (pipe(pout) < 0) {
745 close(pout[0]);
747 dup2(pout[1], 1);
749 close(pout[1]);
786 close(pout[1]);
787 *fdin = pout[0];
/freebsd-10.1-release/crypto/openssl/engines/vendor_defns/
H A Dcswift.h228 SW_LARGENUMBER pout[],
/freebsd-10.1-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-10.1-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.c186 int pin[2], pout[2]; local
194 if (pipe(pin) < 0 || pipe(pout) < 0)
216 close(pout[0]);
217 if (dup2(pout[1], 1) < 0)
220 close(pout[1]);
244 close(pout[1]);
250 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.c2142 int pin[2], pout[2]; local
2144 if ((pipe(pin) == -1) || (pipe(pout) == -1))
2147 *out = pout[1];
2148 c_in = pout[0];
/freebsd-10.1-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 208 milliseconds