Searched refs:subsystem_command (Results 1 – 3 of 3) sorted by relevance
180 char **subsystem_command; member324 M_CP_STRARRAYOPT(subsystem_command, num_subsystems, 0); \
1996 options->subsystem_command = xrecallocarray( in process_server_config_line_depth()1997 options->subsystem_command, options->num_subsystems, in process_server_config_line_depth()1999 sizeof(*options->subsystem_command)); in process_server_config_line_depth()2005 options->subsystem_command[options->num_subsystems] = in process_server_config_line_depth()2927 free(dst->subsystem_command[j]); in servconf_merge_subsystems()2929 dst->subsystem_command[j] = in servconf_merge_subsystems()2930 xstrdup(src->subsystem_command[i]); in servconf_merge_subsystems()2939 dst->subsystem_command = xrecallocarray( in servconf_merge_subsystems()2940 dst->subsystem_command, dst->num_subsystems, in servconf_merge_subsystems()2941 dst->num_subsystems + 1, sizeof(*dst->subsystem_command)); in servconf_merge_subsystems()[all …]
1940 prog = options.subsystem_command[i]; in session_subsystem_req()