Searched refs:raw_read_stdin (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/include/ |
| H A D | apps.h | 321 int raw_read_stdin(void *, int);
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | apps.h | 617 int raw_read_stdin(void *, int);
|
| H A D | apps.c | 2455 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
|
| H A D | s_client.c | 3051 i = raw_read_stdin(cbuf, BUFSIZZ / 2); in s_client_main() 3067 i = raw_read_stdin(cbuf, BUFSIZZ); in s_client_main()
|
| H A D | s_server.c | 2501 i = raw_read_stdin(buf, bufsize / 2); in sv_body() 2517 i = raw_read_stdin(buf, bufsize); in sv_body()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
| H A D | apps.c | 2874 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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | s_client.c | 3002 i = raw_read_stdin(cbuf, BUFSIZZ / 2); in s_client_main() 3018 i = raw_read_stdin(cbuf, BUFSIZZ); in s_client_main()
|
| H A D | s_server.c | 2581 i = raw_read_stdin(buf, bufsize / 2); in sv_body() 2597 i = raw_read_stdin(buf, bufsize); in sv_body()
|