Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dauth-options.h26 struct envstring { struct
27 struct envstring *next; argument
37 extern struct envstring *custom_environment; argument
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth-options.c37 struct envstring *custom_environment = NULL;
49 struct envstring *ce = custom_environment; in auth_clear_options()
140 struct envstring *new_envstring; in auth_parse_options()
167 new_envstring = xmalloc(sizeof(struct envstring)); in auth_parse_options()
H A Dsession.c1076 struct envstring *ce = custom_environment; in do_setup_env()