Searched refs:sFormat (Results 1 – 1 of 1) sorted by relevance
| /onnv-gate/usr/src/lib/libkmsagent/common/ |
| H A D | KMSAgentStringUtilities.cpp | 65 char sFormat[10]; in Int64ToUTF8() local 70 strcpy(sFormat,"%016I64X"); in Int64ToUTF8() 72 strcpy(sFormat,"%016llX"); in Int64ToUTF8() 78 strcpy(sFormat, "%019I64d"); in Int64ToUTF8() 80 strcpy(sFormat, "%019lld"); in Int64ToUTF8() 86 strcpy(sFormat, "%I64X"); in Int64ToUTF8() 88 strcpy(sFormat, "%llX"); in Int64ToUTF8() 94 strcpy(sFormat, "%I64d"); in Int64ToUTF8() 96 strcpy(sFormat, "%lld"); in Int64ToUTF8() 101 int iReturn = sprintf( o_psUTF8, sFormat, i_iNumber); in Int64ToUTF8() [all …]
|