Searched refs:ivec_out (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | common.c | 43 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 D | rsh_locl.h | 143 extern void *ivec_out[2];
|
H A D | rshd.c | 467 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 D | rsh.c | 147 do_write (s, buf, ret, ivec_out[0]); in rsh_loop()
|