Home
last modified time | relevance | path

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

/external/openssh/
Dauth-options.c53 struct envstring *custom_environment = NULL; variable
72 while (custom_environment) { in auth_clear_options()
73 struct envstring *ce = custom_environment; in auth_clear_options()
74 custom_environment = ce->next; in auth_clear_options()
244 new_envstring->next = custom_environment; in auth_parse_options()
245 custom_environment = new_envstring; in auth_parse_options()
Dauth-options.h31 extern struct envstring *custom_environment;
Dsession.c1208 while (custom_environment) { in do_setup_env()
1209 struct envstring *ce = custom_environment; in do_setup_env()
1218 custom_environment = ce->next; in do_setup_env()