Searched refs:outStr (Results 1 – 1 of 1) sorted by relevance
76 static void getCStringForObject(OSObject *inObj, char *outStr, size_t outStrLen);845 getCStringForObject(OSObject *inObj, char *outStr, size_t outStrLen) in getCStringForObject() argument850 if ((NULL == inObj) || (NULL == outStr)) { in getCStringForObject()858 strlcpy(outStr, ((OSString *)inObj)->getCStringNoCopy(), outStrLen); in getCStringForObject()864 outStr[i] = buffer[i]; in getCStringForObject()866 outStr[len] = 0; in getCStringForObject()