Searched refs:WorkString (Results 1 – 1 of 1) sorted by relevance
224 char WorkString[1024]; in BuildCommand() local226 strcpy(WorkString,CommandString); in BuildCommand()231 strcpy(&WorkString[strlen(WorkString)]," >&"); in BuildCommand()232 strcpy(&WorkString[strlen(WorkString)],getenv("TMP")); in BuildCommand()233 strcpy(&WorkString[strlen(WorkString)],TMPNAME); in BuildCommand()239 CommandBuffer = new char [strlen(ComShell)+strlen(WorkString)+1]; in BuildCommand()245 strcpy (&CommandBuffer[strlen(ComShell)], WorkString); in BuildCommand()
Completed in 34 milliseconds