Home
last modified time | relevance | path

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

/AOO41X/main/soldep/bootstrp/
H A Dcommand.cxx88 CommandBuffer = new char [1]; in CommandLine()
89 if (CommandBuffer == NULL) { in CommandLine()
93 CommandBuffer[0] = '\0'; in CommandLine()
113 CommandBuffer = new char [1]; in CommandLine()
114 if (CommandBuffer == NULL) { in CommandLine()
139 CommandBuffer = new char [1]; in CommandLine()
140 if (CommandBuffer == NULL) { in CommandLine()
157 BuildCommand(CCommandLine.CommandBuffer); in CommandLine()
164 delete [] CommandBuffer; in ~CommandLine()
178 strcpy (CommandBuffer, CCommandLine.CommandBuffer); in operator =()
[all …]
/AOO41X/main/soldep/inc/soldep/
H A Dcommand.hxx70 char *CommandBuffer; member in CommandLine