Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/include/
H A Dapps.h80 int has_stdin_waiting(void);
/freebsd/crypto/openssl/apps/
H A Ds_client.c3109 if (!i && (!has_stdin_waiting() || !read_tty)) in s_client_main()
3302 else if (has_stdin_waiting()) in s_client_main()
H A Ds_server.c2762 if (has_stdin_waiting()) in sv_body()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c3259 int has_stdin_waiting(void) in has_stdin_waiting() function