Lines Matching refs:subsystem_command
1914 options->subsystem_command = xrecallocarray( in process_server_config_line_depth()
1915 options->subsystem_command, options->num_subsystems, in process_server_config_line_depth()
1917 sizeof(*options->subsystem_command)); in process_server_config_line_depth()
1928 options->subsystem_command[options->num_subsystems] = in process_server_config_line_depth()
2800 free(dst->subsystem_command[j]); in servconf_merge_subsystems()
2802 dst->subsystem_command[j] = in servconf_merge_subsystems()
2803 xstrdup(src->subsystem_command[i]); in servconf_merge_subsystems()
2812 dst->subsystem_command = xrecallocarray( in servconf_merge_subsystems()
2813 dst->subsystem_command, dst->num_subsystems, in servconf_merge_subsystems()
2814 dst->num_subsystems + 1, sizeof(*dst->subsystem_command)); in servconf_merge_subsystems()
2820 dst->subsystem_command[j] = xstrdup(src->subsystem_command[i]); in servconf_merge_subsystems()