Home
last modified time | relevance | path

Searched refs:protohost (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/wwwoffle/wwwoffle-2.9j/conf/
H A Dupgrade-config-2.0-2.5.pl476 ($protohost,$file)=@_;
481 return("default") if($protohost eq "default");
482 return("# $protohost") if($protohost !~ m%^([^:/]+)://([^:/]+)(|:[^/]*)(|/.*)$%);
494 … $proto="*",$host=$1,$port=$3 if($protohost =~ m%^/?([^:/]+)(|:.*)$%); # [/]hostname[:*]
495 …$proto=$1,$host=$2,$port=$3 if($protohost =~ m%^([^:/]+)/([^:/]+)(|:.*)$%); # protocol/hostname…
496 $proto=$1,$host="*",$port=$3 if($protohost =~ m%^([^:/]+)/(|:.*)$%); # protocol/[:*]
497 $proto="*",$host="*",$port="" if($protohost eq "/:" || $protohost eq "default");
498 $proto="*",$host="*",$port=":" if($protohost eq "/");
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c814 const char *protohost = NULL; in s_client_main() local
1005 protohost = opt_arg(); in s_client_main()
2143 if (protohost == NULL) in s_client_main()
2144 protohost = "mail.example.com"; in s_client_main()
2146 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2148 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2234 protohost ? protohost : host); in s_client_main()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c814 const char *protohost = NULL; in s_client_main() local
1005 protohost = opt_arg(); in s_client_main()
2143 if (protohost == NULL) in s_client_main()
2144 protohost = "mail.example.com"; in s_client_main()
2146 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2148 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2234 protohost ? protohost : host); in s_client_main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c814 const char *protohost = NULL; in s_client_main() local
1005 protohost = opt_arg(); in s_client_main()
2143 if (protohost == NULL) in s_client_main()
2144 protohost = "mail.example.com"; in s_client_main()
2146 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2148 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2234 protohost ? protohost : host); in s_client_main()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c814 const char *protohost = NULL; in s_client_main() local
1005 protohost = opt_arg(); in s_client_main()
2143 if (protohost == NULL) in s_client_main()
2144 protohost = "mail.example.com"; in s_client_main()
2146 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2148 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2234 protohost ? protohost : host); in s_client_main()
/dports/security/openssl-devel/openssl-3.0.2/apps/
H A Ds_client.c814 const char *protohost = NULL; in s_client_main() local
1007 protohost = opt_arg(); in s_client_main()
2186 if (protohost == NULL) in s_client_main()
2187 protohost = "mail.example.com"; in s_client_main()
2189 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2191 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2285 protohost ? protohost : host); in s_client_main()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/
H A Ds_client.c814 const char *protohost = NULL; in s_client_main() local
1007 protohost = opt_arg(); in s_client_main()
2186 if (protohost == NULL) in s_client_main()
2187 protohost = "mail.example.com"; in s_client_main()
2189 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2191 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2285 protohost ? protohost : host); in s_client_main()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2181 if (protohost == NULL) in s_client_main()
2182 protohost = "mail.example.com"; in s_client_main()
2184 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2186 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2272 protohost ? protohost : host); in s_client_main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2201 if (protohost == NULL) in s_client_main()
2202 protohost = "mail.example.com"; in s_client_main()
2204 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2206 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2292 protohost ? protohost : host); in s_client_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2201 if (protohost == NULL) in s_client_main()
2202 protohost = "mail.example.com"; in s_client_main()
2204 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2206 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2292 protohost ? protohost : host); in s_client_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2201 if (protohost == NULL) in s_client_main()
2202 protohost = "mail.example.com"; in s_client_main()
2204 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2206 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2292 protohost ? protohost : host); in s_client_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2201 if (protohost == NULL) in s_client_main()
2202 protohost = "mail.example.com"; in s_client_main()
2204 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2206 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2292 protohost ? protohost : host); in s_client_main()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2201 if (protohost == NULL) in s_client_main()
2202 protohost = "mail.example.com"; in s_client_main()
2204 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2206 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2292 protohost ? protohost : host); in s_client_main()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2201 if (protohost == NULL) in s_client_main()
2202 protohost = "mail.example.com"; in s_client_main()
2204 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2206 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2292 protohost ? protohost : host); in s_client_main()
/dports/security/openssl/openssl-1.1.1n/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1095 protohost = opt_arg(); in s_client_main()
2211 if (protohost == NULL) in s_client_main()
2212 protohost = "mail.example.com"; in s_client_main()
2214 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2216 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2302 protohost ? protohost : host); in s_client_main()
/dports/security/openssl-static/openssl-1.1.1l/apps/
H A Ds_client.c909 const char *protohost = NULL; in s_client_main() local
1094 protohost = opt_arg(); in s_client_main()
2201 if (protohost == NULL) in s_client_main()
2202 protohost = "mail.example.com"; in s_client_main()
2204 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()
2206 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()
2292 protohost ? protohost : host); in s_client_main()

12