Lines Matching refs:subsystem_command
1961 options->subsystem_command = xrecallocarray( in process_server_config_line_depth()
1962 options->subsystem_command, options->num_subsystems, in process_server_config_line_depth()
1964 sizeof(*options->subsystem_command)); in process_server_config_line_depth()
1975 options->subsystem_command[options->num_subsystems] = in process_server_config_line_depth()
2753 free(dst->subsystem_command[j]); in servconf_merge_subsystems()
2755 dst->subsystem_command[j] = in servconf_merge_subsystems()
2756 xstrdup(src->subsystem_command[i]); in servconf_merge_subsystems()
2765 dst->subsystem_command = xrecallocarray( in servconf_merge_subsystems()
2766 dst->subsystem_command, dst->num_subsystems, in servconf_merge_subsystems()
2767 dst->num_subsystems + 1, sizeof(*dst->subsystem_command)); in servconf_merge_subsystems()
2773 dst->subsystem_command[j] = xstrdup(src->subsystem_command[i]); in servconf_merge_subsystems()