Lines Matching refs:cert_forced_command
459 char **cert_forced_command, in parse_option_list() argument
514 if (*cert_forced_command != NULL) { in parse_option_list()
520 *cert_forced_command = command; in parse_option_list()
588 cert_forced_command != NULL && in parse_option_list()
589 *cert_forced_command != NULL) { in parse_option_list()
590 free(*cert_forced_command); in parse_option_list()
591 *cert_forced_command = NULL; in parse_option_list()
611 char *cert_forced_command = NULL; in auth_cert_options() local
619 &cert_forced_command, in auth_cert_options()
641 if (cert_forced_command != NULL && forced_command != NULL) { in auth_cert_options()
642 if (strcmp(forced_command, cert_forced_command) == 0) { in auth_cert_options()
644 forced_command = cert_forced_command; in auth_cert_options()
648 free(cert_forced_command); in auth_cert_options()
651 } else if (cert_forced_command != NULL) in auth_cert_options()
652 forced_command = cert_forced_command; in auth_cert_options()