Searched refs:adm_forced_command (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h166 char *adm_forced_command; member in struct:__anon4965
H A Dservconf.c148 options->adm_forced_command = NULL;
1568 if (*activep && options->adm_forced_command == NULL)
1569 options->adm_forced_command = xstrdup(cp + len);
1857 M_CP_STROPT(adm_forced_command);
2087 dump_cfg_string(sForceCommand, o->adm_forced_command);
H A Dsession.c803 if (options.adm_forced_command) {
805 command = options.adm_forced_command;
1348 if (!s->is_subsystem && options.adm_forced_command == NULL &&

Completed in 115 milliseconds