Searched refs:fileno_stdout (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.h379 int fileno_stdout(void);
H A Ds_client.c1756 openssl_fdset(fileno_stdout(), &writefds);
1922 else if (!ssl_pending && FD_ISSET(fileno_stdout(), &writefds))
H A Dapps.c3242 int fileno_stdout(void) function
3282 return write(fileno_stdout(), buf, siz);

Completed in 49 milliseconds