Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DHelper.c270 CHAR16 *StrTail; in StrToUInteger() local
295 StrTail = (CHAR16 *) (Str + Len - 1); in StrToUInteger()
296 while (*StrTail == ' ') { in StrToUInteger()
297 *StrTail = 0; in StrToUInteger()
298 StrTail--; in StrToUInteger()
301 Len = StrTail - Str + 1; in StrToUInteger()
318 for (; Str <= StrTail; Str++) { in StrToUInteger()