Home
last modified time | relevance | path

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

/aoo41x/main/soldep/bootstrp/
H A Dcommand.cxx224 char WorkString[1024]; in BuildCommand() local
226 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 18 milliseconds