Home
last modified time | relevance | path

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

/AOO41X/main/soldep/bootstrp/
H A Dcommand.cxx98 ComShell = new char [128]; in CommandLine()
101 strcpy(ComShell,COMMAND_SHELL); in CommandLine()
103 strcpy(ComShell,pTemp); in CommandLine()
105 strcpy(&ComShell[strlen(ComShell)]," -C "); in CommandLine()
122 ComShell = new char [128]; in CommandLine()
125 strcpy(ComShell,COMMAND_SHELL); in CommandLine()
127 strcpy(ComShell,pTemp); in CommandLine()
129 strcpy(&ComShell[strlen(ComShell)]," -C "); in CommandLine()
148 ComShell = new char [128]; in CommandLine()
151 strcpy(ComShell,COMMAND_SHELL); in CommandLine()
[all …]
/AOO41X/main/soldep/inc/soldep/
H A Dcommand.hxx71 char *ComShell; member in CommandLine