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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp26 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
H A DCPStringUtils.cpp711 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) function
810 CopyLongIntToCStr(theNum,tempString,sizeof(tempString),numDigits);
823 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString));
837 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString));
1165 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp26 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
H A DCPStringUtils.cpp711 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) function
810 CopyLongIntToCStr(theNum,tempString,sizeof(tempString),numDigits);
823 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString));
837 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString));
1165 CopyLongIntToCStr(inTheLongInt,tempString,sizeof(tempString));

Completed in 58 milliseconds