Lines Matching refs:strcmp

483 		if	(strcmp(*argv,"-host") == 0)
488 else if (strcmp(*argv,"-port") == 0)
494 else if (strcmp(*argv,"-connect") == 0)
500 else if (strcmp(*argv,"-verify") == 0)
507 else if (strcmp(*argv,"-cert") == 0)
512 else if (strcmp(*argv,"-sess_out") == 0)
517 else if (strcmp(*argv,"-sess_in") == 0)
522 else if (strcmp(*argv,"-certform") == 0)
533 else if (strcmp(*argv,"-verify_return_error") == 0)
535 else if (strcmp(*argv,"-prexit") == 0)
537 else if (strcmp(*argv,"-crlf") == 0)
539 else if (strcmp(*argv,"-quiet") == 0)
544 else if (strcmp(*argv,"-ign_eof") == 0)
546 else if (strcmp(*argv,"-no_ign_eof") == 0)
548 else if (strcmp(*argv,"-pause") == 0)
550 else if (strcmp(*argv,"-debug") == 0)
553 else if (strcmp(*argv,"-tlsextdebug") == 0)
555 else if (strcmp(*argv,"-status") == 0)
559 else if (strcmp(*argv,"-wdebug") == 0)
562 else if (strcmp(*argv,"-msg") == 0)
564 else if (strcmp(*argv,"-showcerts") == 0)
566 else if (strcmp(*argv,"-nbio_test") == 0)
568 else if (strcmp(*argv,"-state") == 0)
571 else if (strcmp(*argv,"-psk_identity") == 0)
576 else if (strcmp(*argv,"-psk") == 0)
592 else if (strcmp(*argv,"-ssl2") == 0)
596 else if (strcmp(*argv,"-ssl3") == 0)
600 else if (strcmp(*argv,"-tls1") == 0)
604 else if (strcmp(*argv,"-dtls1") == 0)
609 else if (strcmp(*argv,"-timeout") == 0)
611 else if (strcmp(*argv,"-mtu") == 0)
617 else if (strcmp(*argv,"-bugs") == 0)
619 else if (strcmp(*argv,"-keyform") == 0)
624 else if (strcmp(*argv,"-pass") == 0)
629 else if (strcmp(*argv,"-key") == 0)
634 else if (strcmp(*argv,"-reconnect") == 0)
638 else if (strcmp(*argv,"-CApath") == 0)
643 else if (strcmp(*argv,"-CAfile") == 0)
648 else if (strcmp(*argv,"-no_tls1") == 0)
650 else if (strcmp(*argv,"-no_ssl3") == 0)
652 else if (strcmp(*argv,"-no_ssl2") == 0)
654 else if (strcmp(*argv,"-no_comp") == 0)
657 else if (strcmp(*argv,"-no_ticket") == 0)
660 else if (strcmp(*argv,"-serverpref") == 0)
662 else if (strcmp(*argv,"-legacy_renegotiation") == 0)
664 else if (strcmp(*argv,"-legacy_server_connect") == 0)
666 else if (strcmp(*argv,"-no_legacy_server_connect") == 0)
668 else if (strcmp(*argv,"-cipher") == 0)
674 else if (strcmp(*argv,"-nbio") == 0)
677 else if (strcmp(*argv,"-starttls") == 0)
681 if (strcmp(*argv,"smtp") == 0)
683 else if (strcmp(*argv,"pop3") == 0)
685 else if (strcmp(*argv,"imap") == 0)
687 else if (strcmp(*argv,"ftp") == 0)
689 else if (strcmp(*argv, "xmpp") == 0)
695 else if (strcmp(*argv,"-engine") == 0)
700 else if (strcmp(*argv,"-ssl_client_engine") == 0)
706 else if (strcmp(*argv,"-rand") == 0)
712 else if (strcmp(*argv,"-servername") == 0)
720 else if (strcmp(*argv,"-jpake") == 0)