Lines Matching refs:subsystem_name
1962 if (strcmp(arg, options->subsystem_name[i]) == 0) { in process_server_config_line_depth()
1973 options->subsystem_name = xrecallocarray( in process_server_config_line_depth()
1974 options->subsystem_name, options->num_subsystems, in process_server_config_line_depth()
1976 sizeof(*options->subsystem_name)); in process_server_config_line_depth()
1985 options->subsystem_name[options->num_subsystems] = xstrdup(arg); in process_server_config_line_depth()
2864 if (strcmp(src->subsystem_name[i], in servconf_merge_subsystems()
2865 dst->subsystem_name[j]) == 0) { in servconf_merge_subsystems()
2871 debug_f("override \"%s\"", dst->subsystem_name[j]); in servconf_merge_subsystems()
2880 debug_f("add \"%s\"", src->subsystem_name[i]); in servconf_merge_subsystems()
2881 dst->subsystem_name = xrecallocarray( in servconf_merge_subsystems()
2882 dst->subsystem_name, dst->num_subsystems, in servconf_merge_subsystems()
2883 dst->num_subsystems + 1, sizeof(*dst->subsystem_name)); in servconf_merge_subsystems()
2891 dst->subsystem_name[j] = xstrdup(src->subsystem_name[i]); in servconf_merge_subsystems()
3340 printf("subsystem %s %s\n", o->subsystem_name[i], in dump_config()