Searched refs:ivec_in (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | common.c | 42 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 D | rsh_locl.h | 142 extern void *ivec_in[2];
|
H A D | rsh.c | 115 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 D | rshd.c | 446 ret = do_read (from0, buf, RSHD_BUFSIZ, ivec_in[0]); in rshd_loop()
|