Lines Matching defs:charptr

1248 	char *str, ***chararrayptr, **charptr, *arg, *arg2, *p, *keyword;
1290 charptr = NULL;
1424 charptr = &options->host_key_agent;
1429 if (*activep && *charptr == NULL)
1430 *charptr = !strcmp(arg, SSH_AUTHSOCKET_ENV_NAME) ?
1444 charptr = &options->pid_file;
1450 if (*activep && *charptr == NULL) {
1451 *charptr = derelativise_path(arg);
1459 charptr = &options->moduli_file;
1487 charptr = &options->hostbased_accepted_algos;
1499 if (*activep && *charptr == NULL)
1500 *charptr = xstrdup(arg);
1504 charptr = &options->hostkeyalgorithms;
1509 charptr = &options->ca_sign_algorithms;
1519 charptr = &options->pubkey_accepted_algos;
1607 charptr = &options->xauth_location;
1632 charptr = &options->permit_user_env_allowlist;
1650 *charptr = p;
1982 charptr = &options->per_source_penalty_exempt;
1992 if (*activep && *charptr == NULL)
1993 *charptr = xstrdup(arg);
2087 charptr = &options->banner;
2122 charptr = &options->authorized_principals_file;
2127 if (*activep && *charptr == NULL) {
2128 *charptr = tilde_expand_filename(arg, getuid());
2391 charptr = &options->chroot_directory;
2397 if (*activep && *charptr == NULL)
2398 *charptr = xstrdup(arg);
2402 charptr = &options->trusted_user_ca_keys;
2406 charptr = &options->revoked_keys_file;
2410 charptr = &options->sk_provider;
2415 if (*activep && *charptr == NULL) {
2416 *charptr = strcasecmp(arg, "internal") == 0 ?
2467 charptr = &options->authorized_keys_command;
2474 if (*activep && *charptr == NULL)
2475 *charptr = xstrdup(str + len);
2480 charptr = &options->authorized_keys_command_user;
2487 if (*activep && *charptr == NULL)
2488 *charptr = xstrdup(arg);
2492 charptr = &options->authorized_principals_command;
2496 charptr = &options->authorized_principals_command_user;
2567 charptr = &options->routing_domain;
2576 if (*activep && *charptr == NULL)
2577 *charptr = xstrdup(arg);
2627 charptr = &options->sshd_session_path;
2631 charptr = &options->sshd_auth_path;