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

/freebsd-10-stable/crypto/openssh/
H A Dauth-options.h31 extern struct envstring *custom_environment;
H A Dauth-options.c54 struct envstring *custom_environment = NULL; variable in typeref:struct:envstring
73 while (custom_environment) {
74 struct envstring *ce = custom_environment;
75 custom_environment = ce->next;
269 new_envstring->next = custom_environment;
270 custom_environment = new_envstring;
H A Dsession.c1263 while (custom_environment) {
1264 struct envstring *ce = custom_environment;
1273 custom_environment = ce->next;

Completed in 96 milliseconds