Searched refs:num_setenv (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/crypto/openssh/ |
| D | servconf.h | 174 u_int num_setenv; member 287 M_CP_STRARRAYOPT(setenv, num_setenv); \
|
| D | readconf.h | 130 u_int num_setenv; member
|
| D | readconf.c | 1762 value = options->num_setenv; in process_config_line_depth() 1772 options->num_setenv) != NULL) { in process_config_line_depth() 1779 &options->setenv, &options->num_setenv, arg); in process_config_line_depth() 2430 options->num_setenv = 0; in initialize_options() 2814 FREE_ARRAY(u_int, o->num_setenv, o->setenv); in free_options() 3402 dump_cfg_strarray(oSetEnv, o->num_setenv, o->setenv); in dump_client_config()
|
| D | servconf.c | 180 options->num_setenv = 0; in initialize_server_options() 2055 uvalue = options->num_setenv; in process_server_config_line_depth() 2063 options->num_setenv) != NULL) { in process_server_config_line_depth() 2069 &options->setenv, &options->num_setenv, arg); in process_server_config_line_depth() 3007 dump_cfg_strarray(sSetEnv, o->num_setenv, o->setenv); in dump_config()
|
| D | mux.c | 1886 options.num_setenv)) == NULL || *term == '\0') in mux_client_request_session() 1916 for (i = 0; i < options.num_setenv; i++) { in mux_client_request_session()
|
| D | ssh.c | 2094 options.num_setenv)) == NULL || *term == '\0') in ssh_session2_setup()
|
| D | clientloop.c | 2536 for (i = 0; i < options.num_setenv; i++) { in client_session2_setup()
|
| D | session.c | 1172 for (i = 0; i < options.num_setenv; i++) { in do_setup_env()
|