Searched refs:subsystem_args (Results 1 – 3 of 3) sorted by relevance
179 char **subsystem_args; member319 M_CP_STRARRAYOPT(subsystem_args, num_subsystems); \
1981 options->subsystem_args = xrecallocarray( in process_server_config_line_depth()1982 options->subsystem_args, options->num_subsystems, in process_server_config_line_depth()1984 sizeof(*options->subsystem_args)); in process_server_config_line_depth()1996 xasprintf(&options->subsystem_args[options->num_subsystems], in process_server_config_line_depth()2873 free(dst->subsystem_args[j]); in servconf_merge_subsystems()2876 dst->subsystem_args[j] = in servconf_merge_subsystems()2877 xstrdup(src->subsystem_args[i]); in servconf_merge_subsystems()2887 dst->subsystem_args = xrecallocarray( in servconf_merge_subsystems()2888 dst->subsystem_args, dst->num_subsystems, in servconf_merge_subsystems()2889 dst->num_subsystems + 1, sizeof(*dst->subsystem_args)); in servconf_merge_subsystems()[all …]
1973 cmd = options.subsystem_args[i]; in session_subsystem_req()