Home
last modified time | relevance | path

Searched refs:subsystem_args (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dservconf.h168 char **subsystem_args; member
299 M_CP_STRARRAYOPT(subsystem_args, num_subsystems); \
H A Dservconf.c1965 options->subsystem_args = xrecallocarray( in process_server_config_line_depth()
1966 options->subsystem_args, options->num_subsystems, in process_server_config_line_depth()
1968 sizeof(*options->subsystem_args)); in process_server_config_line_depth()
2754 free(dst->subsystem_args[j]); in servconf_merge_subsystems()
2757 dst->subsystem_args[j] = in servconf_merge_subsystems()
2758 xstrdup(src->subsystem_args[i]); in servconf_merge_subsystems()
2768 dst->subsystem_args = xrecallocarray( in servconf_merge_subsystems()
2769 dst->subsystem_args, dst->num_subsystems, in servconf_merge_subsystems()
2770 dst->num_subsystems + 1, sizeof(*dst->subsystem_args)); in servconf_merge_subsystems()
2774 dst->subsystem_args[j] = xstrdup(src->subsystem_args[i]); in servconf_merge_subsystems()
[all …]
H A Dsession.c1988 cmd = options.subsystem_args[i]; in session_subsystem_req()