Searched refs:adm_forced_command (Results 1 – 3 of 3) sorted by relevance
194 char *adm_forced_command; member
181 options->adm_forced_command = NULL; in initialize_server_options()484 CLEAR_ON_NONE(options->adm_forced_command); in fill_default_server_options()2144 if (*activep && options->adm_forced_command == NULL) in process_server_config_line_depth()2145 options->adm_forced_command = xstrdup(cp + len); in process_server_config_line_depth()2570 M_CP_STROPT(adm_forced_command); in copy_set_server_options()2571 if (option_clear_or_none(dst->adm_forced_command)) { in copy_set_server_options()2572 free(dst->adm_forced_command); in copy_set_server_options()2573 dst->adm_forced_command = NULL; in copy_set_server_options()2842 dump_cfg_string(sForceCommand, o->adm_forced_command); in dump_config()
669 if (options.adm_forced_command) { in do_exec()671 command = options.adm_forced_command; in do_exec()1219 if (!s->is_subsystem && options.adm_forced_command == NULL && in do_rc_files()