Searched refs:adm_forced_command (Results 1 – 3 of 3) sorted by relevance
157 options->adm_forced_command = NULL; in initialize_server_options()360 CLEAR_ON_NONE(options->adm_forced_command); in fill_default_server_options()1671 if (*activep && options->adm_forced_command == NULL) in process_server_config_line()1672 options->adm_forced_command = xstrdup(cp + len); in process_server_config_line()2052 M_CP_STROPT(adm_forced_command); in copy_set_server_options()2053 if (option_clear_or_none(dst->adm_forced_command)) { in copy_set_server_options()2054 free(dst->adm_forced_command); in copy_set_server_options()2055 dst->adm_forced_command = NULL; in copy_set_server_options()2302 dump_cfg_string(sForceCommand, o->adm_forced_command); in dump_config()
166 char *adm_forced_command; member
623 if (options.adm_forced_command) { in do_exec()625 command = options.adm_forced_command; in do_exec()1184 if (!s->is_subsystem && options.adm_forced_command == NULL && in do_rc_files()