Home
last modified time | relevance | path

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

/external/openssh/
Dauth-options.c54 struct envstring *custom_environment = NULL; variable
73 while (custom_environment) { in auth_clear_options()
74 struct envstring *ce = custom_environment; in auth_clear_options()
75 custom_environment = ce->next; in auth_clear_options()
269 new_envstring->next = custom_environment; in auth_parse_options()
270 custom_environment = new_envstring; in auth_parse_options()
Dauth-options.h31 extern struct envstring *custom_environment;
Dsession.c1062 while (custom_environment) { in do_setup_env()
1063 struct envstring *ce = custom_environment; in do_setup_env()
1072 custom_environment = ce->next; in do_setup_env()