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

/freebsd-10.1-release/crypto/openssh/
H A Dauth-options.h31 extern struct envstring *custom_environment;
H A Dauth-options.c49 struct envstring *custom_environment = NULL; variable in typeref:struct:envstring
68 while (custom_environment) {
69 struct envstring *ce = custom_environment;
70 custom_environment = ce->next;
240 new_envstring->next = custom_environment;
241 custom_environment = new_envstring;
H A Dsession.c1277 while (custom_environment) {
1278 struct envstring *ce = custom_environment;
1287 custom_environment = ce->next;

Completed in 105 milliseconds