Searched refs:szFormatBuffer (Results 1 – 1 of 1) sorted by relevance
51 static char szFormatBuffer[32]; in getValStr() local77 sprintf(szFormatBuffer,"%%0%dllX",validChars); // create the format in getValStr()78 sprintf(szStrBuffer,szFormatBuffer,value); // fill the buffer in getValStr()82 sprintf(szFormatBuffer,"%%0%dlX",validChars); // create the format in getValStr()83 sprintf(szStrBuffer,szFormatBuffer,(uint32_t)value); // fill the buffer in getValStr()