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.h78 int has_stdin_waiting(void);
/freebsd/crypto/openssl/apps/
H A Ds_client.c2819 if (!i && (!has_stdin_waiting() || !read_tty)) in s_client_main()
2994 else if (has_stdin_waiting()) in s_client_main()
H A Ds_server.c2554 if (has_stdin_waiting()) in sv_body()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c3175 int has_stdin_waiting(void) in has_stdin_waiting() function