Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/env/
H A Dsetenv.cpp56 Character** new_it = new_environment.get(); in copy_environment() local
57 for (; *old_it; ++old_it, ++new_it) in copy_environment()
60 *new_it = _calloc_crt_t(Character, required_count).detach(); in copy_environment()
61 if (!*new_it) in copy_environment()
66 _ERRCHECK(traits::tcscpy_s(*new_it, required_count, *old_it)); in copy_environment()