Lines Matching refs:strcmp

328   	if (strcmp(identity, psk_identity) != 0)
673 if (strcmp(servername,p->servername))
908 if ((strcmp(*argv,"-port") == 0) ||
909 (strcmp(*argv,"-accept") == 0))
915 else if (strcmp(*argv,"-verify") == 0)
922 else if (strcmp(*argv,"-Verify") == 0)
930 else if (strcmp(*argv,"-context") == 0)
935 else if (strcmp(*argv,"-cert") == 0)
940 else if (strcmp(*argv,"-certform") == 0)
945 else if (strcmp(*argv,"-key") == 0)
950 else if (strcmp(*argv,"-keyform") == 0)
955 else if (strcmp(*argv,"-pass") == 0)
960 else if (strcmp(*argv,"-dhparam") == 0)
966 else if (strcmp(*argv,"-named_curve") == 0)
972 else if (strcmp(*argv,"-dcertform") == 0)
977 else if (strcmp(*argv,"-dcert") == 0)
982 else if (strcmp(*argv,"-dkeyform") == 0)
987 else if (strcmp(*argv,"-dpass") == 0)
992 else if (strcmp(*argv,"-dkey") == 0)
997 else if (strcmp(*argv,"-nocert") == 0)
1001 else if (strcmp(*argv,"-CApath") == 0)
1006 else if (strcmp(*argv,"-no_cache") == 0)
1014 else if (strcmp(*argv,"-verify_return_error") == 0)
1016 else if (strcmp(*argv,"-serverpref") == 0)
1018 else if (strcmp(*argv,"-legacy_renegotiation") == 0)
1020 else if (strcmp(*argv,"-cipher") == 0)
1025 else if (strcmp(*argv,"-CAfile") == 0)
1031 else if (strcmp(*argv,"-nbio") == 0)
1034 else if (strcmp(*argv,"-nbio_test") == 0)
1041 else if (strcmp(*argv,"-debug") == 0)
1044 else if (strcmp(*argv,"-tlsextdebug") == 0)
1046 else if (strcmp(*argv,"-status") == 0)
1048 else if (strcmp(*argv,"-status_verbose") == 0)
1053 else if (!strcmp(*argv, "-status_timeout"))
1059 else if (!strcmp(*argv, "-status_url"))
1074 else if (strcmp(*argv,"-msg") == 0)
1076 else if (strcmp(*argv,"-hack") == 0)
1078 else if (strcmp(*argv,"-state") == 0)
1080 else if (strcmp(*argv,"-crlf") == 0)
1082 else if (strcmp(*argv,"-quiet") == 0)
1084 else if (strcmp(*argv,"-bugs") == 0)
1086 else if (strcmp(*argv,"-no_tmp_rsa") == 0)
1088 else if (strcmp(*argv,"-no_dhe") == 0)
1090 else if (strcmp(*argv,"-no_ecdhe") == 0)
1093 else if (strcmp(*argv,"-psk_hint") == 0)
1098 else if (strcmp(*argv,"-psk") == 0)
1113 else if (strcmp(*argv,"-www") == 0)
1115 else if (strcmp(*argv,"-WWW") == 0)
1117 else if (strcmp(*argv,"-HTTP") == 0)
1119 else if (strcmp(*argv,"-no_ssl2") == 0)
1121 else if (strcmp(*argv,"-no_ssl3") == 0)
1123 else if (strcmp(*argv,"-no_tls1") == 0)
1125 else if (strcmp(*argv,"-no_comp") == 0)
1128 else if (strcmp(*argv,"-no_ticket") == 0)
1132 else if (strcmp(*argv,"-ssl2") == 0)
1136 else if (strcmp(*argv,"-ssl3") == 0)
1140 else if (strcmp(*argv,"-tls1") == 0)
1144 else if (strcmp(*argv,"-dtls1") == 0)
1149 else if (strcmp(*argv,"-timeout") == 0)
1151 else if (strcmp(*argv,"-mtu") == 0)
1156 else if (strcmp(*argv, "-chain") == 0)
1159 else if (strcmp(*argv, "-id_prefix") == 0)
1165 else if (strcmp(*argv,"-engine") == 0)
1171 else if (strcmp(*argv,"-rand") == 0)
1177 else if (strcmp(*argv,"-servername") == 0)
1182 else if (strcmp(*argv,"-servername_fatal") == 0)
1184 else if (strcmp(*argv,"-cert2") == 0)
1189 else if (strcmp(*argv,"-key2") == 0)
1197 else if (strcmp(*argv,"-jpake") == 0)
2552 if ( ((i > 5) && (strcmp(&(p[i-5]),".html") == 0)) ||
2553 ((i > 4) && (strcmp(&(p[i-4]),".php") == 0)) ||
2554 ((i > 4) && (strcmp(&(p[i-4]),".htm") == 0)))