HomeSort by: relevance | last modified time | path
    Searched defs:ptr_copy (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
process.c 655 WCHAR** ptr_copy; local
682 ptr_copy = env_copy;
690 *ptr_copy++ = ptr;
694 *ptr_copy = NULL;
701 for (ptr_copy = env_copy, i = 0; i < ARRAY_SIZE(required_vars); ) {
703 if (!*ptr_copy) {
708 *ptr_copy);
720 ptr_copy++;
733 for (ptr = dst, ptr_copy = env_copy, i = 0;
734 *ptr_copy || i < ARRAY_SIZE(required_vars)
    [all...]

Completed in 22 milliseconds