Lines Matching refs:StrStr

123   Temp = StrStr(SourceString, FindString);  in FindNextInstance()
1142 TempSpot = StrStr(FileStringPath, L";"); in DoStartupScript()
1504 for (Temp = StrStr(OriginalCommandLine, AliasListNode->Alias) in ShellConvertVariables()
1506 ; Temp = StrStr(Temp+1, AliasListNode->Alias) in ShellConvertVariables()
1525 for (Temp = StrStr(OriginalCommandLine, MasterEnvList) in ShellConvertVariables()
1527 ; Temp = StrStr(Temp+1, MasterEnvList) in ShellConvertVariables()
1626 ASSERT(StrStr(CmdLine, L"|") != NULL); in RunSplitCommand()
1634 NextCommandLine = StrnCatGrow(&NextCommandLine, &Size1, StrStr(CmdLine, L"|")+1, 0); in RunSplitCommand()
1635 …OurCommandLine = StrnCatGrow(&OurCommandLine , &Size2, CmdLine , StrStr(CmdLine, L… in RunSplitCommand()
1641 } else if (StrStr(OurCommandLine, L"|") != NULL || Size1 == 0 || Size2 == 0) { in RunSplitCommand()
1763 if (StrStr((*CmdLine), L" ") == NULL){ in ShellSubstituteAliases()
1766 StrnCatGrow(&CommandName, NULL, (*CmdLine), StrStr((*CmdLine), L" ") - (*CmdLine)); in ShellSubstituteAliases()
1788 NewCmdLine = StrnCatGrow(&NewCmdLine, &PostAliasSize, StrStr((*CmdLine), L" "), 0); in ShellSubstituteAliases()
1842 if ( StrStr(CmdName, L" ") != NULL in GetOperationType()
1843 || StrLen(StrStr(CmdName, L":")) > 1 in GetOperationType()
1907 FirstParameter = StrStr(Temp, L"|"); in IsValidSplit()
2047 ASSERT(CmdLine[(StrLen(CmdLine)-1)] == L':' && StrStr(CmdLine, L" ") == NULL); in ChangeMappedDrive()
2093 if (StrStr(CurrentParameter, L"-?") == CurrentParameter) { in DoHelpUpdate()
2179 if (StrStr(*CmdLine, L"?") != NULL) { in ProcessCommandLineToFinal()
2348 if (StrStr(FirstParameter, L":") != NULL) { in RunCommandOrFile()