Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-options.c140 struct envstring *new_envstring; in auth_parse_options() local
167 new_envstring = xmalloc(sizeof(struct envstring)); in auth_parse_options()
168 new_envstring->s = s; in auth_parse_options()
169 new_envstring->next = custom_environment; in auth_parse_options()
170 custom_environment = new_envstring; in auth_parse_options()