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

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth-options.c215 struct envstring *new_envstring; local
242 new_envstring = xmalloc(sizeof(struct envstring));
243 new_envstring->s = s;
244 new_envstring->next = custom_environment;
245 custom_environment = new_envstring;

Completed in 48 milliseconds