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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DHelper.c270 CHAR16 *StrTail; local
295 StrTail = (CHAR16 *) (Str + Len - 1);
296 while (*StrTail == ' ') {
297 *StrTail = 0;
298 StrTail--;
301 Len = StrTail - Str + 1;
318 for (; Str <= StrTail; Str++) {

Completed in 41 milliseconds