Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/apps/
H A Dapps.h614 int raw_read_stdin(void *, int);
H A Dapps.c2418 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
2429 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
2434 int raw_read_stdin(void *buf, int siz) in raw_read_stdin() function
H A Ds_client.c3021 i = raw_read_stdin(cbuf, BUFSIZZ / 2); in s_client_main()
3037 i = raw_read_stdin(cbuf, BUFSIZZ); in s_client_main()
H A Ds_server.c2472 i = raw_read_stdin(buf, bufsize / 2); in sv_body()
2488 i = raw_read_stdin(buf, bufsize); in sv_body()