Searched refs:subsystem_args (Results 1 – 3 of 3) sorted by relevance
179 char **subsystem_args; member320 M_CP_STRARRAYOPT(subsystem_args, num_subsystems); \
1995 options->subsystem_args = xrecallocarray( in process_server_config_line_depth()1996 options->subsystem_args, options->num_subsystems, in process_server_config_line_depth()1998 sizeof(*options->subsystem_args)); in process_server_config_line_depth()2010 xasprintf(&options->subsystem_args[options->num_subsystems], in process_server_config_line_depth()2893 free(dst->subsystem_args[j]); in servconf_merge_subsystems()2896 dst->subsystem_args[j] = in servconf_merge_subsystems()2897 xstrdup(src->subsystem_args[i]); in servconf_merge_subsystems()2907 dst->subsystem_args = xrecallocarray( in servconf_merge_subsystems()2908 dst->subsystem_args, dst->num_subsystems, in servconf_merge_subsystems()2909 dst->num_subsystems + 1, sizeof(*dst->subsystem_args)); in servconf_merge_subsystems()[all …]
1972 cmd = options.subsystem_args[i]; in session_subsystem_req()