Searched refs:strlen (Results 401 - 425 of 793) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/HostServices/SharedClipboard/
H A Ddarwin-pasteboard.cpp349 reinterpret_cast<UInt8*>(pszDestText), strlen(pszDestText))))
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dvalidator.c163 uri_string_len = ( strlen ( crosscert ) + 22 /* "/%08x.der?subject=" */
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dsettings_test.c70 char actual[ strlen ( formatted ) + 1 ]; \
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dautoboot.c78 char buf[ 23 /* "tftp://xxx.xxx.xxx.xxx/" */ + strlen ( filename )
/vbox/src/VBox/Devices/USB/vrdp/
H A DUSBProxyDevice-vrdp.cpp57 rc = pCallback->pfnOpen (pCallback->pInstance, pszAddress, strlen (pszAddress) + 1, &pDevice);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_lookup.c96 for (p = name, end = name + strlen(name); *p != '\0'; p = q) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_provider.c217 return (strlen(pdp->dtpd_mod) + 1 +
218 strlen(pdp->dtpd_func) + 1 + strlen(pdp->dtpd_name) + 1);
551 if (strlen(rname) + 1 > sizeof (pip->pi_rname)) {
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0CommonDriver.h87 g_cchSrvName = strlen(pszTestServiceName);
H A DtstRTBase64.cpp200 if (strlen(szEnc) != cchOut)
/vbox/src/VBox/Runtime/common/ldr/
H A DldrFile.cpp208 size_t cchFilename = strlen(pszFilename);
H A DldrMemory.cpp232 size_t cchName = strlen(pszName);
/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientClipboardHostToGuest.cpp186 rc = vbclClipboardGuestPasteData(pPasteboard, (UInt8 *)pszUtf8Buf, strlen(pszUtf8Buf), kUTTypeUTF8PlainText, false);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispMpLogger.cpp138 uint32_t cbString = (uint32_t)strlen(szString) + 1;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp688 return (int)strlen(pcszStr);
692 return (int)strlen(pcszStr);
724 int cStr = (int)strlen(pcszStr);
739 int cStr = (int)strlen(pcszStr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstring.h73 size_t __cdecl strlen(const char*);
/vbox/include/VBox/
H A Dhgcmsvc.h248 u.pointer.size = (uint32_t)strlen(psz) + 1;
/vbox/src/VBox/Runtime/common/string/
H A Dutf-8-case.cpp218 size_t const cchNeedle = strlen(pszNeedle);
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemQueryOSInfo-win.cpp293 size_t cchTmp = strlen(szTmp);
H A Dfs-win.cpp137 size_t cb = strlen(szFullPath);
H A Dsymlink-win.cpp173 size_t cchTarget = strlen(pszTarget);
/vbox/src/libs/libxml2-2.6.31/
H A DtestAutomata.c71 len = strlen(expr);
H A DtestHTML.c382 while ((attlen = strlen((char*)att)) > 0) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32shm.c95 shm->ipcname = PR_MALLOC( strlen( ipcname ) + 1 );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpratom.c342 stack->prstk_name = (char *) PR_Malloc(strlen(stack_name) + 1);
/vbox/src/libs/xpcom18a4/python/src/
H A Ddllmain.cpp311 char *end = landmark + (strlen(landmark)-1);

Completed in 109 milliseconds

<<11121314151617181920>>