Lines Matching refs:xstrdup
308 options->pam_service_name = xstrdup(SSHD_PAM_SERVICE); in fill_default_server_options()
336 options->pid_file = xstrdup(_PATH_SSH_DAEMON_PID_FILE); in fill_default_server_options()
338 options->moduli_file = xstrdup(_PATH_DH_MODULI); in fill_default_server_options()
358 options->xauth_location = xstrdup(_PATH_XAUTH); in fill_default_server_options()
485 options->version_addendum = xstrdup(SSH_VERSION_FREEBSD); in fill_default_server_options()
497 options->sk_provider = xstrdup("internal"); in fill_default_server_options()
503 options->sshd_session_path = xstrdup(_PATH_SSHD_SESSION); in fill_default_server_options()
818 return xstrdup("none"); in derelativise_path()
872 options->listen_addrs[i].rdomain = xstrdup(rdomain); in add_one_listen_addr()
942 qla->addr = xstrdup(addr); in queue_listen_addr()
944 qla->rdomain = rdomain == NULL ? NULL : xstrdup(rdomain); in queue_listen_addr()
1065 attrib = xstrdup(oattrib); in match_cfg_line()
1401 *charptr = xstrdup(arg); in process_server_config_line_depth()
1519 xstrdup(arg) : derelativise_path(arg); in process_server_config_line_depth()
1588 *charptr = xstrdup(arg); in process_server_config_line_depth()
1734 p = xstrdup(arg); in process_server_config_line_depth()
1921 options->ciphers = xstrdup(arg); in process_server_config_line_depth()
1934 options->macs = xstrdup(arg); in process_server_config_line_depth()
1948 options->kex_algorithms = xstrdup(arg); in process_server_config_line_depth()
1985 options->subsystem_name[options->num_subsystems] = xstrdup(arg); in process_server_config_line_depth()
1992 xstrdup(arg); in process_server_config_line_depth()
2081 *charptr = xstrdup(arg); in process_server_config_line_depth()
2312 arg = xstrdup(arg2); in process_server_config_line_depth()
2439 arg2 = xstrdup(arg); in process_server_config_line_depth()
2474 options->adm_forced_command = xstrdup(str + len); in process_server_config_line_depth()
2486 *charptr = xstrdup(arg); in process_server_config_line_depth()
2505 xstrdup(arg) : derelativise_path(arg); in process_server_config_line_depth()
2547 options->version_addendum = xstrdup(""); in process_server_config_line_depth()
2549 options->version_addendum = xstrdup(str + len); in process_server_config_line_depth()
2563 *charptr = xstrdup(str + len); in process_server_config_line_depth()
2576 *charptr = xstrdup(arg); in process_server_config_line_depth()
2669 *charptr = xstrdup(arg); in process_server_config_line_depth()
2829 ci->address = xstrdup(p + 5); in parse_server_match_testspec()
2831 ci->host = xstrdup(p + 5); in parse_server_match_testspec()
2833 ci->user = xstrdup(p + 5); in parse_server_match_testspec()
2835 ci->laddress = xstrdup(p + 6); in parse_server_match_testspec()
2837 ci->rdomain = xstrdup(p + 8); in parse_server_match_testspec()
2875 xstrdup(src->subsystem_command[i]); in servconf_merge_subsystems()
2877 xstrdup(src->subsystem_args[i]); in servconf_merge_subsystems()
2891 dst->subsystem_name[j] = xstrdup(src->subsystem_name[i]); in servconf_merge_subsystems()
2892 dst->subsystem_command[j] = xstrdup(src->subsystem_command[i]); in servconf_merge_subsystems()
2893 dst->subsystem_args[j] = xstrdup(src->subsystem_args[i]); in servconf_merge_subsystems()
2975 dst->s[i] = xstrdup(src->s[i]); \ in copy_set_server_options()
3170 char *laddr1 = xstrdup(""), *laddr2 = NULL; in format_listen_addrs()