Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_printable_elem.cpp51 static char szFormatBuffer[32]; in getValStr() local
75 sprintf(szFormatBuffer,"%%0%dllX",validChars); // create the format in getValStr()
76 sprintf(szStrBuffer,szFormatBuffer,value); // fill the buffer in getValStr()
80 sprintf(szFormatBuffer,"%%0%dlX",validChars); // create the format in getValStr()
81 sprintf(szStrBuffer,szFormatBuffer,(uint32_t)value); // fill the buffer in getValStr()