Home
last modified time | relevance | path

Searched refs:oSetEnv (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Denvpass.sh29 ${SSH} -oSendEnv="*" -F $OBJ/ssh_proxy_envpass -oSetEnv="_TEST_ENV=blah" \
76 -oSetEnv="_XXX_TEST_A=1 _XXX_TEST_B=2" otherhost \
87 -oSetEnv="_XXX_TEST_A=1 _XXX_TEST_A=11 _XXX_TEST_B=2" otherhost \
101 -oSetEnv="_XXX_TEST_A=1 _XXX_TEST_B=2" otherhost \
115 -oSetEnv="_XXX_TEST_A=1 _XXX_TEST_B=2" otherhost \
H A Dmultiplex.sh52 ${SSH} -F $OBJ/ssh_config -oSetEnv="_XXX_TEST=foo" -S$CTL otherhost sh << 'EOF'
/freebsd/crypto/openssh/
H A Dreadconf.c168 oSendEnv, oSetEnv, oControlPath, oControlMaster, oControlPersist, enumerator
291 { "setenv", oSetEnv },
1910 case oSetEnv: in process_config_line_depth()
3663 dump_cfg_strarray(oSetEnv, o->num_setenv, o->setenv); in dump_client_config()