HomeSort by: relevance | last modified time | path
    Searched refs:wenvironment (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-spawn.c 1252 WCHAR* wenvironment[] = { local
1266 * in process.c, minus variables in wenvironment */
1281 int found_in_loc_env[ARRAY_SIZE(wenvironment)] = {0};
1317 for (i = 0; i < ARRAY_SIZE(wenvironment) && !found; i++) {
1318 if (!wcscmp(str, wenvironment[i])) {
1338 for (i = 0; i < ARRAY_SIZE(wenvironment); i++) {
test-spawn.c 1252 WCHAR* wenvironment[] = { local
1266 * in process.c, minus variables in wenvironment */
1281 int found_in_loc_env[ARRAY_SIZE(wenvironment)] = {0};
1317 for (i = 0; i < ARRAY_SIZE(wenvironment) && !found; i++) {
1318 if (!wcscmp(str, wenvironment[i])) {
1338 for (i = 0; i < ARRAY_SIZE(wenvironment); i++) {

Completed in 49 milliseconds