Searched refs:outStrLen (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/security_ocspd-55124/server/
H A DocspdServer.cpp279 size_t outStrLen = (inLen*2)+1; local
280 char *outStr = (char*)malloc(outStrLen);
287 size_t outLen = outStrLen;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp56 static void getCStringForObject(OSObject *inObj, char *outStr, size_t outStrLen);
707 getCStringForObject(OSObject *inObj, char *outStr, size_t outStrLen) argument
719 strlcpy(outStr, ((OSString *)inObj)->getCStringNoCopy(), outStrLen);

Completed in 102 milliseconds