Lines Matching refs:StrnCatGrow

1010         StrnCatGrow(&ShellInfoObject.ShellInitSettings.FileOptions,  in ProcessCommandLine()
1018 StrnCatGrow(&ShellInfoObject.ShellInitSettings.FileOptions, in ProcessCommandLine()
1138 FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, MapName, 0); in DoStartupScript()
1146 …FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, ((FILEPATH_DEVICE_PATH*)FilePath)->PathNam… in DoStartupScript()
1148 FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, mStartupScript, 0); in DoStartupScript()
1634 NextCommandLine = StrnCatGrow(&NextCommandLine, &Size1, StrStr(CmdLine, L"|")+1, 0); in RunSplitCommand()
1635 …OurCommandLine = StrnCatGrow(&OurCommandLine , &Size2, CmdLine , StrStr(CmdLine, L… in RunSplitCommand()
1764 StrnCatGrow(&CommandName, NULL, (*CmdLine), 0); in ShellSubstituteAliases()
1766 StrnCatGrow(&CommandName, NULL, (*CmdLine), StrStr((*CmdLine), L" ") - (*CmdLine)); in ShellSubstituteAliases()
1782 NewCmdLine = StrnCatGrow(&NewCmdLine, &PostAliasSize, CommandName, 0); in ShellSubstituteAliases()
1788 NewCmdLine = StrnCatGrow(&NewCmdLine, &PostAliasSize, StrStr((*CmdLine), L" "), 0); in ShellSubstituteAliases()
1795 NewCmdLine = StrnCatGrow(&NewCmdLine, NULL, (*CmdLine), 0); in ShellSubstituteAliases()
1902 Temp = StrnCatGrow(&Temp, NULL, CmdLine, 0); in IsValidSplit()
2351 CommandWithPath = StrnCatGrow(&CommandWithPath, NULL, FirstParameter, 0); in RunCommandOrFile()
2526 CleanOriginal = StrnCatGrow(&CleanOriginal, NULL, CmdLine, 0); in RunShellCommand()
2713 NewScriptFile->ScriptName = StrnCatGrow(&NewScriptFile->ScriptName, NULL, Name, 0); in RunScriptFileHandle()
2731 …NewScriptFile->Argv[LoopVar] = StrnCatGrow(&NewScriptFile->Argv[LoopVar], NULL, ShellInfoObject.Ne… in RunScriptFileHandle()