Home | History | Annotate | Download | only in dist

Lines Matching defs:charptr

1463 	char *str, ***chararrayptr, **charptr, *arg, *arg2, *p, *keyword;
1511 charptr = NULL;
1543 charptr = &options->pam_service_name;
1549 if (*activep && *charptr == NULL)
1550 *charptr = xstrdup(arg);
1661 charptr = &options->host_key_agent;
1666 if (*activep && *charptr == NULL)
1667 *charptr = !strcmp(arg, SSH_AUTHSOCKET_ENV_NAME) ?
1681 charptr = &options->pid_file;
1687 if (*activep && *charptr == NULL) {
1688 *charptr = derelativise_path(arg);
1696 charptr = &options->moduli_file;
1744 charptr = &options->hostbased_accepted_algos;
1756 if (*activep && *charptr == NULL)
1757 *charptr = xstrdup(arg);
1761 charptr = &options->hostkeyalgorithms;
1766 charptr = &options->ca_sign_algorithms;
1776 charptr = &options->pubkey_accepted_algos;
1872 charptr = &options->xauth_location;
1897 charptr = &options->permit_user_env_allowlist;
1915 *charptr = p;
2245 charptr = &options->per_source_penalty_exempt;
2255 if (*activep && *charptr == NULL)
2256 *charptr = xstrdup(arg);
2357 charptr = &options->banner;
2404 charptr = &options->authorized_principals_file;
2409 if (*activep && *charptr == NULL) {
2410 *charptr = tilde_expand_filename(arg, getuid());
2673 charptr = &options->chroot_directory;
2679 if (*activep && *charptr == NULL)
2680 *charptr = xstrdup(arg);
2684 charptr = &options->trusted_user_ca_keys;
2693 charptr = &options->sk_provider;
2698 if (*activep && *charptr == NULL) {
2699 *charptr = strcasecmp(arg, "internal") == 0 ?
2762 charptr = &options->authorized_keys_command;
2769 if (*activep && *charptr == NULL)
2770 *charptr = xstrdup(str + len);
2775 charptr = &options->authorized_keys_command_user;
2782 if (*activep && *charptr == NULL)
2783 *charptr = xstrdup(arg);
2787 charptr = &options->authorized_principals_command;
2791 charptr = &options->authorized_principals_command_user;
2866 charptr = &options->routing_domain;
2875 if (*activep && *charptr == NULL)
2876 *charptr = xstrdup(arg);
2926 charptr = &options->sshd_session_path;
2930 charptr = &options->sshd_auth_path;