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

/vbox/src/VBox/Runtime/common/string/
H A DRTStrNLen.cpp3 * IPRT - RTStrNLen.
35 RTDECL(size_t) RTStrNLen(const char *pszString, size_t cchMax) function
40 RT_EXPORT_SYMBOL(RTStrNLen); variable
H A Dstringalloc.cpp174 Assert(cchAppend == RTStrNLen(pszAppend, cchAppend));
217 Assert(cch == RTSTR_MAX || cch == RTStrNLen(psz, cch));
H A Dutf-16-latin-1.cpp310 *pcwc = RTStrNLen(psz, cch);
H A Dstrcache.cpp958 return rtStrCacheEnterLowerWorker(pThis, pchString, RTStrNLen(pchString, cchString));
H A Dstrformatrt.cpp1056 cchStr = RTStrNLen(pszStr, (unsigned)cchPrecision);
/vbox/src/VBox/Runtime/common/path/
H A DRTPathJoinEx.cpp51 size_t cchPathSrc = RTStrNLen(pszPathSrc, cchPathSrcMax);
H A DRTPathAppendEx.cpp117 size_t cchAppend = RTStrNLen(pszAppend, cchAppendMax);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Common.h203 size_t off = RTStrNLen(g_szErr, sizeof(g_szErr) - 1);
231 size_t off = RTStrNLen(g_szErr, sizeof(g_szErr) - 1);
244 size_t off = RTStrNLen(g_szErr, sizeof(g_szErr) - 1);
271 size_t off = RTStrNLen(g_szErr, sizeof(g_szErr) - 1);
/vbox/src/VBox/Devices/Network/slirp/
H A Dtftp.c137 cbSessionFilename = RTStrNLen((const char *)pcTftpSession->pszFilename, TFTP_FILENAME_MAX);
202 AssertReturn(RTStrNLen(pszOptionName,10) >= 4, false);
203 AssertReturn(RTStrNLen(pszOptionName,10) < 8, false);
267 idxTftpRRQRaw = RTStrNLen(pszTftpRRQRaw, 512 - idxTftpRRQRaw) + 1;
268 if (RTStrNLen((char *)pTftpSession->pszFilename, TFTP_FILENAME_MAX) == 0)
717 cbFileName = RTStrNLen((char *)pu8Payload, cbPayload);
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceLibCWrappers.h85 #define strndup(a_psz, a_cchMax) ((char *)RTMemDupEx(a_psz, RTStrNLen(a_psz, a_cchMax), 1))
/vbox/src/VBox/Main/glue/
H A Dstring.cpp56 AssertLogRelMsgFailed(("%Rrc %.*Rhxs\n", vrc, RTStrNLen(a_pszSrc, a_cchMax), a_pszSrc));
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DMakefile91 RTStrNLen.c \
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp418 size_t cchName = RTStrNLen(pEfiVar->szName, sizeof(pEfiVar->szName));
601 pThis->NVRAM.VarOpBuf.cchName = (uint32_t)RTStrNLen(pThis->NVRAM.VarOpBuf.szName, sizeof(pThis->NVRAM.VarOpBuf.szName));
953 size_t cchValue = RTStrNLen((const char *)pEfiVar->abValue, pEfiVar->cbValue);
1079 return (uint32_t)RTStrNLen(pThis->szBootArgs, sizeof(pThis->szBootArgs)) + 1;
1637 uint32_t cchVarName = (uint32_t)RTStrNLen(pEfiVar->szName, sizeof(pEfiVar->szName));
2031 uint32_t const cbOut = (uint32_t)RTStrNLen(pszDeviceProps, RTSTR_MAX) / 2 + 1;
/vbox/include/iprt/cpp/
H A Dministring.h138 size_t cchMax = a_pszSrc ? RTStrNLen(a_pszSrc, a_cchSrc) : 0;
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c235 cname_len = RTStrNLen(pszCname, sizeof(pszCname));
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile130 common/string/RTStrNLen.o \
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1943 size_t cbSize = RTStrNLen(pszStr, cbStr);
2021 size_t cbSize = RTStrNLen(pszStr, cbStr);
/vbox/src/VBox/Debugger/
H A DDBGPlugInLinux.cpp354 size_t cchText = RTStrNLen(pchText, pHdr->cbText);
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp1031 *pValue = sizeof(RTLDRIMPORTINFO) + RTStrNLen(pszForwarder, offForwarder - pThis->ExportDir.Size);
1229 while (RT_SUCCESS(rc) && RTStrNLen(pszName, cbName) == cbName)
1594 SegInfo.cchName = (uint32_t)RTStrNLen(SegInfo.pszName, sizeof(pSh->Name));
1833 size_t cchName = RTStrNLen(pszName, cchNameMax);
/vbox/include/iprt/
H A Dstring.h2457 RTDECL(size_t) RTStrNLen(const char *pszString, size_t cchMax);
2463 * See also RTStrNLen.
3340 * @sa RTUtf16NLenEx, RTStrNLen.
H A Dmangling.h1502 # define RTStrNLen RT_MANGLER(RTStrNLen) macro
/vbox/src/VBox/Runtime/common/zip/
H A Dtarvfs.cpp629 size_t cbIncoming = RTStrNLen((const char *)pHdr->ab, sizeof(*pHdr));
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp421 size_t cbActual = RTStrNLen(pszSrc, cbMax);
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp2088 Assert(RTStrNLen(pszString, cchString) == cchString);
/vbox/src/VBox/Storage/
H A DVDI.cpp2054 size_t cb = RTStrNLen(pszTmp, VDI_IMAGE_COMMENT_SIZE);

Completed in 225 milliseconds