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

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-parse.c117 CHAR16 *StrPointer; local
139 StrPointer = ParamStr;
140 while (!IS_NULL (*StrPointer)) {
141 if (IS_RIGHT_PARENTH (*StrPointer)) {
144 StrPointer++;
147 if (IS_NULL (*StrPointer)) {

Completed in 56 milliseconds