Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/rsh/
H A Dcommon.c42 void *ivec_in[2]; variable
52 ivec_in[0] = malloc(blocksize); in init_ivecs()
53 memset(ivec_in[0], client, blocksize); in init_ivecs()
56 ivec_in[1] = malloc(blocksize); in init_ivecs()
57 memset(ivec_in[1], 2 | client, blocksize); in init_ivecs()
59 ivec_in[1] = ivec_in[0]; in init_ivecs()
H A Drsh_locl.h142 extern void *ivec_in[2];
H A Drsh.c115 ret = do_read (s, buf, sizeof(buf), ivec_in[0]); in rsh_loop()
127 ret = do_read (errsock, buf, sizeof(buf), ivec_in[1]); in rsh_loop()
H A Drshd.c446 ret = do_read (from0, buf, RSHD_BUFSIZ, ivec_in[0]); in rshd_loop()