Lines Matching refs:sbuf
862 char *cbuf = NULL, *sbuf = NULL, *mbuf = NULL; in s_client_main() local
987 sbuf = app_malloc(BUFSIZZ, "sbuf"); in s_client_main()
2398 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2405 mbuf_len = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2441 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2462 BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2494 seen = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2499 sbuf[seen] = '\0'; in s_client_main()
2500 if (!strstr(sbuf, "<proceed")) in s_client_main()
2622 const unsigned char *packet = (const unsigned char *)sbuf; in s_client_main()
2694 bytes = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2695 if (bytes != 1 || sbuf[0] != 'S') in s_client_main()
2788 strncpy(sbuf, mbuf, 2); in s_client_main()
2789 make_uppercase(sbuf); in s_client_main()
2790 if (!HAS_PREFIX(sbuf, "OK")) { in s_client_main()
3152 ascii2ebcdic(&(sbuf[sbuf_off]), &(sbuf[sbuf_off]), sbuf_len); in s_client_main()
3154 i = raw_write_stdout(&(sbuf[sbuf_off]), sbuf_len); in s_client_main()
3179 k = SSL_read(con, sbuf, BUFSIZZ); in s_client_main()
3313 && BIO_read(sbio, sbuf, BUFSIZZ) > 0); in s_client_main()
3352 OPENSSL_clear_free(sbuf, BUFSIZZ); in s_client_main()