Searched refs:CopyCStrAndInsertCStrLongIntIntoCStr (Results 1 – 4 of 4) sorted by relevance
/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/ |
H A D | ErrorHandling.cpp | 93 …CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessag… in SetErrorMessageAndCStrAndLongInt() 102 …CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,-1,gErrorMessage,gErrorMessageMaxLeng… in SetErrorMessageAndCStr()
|
H A D | GetHTTPS.cpp | 98 …CopyCStrAndInsertCStrLongIntIntoCStr("%s:%ld",kHTTPS_DNS,kHTTPS_Port,tempString,sizeof(tempString)… in main()
|
H A D | CPStringUtils.hpp | 70 void CopyCStrAndInsertCStrLongIntIntoCStr(const char *theSrcCStr,const char *theInsertCStr,const lo…
|
H A D | CPStringUtils.cpp | 1560 CopyCStrAndInsertCStrLongIntIntoCStr(theSrcCStr,nil,theNum,theDstCStr,maxDstStrLength); in CopyCStrAndInsert1LongIntIntoCStr() 1589 void CopyCStrAndInsertCStrLongIntIntoCStr(const char *theSrcCStr,const char *theInsertCStr,const lo… in CopyCStrAndInsertCStrLongIntIntoCStr() function 1718 CopyCStrAndInsertCStrLongIntIntoCStr(theSrcCStr,theInsertCStr,theNum,**theHandle,byteCount); in CopyCStrAndInsertCStrLongIntIntoHandle()
|