Searched refs:strlen (Results 426 - 450 of 793) sorted by relevance

<<11121314151617181920>>

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DxcDll.cpp184 char *buffer = (char *)nsMemory::Clone(extraData, strlen(extraData) + 1);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp639 return fill2(ss, rbuf, nsCRT::strlen(rbuf), width, flags);
657 slen = s ? nsCRT::strlen(s) : 6;
684 retbuf = UTF8ToUCS2(s, strlen(s), buf, 256);
1516 int lastlen = nsCRT::strlen(last);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileCommon.cpp106 const int maxRootLength = (kMaxFilenameLength - 4) - strlen(suffix) - 1;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DregExport.cpp283 printString( strValue, strlen(name) );
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.cpp160 write(s, strlen(s));
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringObsolete.cpp440 PRUint32 aSetLen=strlen(aSet);
485 PRUint32 aSetLen=strlen(aSet);
528 PRUint32 aSetLen=strlen(aSet);
562 PRUint32 aSetLen=strlen(aSet);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_arena.c297 len = strlen(s)+1;
/vbox/src/libs/zlib-1.2.6/contrib/iostream2/
H A Dzstream.h278 val.byte = 255; val.word = ::strlen(x);
/vbox/src/VBox/ValidationKit/utils/misc/
H A Dloadgenerator.cpp304 g_pszProgramName, strlen(g_pszProgramName), "");
/vbox/src/bldprogs/
H A Dfilesplitter.cpp272 size_t const cchOutDir = strlen(pcszOutDir);
H A Dscm.cpp456 size_t cchSrc = strlen(pszSrc);
774 size_t cchDir = strlen(pszPath);
1365 rc = scmProcessDirTreeRecursion(pszDir, strlen(pszDir), &Entry, pSettingsStack, 0);
1399 size_t cchBasename = strlen(pszBasename);
H A DVBoxTpG.cpp873 size_t cch = strlen(pszOutput);
890 size_t cbMax = strlen(pszProvider) + 1 + strlen(pszProbe) + 1;
924 size_t cchName = strlen(pszName);
1103 size_t cchName = strlen(pszName);
1658 size_t cchType = strlen(pszType);
1885 size_t cchMangled = strlen(pszMangled);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c1081 str += strlen(str) + 1;
1084 ASSERT(strlen(str + 1) < sizeof (desc->dtargd_native));
1092 str += strlen(str) + 1;
1095 ASSERT(strlen(str + 1) < sizeof (desc->dtargd_xlate));
1286 ASSERT(strlen(name) < sizeof (fp->ftp_name));
1452 ASSERT(strlen(name) < sizeof (fp->ftp_name));
1716 if (strlen(dhpv->dthpv_provname) + 10 >=
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp234 if (!strlen(szFile))
1826 bool fAnonymous = !RT_BOOL(strlen(pSessionThread->StartupInfo.szUser));
1829 Assert(!strlen(pSessionThread->StartupInfo.szPassword));
1830 Assert(!strlen(pSessionThread->StartupInfo.szDomain));
1919 && strlen(g_szLogFile))
2372 rc = VBoxServiceLogCreate(strlen(g_szLogFile) ? g_szLogFile : NULL);
2375 strlen(g_szLogFile) ? g_szLogFile : "<None>", rc);
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp465 size_t cch = strlen(psz);
590 size_t cch = strlen(psz);
809 size_t cchDef = strlen(pszDef);
887 Assert(*pszNode && pszNode[strlen(pszNode) - 1] == '/');
1273 size_t cchName = strlen(pszName);
1731 size_t cchName = strlen(pszName);
1873 size_t cchName = strlen(pszName);
2077 * of the string already so we can avoid calling strlen() here.
2127 * Inserts a new string value. Calls strlen(pszString) internally; if you know the
2137 return CFGMR3InsertStringN(pNode, pszName, pszString, strlen(pszStrin
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmllint.c555 len = strlen(buffer);
594 len = strlen(buffer);
599 len = strlen(buffer);
606 len = strlen(buffer);
610 len = strlen(buffer);
643 len = strlen(buffer);
681 len = strlen(buffer);
716 len = strlen(buffer);
754 len = strlen(buffer);
803 len = strlen(line_rea
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmain.c156 fnl = strlen(one_fn);
1161 require(strlen(buf) + 2 < (size_t)MaxFileName, "outname: filename too big");
1529 if (newname[strlen(newname)-1] != *dir_sym) {
1706 ua->action = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
1744 p = (char *)malloc(strlen(buf)+1);
H A Dlex.c203 q->expr[ strlen(q->expr) ] = '"';
874 s[ strlen(s)-1 ] = '\0'; /* remove last quote */
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp158 len = strlen(psz);
969 len = strlen(psz);
1460 *pcbValue = strlen((const char *)pvUser) + 1 /* include terminator */;
1474 if (strlen((const char *)pvUser) >= cchValue)
1477 memcpy(pszValue, pvUser, strlen((const char *)pvUser) + 1);
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-x.c336 if (strlen(bgstr) != 7 || bgstr[0] != '#')
464 strlen(PROGNAME), " ",
466 strlen(PROGNAME), " ", default_display_exponent, num_bgpat);
473 alen = strlen(appname);
474 flen = strlen(filename);
/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp1123 RTTEST_CHECK(hTest, (strlen(psz) == 191));
1148 RTTEST_CHECK(hTest, (cchActual == strlen(sz)));
1165 RTTEST_CHECK(hTest, (cchActual == strlen(psz)));
1259 RTTEST_CHECK(hTest, (strlen(psz) == 255));
1284 RTTEST_CHECK(hTest, (cchActual == strlen(sz)));
1301 RTTEST_CHECK(hTest, (cchActual == strlen(psz)));
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp582 size_t cchName = strlen(pArgs->pDbgMod->pszName);
583 char *psz = (char *)alloca(cchName + strlen(pszExt) + 1);
1682 size_t cchName = strlen(pszName);
1760 size_t cchSymbol = strlen(pszSymbol);
1912 size_t cchSymbol = strlen(pszSymbol);
1958 size_t cchFile = strlen(pszFile);
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp1401 cb += ElfNoteHeaderSize(strlen(pSolProc->szPlatform));
1422 cb += ElfNoteHeaderSize(strlen(pSolProc->szPlatform) + 1);
1433 cb += ElfNoteHeaderSize(strlen(pSolProc->szZoneName) + 1);
1495 { "NT_PLATFORM", NT_PLATFORM, pSolProc->szPlatform, strlen(pSolProc->szPlatform) + 1 }
1547 { "NT_PLATFORM", NT_PLATFORM, pSolProc->szPlatform, strlen(pSolProc->szPlatform) + 1 },
1553 { "NT_ZONENAME", NT_ZONENAME, pSolProc->szZoneName, strlen(pSolProc->szZoneName) + 1 }
/vbox/src/VBox/Devices/Network/slirp/
H A Dbootp.c334 val = (int)strlen(dd->dd_pszDomain);
343 val = (int)strlen(slirp_hostname);
H A Dtftp.c622 + strlen(msg) + 1; /* ending zero */
629 m_copyback(pData, m, sizeof(TFTPIPHDR), strlen(msg) + 1 /* copy ending zerro*/, (c_caddr_t)msg);

Completed in 164 milliseconds

<<11121314151617181920>>