Searched defs:Suffix (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dnet.c113 const WCHAR *Suffix = &pNetRoot->pNetRootName->Buffer[8]; /* Number of chars in '\vboxsrv' */ local
115 if ( Suffix[0] == L'\\'
116 && (Suffix[1] == L'I' || Suffix[1] == L'i')
117 && (Suffix[2] == L'P' || Suffix[2] == L'p')
118 && (Suffix[3] == L'C' || Suffix[3] == L'c')
119 && Suffix[4] == L'$'
123 || (Suffix[
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DUefiShellDebug1CommandsLib.c492 UINTN Suffix; local
496 Suffix = 0;
500 FileNameTmp = CatSPrint (NULL, L"NewFile%d.%s", Suffix, Extension);
513 Suffix++;
514 } while (Suffix != 0);

Completed in 44 milliseconds