Home
last modified time | relevance | path

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

/openssl/apps/include/
H A Dapps.h325 int fileno_stdin(void);
/openssl/apps/
H A Ds_client.c2186 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main()
2187 width = fileno_stdin() + 1; in s_client_main()
2822 openssl_fdset(fileno_stdin(), &readfds); in s_client_main()
3050 else if (FD_ISSET(fileno_stdin(), &readfds)) in s_client_main()
H A Ds_server.c2543 if (fileno_stdin() > s) in sv_body()
2544 width = fileno_stdin() + 1; in sv_body()
2558 openssl_fdset(fileno_stdin(), &readfds); in sv_body()
2595 if (FD_ISSET(fileno_stdin(), &readfds)) in sv_body()
/openssl/apps/lib/
H A Dapps.c2838 int fileno_stdin(void) in fileno_stdin() function
2848 int fileno_stdin(void) in fileno_stdin() function
2874 return recv(fileno_stdin(), buf, siz, 0); in raw_read_stdin()
2884 return read(fileno_stdin(), buf, siz); in raw_read_stdin()

Completed in 40 milliseconds