Searched refs:NCmdLine (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A DMain.c103 gMD->NCmdLine = (char *)AllocateZeroPool(nArgvSize+1);
104 if(gMD->NCmdLine == NULL) {
112 string = gMD->NCmdLine;
202 if(gMD->NCmdLine != NULL) {
203 FreePool( gMD->NCmdLine );
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A DMainData.h75 char *NCmdLine; // Narrow character version of command line arguments. member in struct:__MainData

Completed in 33 milliseconds