/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/ |
H A D | GNUmakefile | 2 # Windows makefile for 'Split' module build.
16 APPNAME = Split
18 OBJECTS = Split.o
|
H A D | Makefile | 2 # Windows makefile for 'Split' module build. 15 APPNAME = Split 19 OBJECTS = Split.obj
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTPath.cpp | 93 RTPATHSPLIT Split; member in union:__anon16742 140 int rc = RTPathSplit(s_aTests[i].pszPath, &u.Split, sizeof(u), s_aTests[i].fFlags); 142 || s_aTests[i].cComps != u.Split.cComps 143 || s_aTests[i].fProps != u.Split.fProps 144 || s_aTests[i].cchPath != u.Split.cchPath) 152 s_aTests[i].cComps, u.Split.cComps, 153 s_aTests[i].fProps, u.Split.fProps, s_aTests[i].fProps ^ u.Split.fProps, 154 s_aTests[i].cchPath, u.Split.cchPath); 158 RTTESTI_CHECK_MSG(*u.Split [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
H A D | ShellParametersProtocol.c | 584 SPLIT_LIST *Split; local 624 Split = NULL; 630 Split = (SPLIT_LIST*)GetFirstNode(&ShellInfoObject.SplitList.Link); 631 if (Split != NULL && Split->SplitStdIn != NULL) { 632 ShellParameters->StdIn = Split->SplitStdIn; 634 if (Split != NULL && Split->SplitStdOut != NULL) { 635 ShellParameters->StdOut = Split->SplitStdOut; 948 ||(Split ! 1159 SPLIT_LIST *Split; local [all...] |
H A D | Shell.c | 1206 SPLIT_LIST *Split; local 1242 Split = AllocateZeroPool(sizeof(SPLIT_LIST)); 1243 ASSERT(Split != NULL); 1244 Split->SplitStdIn = StdIn; 1245 Split->SplitStdOut = ConvertEfiFileProtocolToShellHandle(CreateFileInterfaceMem(Unicode), NULL); 1246 ASSERT(Split->SplitStdOut != NULL); 1247 InsertHeadList(&ShellInfoObject.SplitList.Link, &Split->Link); 1255 TempFileHandle = Split->SplitStdOut; 1256 if (Split->SplitStdIn == StdIn) { 1257 Split 1330 SPLIT_LIST *Split; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/ |
H A D | Makefile | 31 Split \
|
H A D | GNUmakefile | 59 Split \
|
/vbox/src/VBox/Runtime/r0drv/nt/ |
H A D | ntBldSymDb.cpp | 717 * Split the path. 721 RTPATHSPLIT Split; member in union:__anon16672 724 int rc = RTPathSplit(pszPdb, &u.Split, sizeof(u), 0); 727 if (!(u.Split.fProps & RTPATH_PROP_FILENAME)) 729 const char *pszFilename = u.Split.apszComps[u.Split.cComps - 1]; 755 uint32_t i = u.Split.cComps - 1; 795 const char *pszComp = u.Split.apszComps[i];
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/ |
H A D | TianoCompress.h | 142 Split (
|
H A D | TianoCompress.c | 442 Split ( function 449 Split a node. 570 Split (NodeR);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | String.py | 201 # Split ModuleType out of section defien to get key 371 # Split comments in a string 711 ## Split string 776 def GetStringOfList(List, Split=' '): 781 Str = Str + Item + Split
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
H A D | String.py | 131 # Split ModuleType out of section defien to get key 304 # Split comments in a string 615 ## Split string 651 # @param Split: split character 653 def GetStringOfList(List, Split = ' '): 658 Str = Str + Item + Split 874 # Split an PCD entry string to Token.CName and PCD value and FFE.
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | EfiCompress.c | 108 Split ( 599 Split ( function 606 Split a node. 715 Split(r);
|
H A D | TianoCompress.c | 108 Split ( 620 Split ( function 627 Split a node. 748 Split (NodeR);
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Compress.c | 322 Split a node. 328 Split ( function 440 Split (LoopVar4);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/ |
H A D | toolsetup.bat | 216 IF NOT EXIST "%EDK_TOOLS_PATH%\Bin\Win32\Split.exe" goto check_build_environment
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | msinkaut.idl | 368 [id(0x0000000a)] HRESULT Split(
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | msinkaut.idl | 368 [id(0x0000000a)] HRESULT Split(
|