Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/apps/
Dapps.h617 int raw_read_stdin(void *, int);
Dapps.c2455 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
2466 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
2471 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
Ds_client.c3051 i = raw_read_stdin(cbuf, BUFSIZZ / 2); in s_client_main()
3067 i = raw_read_stdin(cbuf, BUFSIZZ); in s_client_main()
Ds_server.c2501 i = raw_read_stdin(buf, bufsize / 2); in sv_body()
2517 i = raw_read_stdin(buf, bufsize); in sv_body()