Lines Matching refs:cbuf
426 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; in MAIN() local
507 if ( ((cbuf=OPENSSL_malloc(BUFSIZZ)) == NULL) || in MAIN()
1450 k=SSL_write(con,&(cbuf[cbuf_off]), in MAIN()
1618 i=raw_read_stdin(cbuf,BUFSIZZ/2); in MAIN()
1622 if (cbuf[j] == '\n') in MAIN()
1626 cbuf[j+lf_num] = cbuf[j]; in MAIN()
1627 if (cbuf[j] == '\n') in MAIN()
1631 cbuf[j+lf_num] = '\r'; in MAIN()
1637 i=raw_read_stdin(cbuf,BUFSIZZ); in MAIN()
1639 if ((!c_ign_eof) && ((i <= 0) || (cbuf[0] == 'Q'))) in MAIN()
1646 if ((!c_ign_eof) && (cbuf[0] == 'R')) in MAIN()
1657 ebcdic2ascii(cbuf, cbuf, i); in MAIN()
1686 if (cbuf != NULL) { OPENSSL_cleanse(cbuf,BUFSIZZ); OPENSSL_free(cbuf); } in MAIN()