Searched refs:lpLocalEnv (Results 1 – 1 of 1) sorted by relevance
2451 lpLocalEnv = GetIndex(dwEnvIndex); in CreateLocalEnvironmentStrings()2453 if(!lpLocalEnv) { in CreateLocalEnvironmentStrings()2471 char *ptr = strchr(lpLocalEnv, '='); in CreateLocalEnvironmentStrings()2473 strcpy(lpStr, lpLocalEnv); in CreateLocalEnvironmentStrings()2474 lpStr += strlen(lpLocalEnv) + 1; in CreateLocalEnvironmentStrings()2476 lpLocalEnv = GetIndex(dwEnvIndex); in CreateLocalEnvironmentStrings()2485 while(lpLocalEnv) { in CreateLocalEnvironmentStrings()2488 char *ptr = strchr(lpLocalEnv, '='); in CreateLocalEnvironmentStrings()2490 strcpy(lpStr, lpLocalEnv); in CreateLocalEnvironmentStrings()2491 lpStr += strlen(lpLocalEnv) + 1; in CreateLocalEnvironmentStrings()[all …]