Searched refs:new_envstring (Results 1 – 1 of 1) sorted by relevance
237 struct envstring *new_envstring; in auth_parse_options() local266 new_envstring = xcalloc(1, in auth_parse_options()267 sizeof(*new_envstring)); in auth_parse_options()268 new_envstring->s = s; in auth_parse_options()269 new_envstring->next = custom_environment; in auth_parse_options()270 custom_environment = new_envstring; in auth_parse_options()