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

/vbox/src/VBox/Runtime/common/string/
H A DRTStrCatP.cpp41 char *pszDstOrg = *ppszDst; local
43 char *pszDst = RTStrEnd(pszDstOrg, cbDst);
46 *pcbDst = cbDst - (pszDst - pszDstOrg);

Completed in 50 milliseconds