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

/netgear-R7000-V1.0.7.12_1.2.5/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));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/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));

Completed in 115 milliseconds