HomeSort by: relevance | last modified time | path
    Searched defs:stdin_sock (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2426 static int stdin_sock = -1; variable
2430 TerminalSocket (TERM_SOCK_DELETE, &stdin_sock);
2435 if (stdin_sock == -1) {
2436 TerminalSocket(TERM_SOCK_CREATE, &stdin_sock);
2440 return stdin_sock;
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 2908 static int stdin_sock = -1; variable
2912 TerminalSocket(TERM_SOCK_DELETE, &stdin_sock);
2917 if (stdin_sock == -1) {
2918 TerminalSocket(TERM_SOCK_CREATE, &stdin_sock);
2922 return stdin_sock;
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 2845 static int stdin_sock = -1; variable
2849 TerminalSocket (TERM_SOCK_DELETE, &stdin_sock);
2854 if (stdin_sock == -1) {
2855 TerminalSocket(TERM_SOCK_CREATE, &stdin_sock);
2859 return stdin_sock;

Completed in 27 milliseconds