Searched refs:ConcatLongIntToCStr (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp118 ConcatLongIntToCStr(theLongInt,gErrorMessage,gErrorMessageMaxLength);
H A DCPStringUtils.hpp28 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
H A DCPStringUtils.cpp625 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) function
706 ConcatLongIntToCStr(theNum,theDstCStr,maxDstStrLength);
1673 ConcatLongIntToCStr(theLongInts[theLongIntIndex],theDstCStr,theMaxDstStrLength);
H A DMacSocket.cpp237 ConcatLongIntToCStr(theInetAddress->fPort,tempString,sizeof(tempString));
274 ConcatLongIntToCStr(theInetAddress->fPort,tempString,sizeof(tempString));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp118 ConcatLongIntToCStr(theLongInt,gErrorMessage,gErrorMessageMaxLength);
H A DCPStringUtils.hpp28 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
H A DCPStringUtils.cpp625 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) function
706 ConcatLongIntToCStr(theNum,theDstCStr,maxDstStrLength);
1673 ConcatLongIntToCStr(theLongInts[theLongIntIndex],theDstCStr,theMaxDstStrLength);
H A DMacSocket.cpp237 ConcatLongIntToCStr(theInetAddress->fPort,tempString,sizeof(tempString));
274 ConcatLongIntToCStr(theInetAddress->fPort,tempString,sizeof(tempString));

Completed in 65 milliseconds