Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h178 char **subsystem_command; member
318 M_CP_STRARRAYOPT(subsystem_command, num_subsystems); \
H A Dservconf.c1977 options->subsystem_command = xrecallocarray( in process_server_config_line_depth()
1978 options->subsystem_command, options->num_subsystems, in process_server_config_line_depth()
1980 sizeof(*options->subsystem_command)); in process_server_config_line_depth()
1991 options->subsystem_command[options->num_subsystems] = in process_server_config_line_depth()
2872 free(dst->subsystem_command[j]); in servconf_merge_subsystems()
2874 dst->subsystem_command[j] = in servconf_merge_subsystems()
2875 xstrdup(src->subsystem_command[i]); in servconf_merge_subsystems()
2884 dst->subsystem_command = xrecallocarray( in servconf_merge_subsystems()
2885 dst->subsystem_command, dst->num_subsystems, in servconf_merge_subsystems()
2886 dst->num_subsystems + 1, sizeof(*dst->subsystem_command)); in servconf_merge_subsystems()
[all …]
H A Dsession.c1972 prog = options.subsystem_command[i]; in session_subsystem_req()