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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h143 u_int num_accept_env; member in struct:__anon4965
226 M_CP_STRARRAYOPT(accept_env, num_accept_env); \
H A Dservconf.c145 options->num_accept_env = 0;
1486 if (options->num_accept_env >= MAX_ACCEPT_ENV)
1491 options->accept_env[options->num_accept_env++] =
2113 dump_cfg_strarray(sAcceptEnv, o->num_accept_env, o->accept_env);
H A Dsession.c2226 for (i = 0; i < options.num_accept_env; i++) {

Completed in 197 milliseconds