HomeSort by: relevance | last modified time | path
    Searched refs:fileno_stdin (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/include/
apps.h 327 int fileno_stdin(void);
  /src/crypto/external/bsd/openssl/dist/apps/include/
apps.h 319 int fileno_stdin(void);
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.h 615 int fileno_stdin(void);
apps.c 2433 int fileno_stdin(void) function
2443 int fileno_stdin(void) function
2468 return recv(fileno_stdin(), buf, siz, 0);
2473 return read(fileno_stdin(), buf, siz);
s_client.c 2173 if (fileno_stdin() > SSL_get_fd(con))
2174 width = fileno_stdin() + 1;
2827 openssl_fdset(fileno_stdin(), &readfds);
3045 else if (FD_ISSET(fileno_stdin(), &readfds))
s_server.c 2439 if (fileno_stdin() > s)
2440 width = fileno_stdin() + 1;
2454 openssl_fdset(fileno_stdin(), &readfds);
2491 if (FD_ISSET(fileno_stdin(), &readfds))
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 2852 int fileno_stdin(void) function
2862 int fileno_stdin(void) function
2887 return recv(fileno_stdin(), buf, siz, 0);
2897 return read(fileno_stdin(), buf, siz);
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 2142 if (fileno_stdin() > SSL_get_fd(con))
2143 width = fileno_stdin() + 1;
2778 openssl_fdset(fileno_stdin(), &readfds);
2996 else if (FD_ISSET(fileno_stdin(), &readfds))
s_server.c 2519 if (fileno_stdin() > s)
2520 width = fileno_stdin() + 1;
2534 openssl_fdset(fileno_stdin(), &readfds);
2571 if (FD_ISSET(fileno_stdin(), &readfds))
  /src/crypto/external/apache2/openssl/dist/apps/
x509.c 794 if (infile == NULL && isatty(fileno_stdin()))
845 if (infile == NULL && isatty(fileno_stdin()))
s_client.c 2411 if (fileno_stdin() > SSL_get_fd(con))
2412 width = fileno_stdin() + 1;
3057 openssl_fdset(fileno_stdin(), &readfds);
3304 else if (FD_ISSET(fileno_stdin(), &readfds))
s_server.c 2726 if (fileno_stdin() > s)
2727 width = fileno_stdin() + 1;
2742 openssl_fdset(fileno_stdin(), &readfds);
2779 if (FD_ISSET(fileno_stdin(), &readfds))
req.c 566 else if (!newreq && isatty(fileno_stdin()))
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 2915 int fileno_stdin(void) function
2925 int fileno_stdin(void) function
2951 return recv(fileno_stdin(), buf, siz, 0);
2956 return read(fileno_stdin(), buf, siz);

Completed in 49 milliseconds