Searched refs:strlen (Results 451 - 475 of 793) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Main/src-server/darwin/
H A DNetIf-darwin.cpp77 size_t cbNameLen = strlen(pEtherNICs->szName) + 1;
341 cbNameLen = strlen(pNIC->szName) + 1;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dwlan_compat.h547 #define wlan_mkprintstr(buf, buflen, str, strlen) \
551 memset(str, 0, (strlen)); \
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Dhttpcore.c643 size_t user_pw_len = ( user ? ( strlen ( user ) + 1 /* ":" */ +
644 strlen ( password ) ) : 0 );
H A Discsi.c829 return ( strlen ( encoded ) ); /* Decoding never expands data */
965 strlen ( iscsi->initiator_password ) );
1064 strlen ( iscsi->target_password ) );
1893 char rp_copy[ strlen ( root_path ) + 1 ];
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Delf2efi.c560 char name[ strlen ( filename ) + 1 ];
668 char pe_name_tmp[ strlen ( pe_name ) + 1 ];
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp320 && strlen(pszPath) > 1)
338 cchFiles += strlen(lstFiles.at(i).toAscii().constData());
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-cursor.cpp144 size_t cbMove = strlen(pszBuf) + 1;
165 size_t cchErrorTag = strlen(pCursor->pszErrorTag);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm4.c726 ins->dst_count = strlen(opcode_info->dst_info);
728 ins->src_count = strlen(opcode_info->src_info);
/vbox/include/VBox/
H A Ddbg.h318 (pVar)->u64Range = strlen(a_pszString); \
331 (pVar)->u64Range = strlen(a_pszSymbol); \
/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp849 size_t cchSrcCurCP = strlen(pszSrcCurCP);
1009 size_t cch = strlen(pszString);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxshm.c100 shm->ipcname = (char*)PR_MALLOC( strlen( ipcname ) + 1 );
338 shm->ipcname = PR_MALLOC( strlen( ipcname ) + 1 );
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtestfile.c657 path_len = strlen(pathname);
913 path_len = strlen(pathname);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_xdr.c360 PRUint32 length = strlen(bytes);
466 if (!XPT_MakeCursor(cursor->state, XPT_DATA, strlen(ident) + 1,
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c229 #include <string.h> /* strlen, strrchr, strcpy, strncpy, strcmp */
583 dest = malloc(strlen(log->path) + 1);
881 n = strlen(path);
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c250 in = malloc((strlen(hex) + 1) >> 1);
525 prefix = malloc(strlen(id) + 6);
/vbox/src/VBox/Storage/
H A DVMDK.cpp1400 ssize_t cbDiff = strlen(pszLine) + 1;
1417 size_t cbKey = strlen(pszKey);
1444 size_t cbKey = strlen(pszKey);
1472 size_t cbOldVal = strlen(pszTmp);
1473 size_t cbNewVal = strlen(pszValue);
1514 cbKey = strlen(pszKey);
1515 size_t cbValue = strlen(pszValue);
1603 cbDiff = strlen(pDescriptor->aLines[uEntry]) + 1;
1662 cbDiff = strlen(szExt) + 1;
2374 size_t cb = strlen(ps
[all...]
/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp234 size_t cch = strlen(psz);
730 size_t cchName = strlen(Sym.szName);
778 size_t cchName = strlen(Sym.szName);
1092 size_t cchName = strlen(Sym.szName);
1240 pMap->cch = (uint32_t)strlen(pMap->szLine);
1416 size_t cchWord = strlen(szWord);
1474 size_t cchWord = strlen(szWord);
1525 size_t cchSectionNm = strlen(pszSectionNm);
1579 size_t cchColumn = strlen(pszColumn);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c615 if (strlen (UtilityName) >= sizeof (mUtilityName)) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c138 Length = strlen(Str);
2662 INTN OutFileNameLen = strlen(OutFileName1);
2673 INTN SymFileNameLen = Index + 1 + strlen(VTF_SYM_FILE);
2676 memcpy(SymFileName + Index + 1, VTF_SYM_FILE, strlen(VTF_SYM_FILE));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dibft.c167 dest = ibft_alloc_string ( strings, string, strlen ( data ) );
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp175 for (int i = 0; i < cCompatNames; i++, pszCompatNames += strlen(pszCompatNames) + 1)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddll.c177 size_t cName = strlen(dllname) + 1;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibInternal.h125 # define suplibHardenedStrLen strlen
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp57 size_t cchAppend = strlen(pszAppend);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageNATNetwork.cpp243 if (strlen(NamePf2DeleteUnion.psz) > PF_NAMELEN)

Completed in 159 milliseconds

<<11121314151617181920>>