Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dutil.c1179 wchar_t* penv; in uv_os_environ() local
1190 for (penv = env, i = 0; *penv != L'\0'; penv += wcslen(penv) + 1, i++); in uv_os_environ()
1198 penv = env; in uv_os_environ()
1201 while (*penv != L'\0' && cnt < i) { in uv_os_environ()
1205 if (uv__convert_utf16_to_utf8(penv, -1, &buf) != 0) in uv_os_environ()
1225 penv += wcslen(penv) + 1; in uv_os_environ()

Completed in 7 milliseconds