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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DEdit.c38 CHAR16 *Spot; local
78 Spot = StrStr(Nfs, L";");
79 if (Spot != NULL) {
80 *Spot = CHAR_NULL;
82 Spot = StrStr(Nfs, L"\\");
83 if (Spot != NULL) {
84 Spot[1] = CHAR_NULL;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEdit.c48 CHAR16 *Spot; local
61 Spot = NULL;

Completed in 43 milliseconds