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

/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_client.c335 int sbuf_len, sbuf_off; local
912 sbuf_off = 0;
1219 ascii2ebcdic(&(sbuf[sbuf_off]), &(sbuf[sbuf_off]), sbuf_len);
1221 i = write(fileno(stdout), &(sbuf[sbuf_off]), sbuf_len);
1230 sbuf_off += i;
1261 sbuf_off = 0;

Completed in 93 milliseconds