Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDauth-options.c211 struct envstring *new_envstring; in auth_parse_options() local
238 new_envstring = xcalloc(1, sizeof(struct envstring)); in auth_parse_options()
239 new_envstring->s = s; in auth_parse_options()
240 new_envstring->next = custom_environment; in auth_parse_options()
241 custom_environment = new_envstring; in auth_parse_options()