Searched refs:new_envstring (Results 1 – 1 of 1) sorted by relevance
215 struct envstring *new_envstring; in auth_parse_options() local242 new_envstring = xmalloc(sizeof(struct envstring)); in auth_parse_options()243 new_envstring->s = s; in auth_parse_options()244 new_envstring->next = custom_environment; in auth_parse_options()245 custom_environment = new_envstring; in auth_parse_options()