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

/vbox/src/VBox/Runtime/common/string/
H A DRTStrCatEx.cpp41 const char *pszSrcEol = RTStrEnd(pszSrc, cchMaxSrc); local
42 size_t cchSrc = pszSrcEol ? (size_t)(pszSrcEol - pszSrc) : cchMaxSrc;
H A DRTStrCopyEx.cpp37 const char *pszSrcEol = RTStrEnd(pszSrc, cchMaxSrc); local
38 size_t cchSrc = pszSrcEol ? (size_t)(pszSrcEol - pszSrc) : cchMaxSrc;
H A DRTStrCopyPEx.cpp37 const char *pszSrcEol = RTStrEnd(pszSrc, cchMaxSrc); local
38 size_t cchSrc = pszSrcEol ? (size_t)(pszSrcEol - pszSrc) : cchMaxSrc;

Completed in 49 milliseconds