Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/servconf/
H A Dtests.c120 o->subsystem_command = new_string_array(o->num_subsystems); in set_test_options()
123 set_string(&o->subsystem_command[0], "internal-sftp"); in set_test_options()
126 set_string(&o->subsystem_command[1], "/bin/echo"); in set_test_options()
194 ASSERT_STRING_EQ(out.subsystem_command[0], "internal-sftp"); in check_roundtrip()
197 ASSERT_STRING_EQ(out.subsystem_command[1], "/bin/echo"); in check_roundtrip()
/freebsd/crypto/openssh/
H A Dservconf.c160 options->subsystem_command = NULL; \ in initialize_server_options()
1781 options->subsystem_command = xrecallocarray( in process_server_config_line_depth()
1782 options->subsystem_command, options->num_subsystems, in process_server_config_line_depth()
1784 sizeof(*options->subsystem_command)); in process_server_config_line_depth()
1790 options->subsystem_command[options->num_subsystems] = in process_server_config_line_depth()
2713 free(dst->subsystem_command[j]); in servconf_merge_subsystems()
2715 dst->subsystem_command[j] = in servconf_merge_subsystems()
2716 xstrdup(src->subsystem_command[i]); in servconf_merge_subsystems()
2725 dst->subsystem_command = xrecallocarray( in servconf_merge_subsystems()
2726 dst->subsystem_command, dst->num_subsystems, in servconf_merge_subsystems()
[all …]
H A Dservconf.h380 char **subsystem_command; member
H A Dsession.c1943 prog = options.subsystem_command[i]; in session_subsystem_req()