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

  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 735 #define IS_UNIX_FLAG(o) (o == OPT_UNIX)
930 if (connect_type == use_inet && IS_UNIX_FLAG(o)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 835 #define IS_UNIX_FLAG(o) (o == OPT_UNIX)
1025 if (connect_type == use_inet && IS_UNIX_FLAG(o)) {
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 881 #define IS_UNIX_FLAG(o) (o == OPT_UNIX)
1089 if (connect_type == use_inet && IS_UNIX_FLAG(o)) {

Completed in 31 milliseconds