Searched refs:CurrCharPos (Results 1 – 1 of 1) sorted by relevance
5027 char *CurrCharPos = (char *) SlotName; local5032 while (*CurrCharPos != '\0') {5033 if (*CurrCharPos == ':') { 5034 while (*CurrCharPos != '.') {5035 CurrCharPos++; 5036 if ( (*CurrCharPos >= '0') && 5037 (*CurrCharPos <= '9')) {5040 FirstNibble = *CurrCharPos - 48;5042 SecondNibble = *CurrCharPos - 48;5044 } else if ( (*CurrCharPos >= 'a') && [all …]