Home
last modified time | relevance | path

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

/third_party/openssl/apps/include/
Dapps.h78 int has_stdin_waiting(void);
/third_party/openssl/apps/
Ds_client.c2819 if (!i && (!has_stdin_waiting() || !read_tty)) in s_client_main()
2994 else if (has_stdin_waiting()) in s_client_main()
Ds_server.c2548 if (has_stdin_waiting()) in sv_body()
/third_party/openssl/apps/lib/
Dapps.c3163 int has_stdin_waiting(void) in has_stdin_waiting() function