Searched refs:StrnCatGrow (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DUnload.c34 case EfiReservedMemoryType: StrnCatGrow(&RetVal, NULL, L"EfiReservedMemoryType", 0); break;
35 case EfiLoaderCode: StrnCatGrow(&RetVal, NULL, L"EfiLoaderCode", 0); break;
36 case EfiLoaderData: StrnCatGrow(&RetVal, NULL, L"EfiLoaderData", 0); break;
37 case EfiBootServicesCode: StrnCatGrow(&RetVal, NULL, L"EfiBootServicesCode", 0); break;
38 case EfiBootServicesData: StrnCatGrow(&RetVal, NULL, L"EfiBootServicesData", 0); break;
39 case EfiRuntimeServicesCode: StrnCatGrow(&RetVal, NULL, L"EfiRuntimeServicesCode", 0); break;
40 case EfiRuntimeServicesData: StrnCatGrow(&RetVal, NULL, L"EfiRuntimeServicesData", 0); break;
41 case EfiConventionalMemory: StrnCatGrow(&RetVal, NULL, L"EfiConventionalMemory", 0); break;
42 case EfiUnusableMemory: StrnCatGrow(&RetVal, NULL, L"EfiUnusableMemory", 0); break;
43 case EfiACPIReclaimMemory: StrnCatGrow(
[all...]
H A DDh.c112 StrnCatGrow(NameFound, NULL, NameToReturn, 0);
191 StrnCatGrow(&RetVal, &Size, Seperator, 0);
193 StrnCatGrow(&RetVal, &Size, L"%H", 0);
194 StrnCatGrow(&RetVal, &Size, Temp, 0);
195 StrnCatGrow(&RetVal, &Size, L"%N", 0);
203 StrnCatGrow(&RetVal, &Size, L"(", 0);
204 StrnCatGrow(&RetVal, &Size, Temp, 0);
205 StrnCatGrow(&RetVal, &Size, L")", 0);
207 StrnCatGrow(&RetVal, &Size, Seperator, 0);
208 StrnCatGrow(
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c98 StrnCatGrow(&CommandToGetHelpOn, NULL, ShellCommandLineGetRawValue(Package, 1), 0);
104 StrnCatGrow(&CommandToGetHelpOn, NULL, L"help", 0);
108 StrnCatGrow(&CommandToGetHelpOn, NULL, L"*", 0);
110 StrnCatGrow(&SectionToGetHelpOn, NULL, L"NAME", 0);
117 StrnCatGrow(&SectionToGetHelpOn, NULL, ShellCommandLineGetValue(Package, L"-section"), 0);
119 StrnCatGrow(&SectionToGetHelpOn, NULL, L"NAME,SYNOPSIS", 0);
122 StrnCatGrow(&SectionToGetHelpOn, NULL, L"NAME", 0);
H A DTouch.c81 FS = StrnCatGrow(&FS, NULL, Name, 0);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DGoto.c77 CompareString = StrnCatGrow(&CompareString, &Size, L":", 0);
78 CompareString = StrnCatGrow(&CompareString, &Size, ShellCommandLineGetRawValue(Package, 1), 0);
H A DFor.c158 Node->CommandString = StrnCatGrow(&Node->CommandString, NULL, CommandString, 0);
169 Node->Alias = StrnCatGrow(&Node->Alias, NULL, Alias, 0);
171 Node->CommandString = StrnCatGrow(&Node->CommandString, NULL, CommandString, 0);
351 // ArgSet = StrnCatGrow(&ArgSet, &ArgSize, L"\"", 0);
353 ArgSet = StrnCatGrow(&ArgSet, &ArgSize, L" \"", 0);
362 ArgSet = StrnCatGrow(&ArgSet, &ArgSize, gEfiShellParametersProtocol->Argv[LoopVar], 0);
368 ArgSet = StrnCatGrow(&ArgSet, &ArgSize, L" \"", 0);
369 ArgSet = StrnCatGrow(&ArgSet, &ArgSize, Node->FullName, 0);
370 ArgSet = StrnCatGrow(&ArgSet, &ArgSize, L"\"", 0);
375 ArgSet = StrnCatGrow(
[all...]
H A DIf.c60 Tester = StrnCatGrow(&Tester, NULL, *Statement, StrLen(Fragment));
456 Compare1 = StrnCatGrow(&Compare1, NULL, HexString, 0);
473 Compare1 = StrnCatGrow(&Compare1, NULL, HexString, 0);
490 Compare1 = StrnCatGrow(&Compare1, NULL, HexString, 0);
509 Compare1 = StrnCatGrow(&Compare1, NULL, StatementWalker, 0);
557 Compare2 = StrnCatGrow(&Compare2, NULL, HexString, 0);
577 Compare2 = StrnCatGrow(&Compare2, NULL, HexString, 0);
594 Compare2 = StrnCatGrow(&Compare2, NULL, HexString, 0);
609 Compare2 = StrnCatGrow(&Compare2, NULL, StatementWalker, 0);
741 CommandName = StrnCatGrow(
[all...]
H A DUefiShellLevel1CommandsLib.c147 CommandName = StrnCatGrow(&CommandName, NULL, CommandNode->Cl, 0);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c256 StrnCatGrow(&NewName, &Size, Mapping, 0);
258 StrnCatGrow(&NewName, &Size, L":", 0);
323 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, L";", 0);
325 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Node->MapName, 0);
362 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Node->MapName, 0);
363 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, L";", 0);
381 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Node->MapName, 0);
382 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, L";", 0);
449 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, MapListItem->MapName, 0);
470 PathForReturn = StrnCatGrow(
[all...]
H A DShellManParser.c182 TempString = StrnCatGrow(&TempString, NULL, CurrentLocation, TempString2==NULL?0:TempString2 - CurrentLocation);
203 TempString = StrnCatGrow(&TempString, NULL, CurrentLocation, TempString2==NULL?0:TempString2 - CurrentLocation);
212 StrnCatGrow (HelpText, HelpSize, TempString, 0);
217 StrnCatGrow (HelpText, HelpSize, L"\r\n", 0);
337 StrnCatGrow (HelpText, HelpSize, ReadLine, 0);
338 StrnCatGrow (HelpText, HelpSize, L"\r\n", 0);
H A DShell.c707 StrnCatGrow(&ShellInfoObject.ShellInitSettings.FileOptions,
715 StrnCatGrow(&ShellInfoObject.ShellInitSettings.FileOptions,
859 FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, MapName, 0);
867 FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, ((FILEPATH_DEVICE_PATH*)FilePath)->PathName, 0);
869 FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, mStartupScript, 0);
1140 Temp = StrnCatGrow(&Temp, NULL, OriginalCommandLine, 0);
1220 NextCommandLine = StrnCatGrow(&NextCommandLine, &Size1, StrStr(CmdLine, L"|")+1, 0);
1221 OurCommandLine = StrnCatGrow(&OurCommandLine , &Size2, CmdLine , StrStr(CmdLine, L"|") - CmdLine);
1346 CleanOriginal = StrnCatGrow(&CleanOriginal, NULL, CmdLine, 0);
1359 StrnCatGrow(
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c387 StrnCatGrow(&mProfileList, &mProfileListSize, L";", 0);
389 StrnCatGrow(&mProfileList, &mProfileListSize, ProfileName, 0);
390 StrnCatGrow(&mProfileList, &mProfileListSize, L";", 0);
965 StrnCatGrow(&NewPath, &NewPathSize, OriginalPath, 0);
967 StrnCatGrow(&NewPath, &NewPathSize, L".\\", 0);
969 StrnCatGrow(&NewPath, &NewPathSize, L";", 0);
970 StrnCatGrow(&NewPath, &NewPathSize, Name, 0);
971 StrnCatGrow(&NewPath, &NewPathSize, L"\\efi\\tools\\;", 0);
972 StrnCatGrow(&NewPath, &NewPathSize, Name, 0);
973 StrnCatGrow(
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c157 Drive = StrnCatGrow(&Drive, &DriveSize, ShellGetCurrentDir(NULL), 0);
160 Drive = StrnCatGrow(&Drive, &DriveSize, Param1Copy+1, 0);
162 Drive = StrnCatGrow(&Drive, &DriveSize, Param1Copy, 0);
H A DRm.c203 Pattern = StrnCatGrow(&Pattern , NULL, TempLocation , 0);
204 SearchString = StrnCatGrow(&SearchString, &Size, Node->FullName, 0);
205 SearchString = StrnCatGrow(&SearchString, &Size, L"*", 0);
H A DUefiShellLevel2CommandsLib.c188 StrnCatGrow(&PathToReturn, &Size, CurDir, 0);
193 StrnCatGrow(&PathToReturn, &Size, Path, 0);
230 PathCopy = StrnCatGrow(&PathCopy, NULL, Path, 0);
H A DLs.c68 CorrectedPath = StrnCatGrow(&CorrectedPath, NULL, Path, 0);
531 StrnCatGrow(&FullPath, &Size, PathName, 0);
533 StrnCatGrow(&FullPath, &Size, L"\\*", 0);
538 StrnCatGrow(&FullPath, NULL, L"*", 0);
H A DVol.c278 StrnCatGrow(&FullPath, &Length, PathName, 0);
279 StrnCatGrow(&FullPath, &Length, L":\\", 0);
H A DCp.c147 StrnCatGrow(&TempName, &Size, Source, 0);
148 StrnCatGrow(&TempName, &Size, L"\\*", 0);
151 StrnCatGrow(&TempName, &Size, Dest, 0);
152 StrnCatGrow(&TempName, &Size, L"\\", 0);
H A DTimeDate.c111 DateStringCopy = StrnCatGrow(&DateStringCopy, NULL, DateString, 0);
319 TimeStringCopy = StrnCatGrow(&TimeStringCopy, NULL, TimeString, 0);
650 TimeZoneCopy = StrnCatGrow(&TimeZoneCopy, NULL, TimeZoneString, 0);
H A DMv.c57 Test = StrnCatGrow(&Test, NULL, DestPath, 0);
188 DestPath = StrnCatGrow(&DestPath, NULL, DestDir, 0);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DEdit.c76 Nfs = StrnCatGrow(&Nfs, NULL, Cwd+3, 0);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c1223 Temp = StrnCatGrow(&Temp, NULL, Walker, StrStr(Walker, L" ")-Walker);
1234 Temp = StrnCatGrow(&Temp, NULL, Walker, StrStr(Walker, L" ")==NULL?0:StrStr(Walker, L" ")-Walker);
1264 Temp = StrnCatGrow(&Temp, NULL, Walker, 0);
1299 Temp = StrnCatGrow(&Temp, NULL, Walker, StrStr(Walker, L" ")-Walker);
1310 Temp = StrnCatGrow(&Temp, NULL, Walker, StrStr(Walker, L" ")-Walker);
1321 Temp = StrnCatGrow(&Temp, NULL, Walker, StrStr(Walker, L" ")-Walker);
1323 Temp = StrnCatGrow(&Temp, NULL, Walker, 0);
1335 Temp = StrnCatGrow(&Temp, NULL, Walker, 0);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c845 CurrentOperation.FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
847 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
863 CurrentOperation.FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
865 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
888 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c845 CurrentOperation.FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
847 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
863 CurrentOperation.FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
865 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
888 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1612 RetVal = StrnCatGrow(&RetVal, NULL, FileName, 0);
1634 RetVal = StrnCatGrow(&RetVal, NULL, TestPath, 0);
1676 RetVal = StrnCatGrow(&RetVal, NULL, TestPath, 0);
1819 TempString = StrnCatGrow(&TempString, NULL, Name, StrLen(TempListItem->Name));
2267 TempString = StrnCatGrow(&TempString, NULL, KeyString, StrLen(((SHELL_PARAM_PACKAGE*)Node)->Name));
2331 TempString = StrnCatGrow(&TempString, NULL, KeyString, StrLen(((SHELL_PARAM_PACKAGE*)Node)->Name));
2463 *Param = StrnCatGrow(Param, NULL, ((SHELL_PARAM_PACKAGE*)Node1)->Name, 0);
2525 Replace = StrnCatGrow(&Replace, NULL, ReplaceWith, 0);
2898 TempLocation = StrnCatGrow(&TempLocation, NULL, DirName, 0);
3066 StrnCatGrow ( function
[all...]

Completed in 1245 milliseconds

12