Lines Matching refs:subsystem_name
1899 if (strcmp(arg, options->subsystem_name[i]) == 0) { in process_server_config_line_depth()
1910 options->subsystem_name = xrecallocarray( in process_server_config_line_depth()
1911 options->subsystem_name, options->num_subsystems, in process_server_config_line_depth()
1913 sizeof(*options->subsystem_name)); in process_server_config_line_depth()
1922 options->subsystem_name[options->num_subsystems] = xstrdup(arg); in process_server_config_line_depth()
2792 if (strcmp(src->subsystem_name[i], in servconf_merge_subsystems()
2793 dst->subsystem_name[j]) == 0) { in servconf_merge_subsystems()
2799 debug_f("override \"%s\"", dst->subsystem_name[j]); in servconf_merge_subsystems()
2808 debug_f("add \"%s\"", src->subsystem_name[i]); in servconf_merge_subsystems()
2809 dst->subsystem_name = xrecallocarray( in servconf_merge_subsystems()
2810 dst->subsystem_name, dst->num_subsystems, in servconf_merge_subsystems()
2811 dst->num_subsystems + 1, sizeof(*dst->subsystem_name)); in servconf_merge_subsystems()
2819 dst->subsystem_name[j] = xstrdup(src->subsystem_name[i]); in servconf_merge_subsystems()
3265 printf("subsystem %s %s\n", o->subsystem_name[i], in dump_config()