Home
last modified time | relevance | path

Searched refs:num_setenv (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dreadconf.h131 u_int num_setenv; member
H A Dservconf.h206 SSHCONF_STRARRAY(setenv, num_setenv, SetEnv, SSHCFG_ALL, SSHCFG_COPY_MATCH) \
H A Dreadconf.c1953 found = options->num_setenv == 0; in process_config_line_depth()
1975 options->num_setenv = nstrs; in process_config_line_depth()
2782 options->num_setenv = 0; in initialize_options()
3186 FREE_ARRAY(u_int, o->num_setenv, o->setenv); in free_options()
3845 dump_cfg_strarray(oSetEnv, o->num_setenv, o->setenv); in dump_client_config()
H A Dssh.c1564 for (j = 0; j < options.num_setenv; j++) { in main()
2197 options.num_setenv)) == NULL || *term == '\0') in ssh_session2_setup()
H A Dmux.c2007 options.num_setenv)) == NULL || *term == '\0') in mux_client_request_session()
2037 for (i = 0; i < options.num_setenv; i++) { in mux_client_request_session()
H A Dservconf.c2072 found = options->num_setenv == 0; in process_server_config_line_depth()
2091 options->num_setenv = nstrs; in process_server_config_line_depth()
4311 dump_cfg_strarray(sSetEnv, o->num_setenv, o->setenv); in dump_config()
H A Dsession.c1128 for (i = 0; i < options.num_setenv; i++) { in do_setup_env()
H A Dclientloop.c2781 for (i = 0; i < options.num_setenv; i++) { in client_session2_setup()