Home
last modified time | relevance | path

Searched refs:ivec_out (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/appl/rsh/
H A Dcommon.c43 void *ivec_out[2]; variable
61 ivec_out[0] = malloc(blocksize); in init_ivecs()
62 memset(ivec_out[0], !client, blocksize); in init_ivecs()
65 ivec_out[1] = malloc(blocksize); in init_ivecs()
66 memset(ivec_out[1], 2 | !client, blocksize); in init_ivecs()
68 ivec_out[1] = ivec_out[0]; in init_ivecs()
H A Drsh_locl.h143 extern void *ivec_out[2];
H A Drshd.c467 do_write (to1, buf, ret, ivec_out[0]); in rshd_loop()
480 do_write (to2, buf, ret, ivec_out[1]); in rshd_loop()
H A Drsh.c147 do_write (s, buf, ret, ivec_out[0]); in rsh_loop()