Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/include/
H A Dapps.h321 int raw_read_stdin(void *, int);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2874 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
2885 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
2895 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
/freebsd/crypto/openssl/apps/
H A Ds_client.c3002 i = raw_read_stdin(cbuf, BUFSIZZ / 2); in s_client_main()
3018 i = raw_read_stdin(cbuf, BUFSIZZ); in s_client_main()
H A Ds_server.c2581 i = raw_read_stdin(buf, bufsize / 2); in sv_body()
2597 i = raw_read_stdin(buf, bufsize); in sv_body()