Lines Matching refs:StrnCatGrow

471       StrnCatGrow(&TempString,  in UefiMain()
476 StrnCatGrow(&TempString, in UefiMain()
1058 StrnCatGrow(&ShellInfoObject.ShellInitSettings.FileOptions, in ProcessCommandLine()
1066 StrnCatGrow(&ShellInfoObject.ShellInitSettings.FileOptions, in ProcessCommandLine()
1185 FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, MapName, 0); in DoStartupScript()
1193 …FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, ((FILEPATH_DEVICE_PATH*)FilePath)->PathNam… in DoStartupScript()
1195 FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, mStartupScript, 0); in DoStartupScript()
1683 NextCommandLine = StrnCatGrow(&NextCommandLine, &Size1, StrStr(CmdLine, L"|")+1, 0); in RunSplitCommand()
1684 …OurCommandLine = StrnCatGrow(&OurCommandLine , &Size2, CmdLine , StrStr(CmdLine, L… in RunSplitCommand()
1814 StrnCatGrow(&CommandName, NULL, (*CmdLine), 0); in ShellSubstituteAliases()
1816 StrnCatGrow(&CommandName, NULL, (*CmdLine), StrStr((*CmdLine), L" ") - (*CmdLine)); in ShellSubstituteAliases()
1832 NewCmdLine = StrnCatGrow(&NewCmdLine, &PostAliasSize, CommandName, 0); in ShellSubstituteAliases()
1838 NewCmdLine = StrnCatGrow(&NewCmdLine, &PostAliasSize, StrStr((*CmdLine), L" "), 0); in ShellSubstituteAliases()
1845 NewCmdLine = StrnCatGrow(&NewCmdLine, NULL, (*CmdLine), 0); in ShellSubstituteAliases()
1950 Temp = StrnCatGrow(&Temp, NULL, CmdLine, 0); in IsValidSplit()
2391 CommandWithPath = StrnCatGrow(&CommandWithPath, NULL, FirstParameter, 0); in RunCommandOrFile()
2570 CleanOriginal = StrnCatGrow(&CleanOriginal, NULL, CmdLine, 0); in RunShellCommand()
2754 NewScriptFile->ScriptName = StrnCatGrow(&NewScriptFile->ScriptName, NULL, Name, 0); in RunScriptFileHandle()
2772 …NewScriptFile->Argv[LoopVar] = StrnCatGrow(&NewScriptFile->Argv[LoopVar], NULL, ShellInfoObject.Ne… in RunScriptFileHandle()