Searched refs:bufMax (Results 1 – 1 of 1) sorted by relevance
241 size_t bufMax = pathLen + nameLen + 1; in SpliceKeyPath() local242 char *tmpBuf = (char *)malloc(bufMax); in SpliceKeyPath()249 int ret = strncat_s(tmpBuf, bufMax, path, pathLen); in SpliceKeyPath()255 ret = strncat_s(tmpBuf, bufMax, name, nameLen); in SpliceKeyPath()