Searched refs:strlen (Results 376 - 400 of 793) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp338 mcbData = strlen(pszText) + 1; /* Include termination. */
359 mcbData = strlen(pszText) + 1; /* Include termination. */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DPcl.h176 #define SEND_PCL(f,c) fwrite( c, sizeof( char ), strlen( c ), f )
185 #define SAVE_PCL(f,p,c) PclSpoolFigs(p, c, strlen(c))
/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp252 * @param cchPath The length of the path (avoid strlen).
378 size_t cchPath = strlen(pszPath);
451 return rtPathRmRecursive(pOpts, szPath, strlen(szPath), &DirEntry.Core);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp533 cbFilter = strlen(pszFilter) + 1;
553 size_t cchRealPath = strlen(szRealPath);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmdmac.c499 stringLength = strlen(source) + 1;
573 size_t strlen(const char *source) function
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp117 *aContractID = (char *)nsMemory::Alloc(strlen(mInfo->mContractID) + 1);
131 nsMemory::Alloc(strlen(mInfo->mDescription) + 1);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsBinaryStream.cpp179 length = strlen(aString);
191 length = nsCRT::strlen(aString);
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTSubstring.cpp318 AssignASCII(data, strlen(data));
443 length = strlen(data);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp754 Assert(strlen(pszService) == cchService);
820 uint32_t const cchFlags = pszFlags ? (uint32_t)strlen(pszFlags) : 0;
821 uint32_t const cchGroups = pszGroups ? (uint32_t)strlen(pszGroups) : 0;
822 uint32_t const cchDest = pszDest ? (uint32_t)strlen(pszDest) : 0;
1573 size_t cchAppPrivateArch = strlen(szAppPrivateArch);
1574 if ( cchAppPrivateArch >= strlen(szExecPath)
1858 size_t cch = strlen(pszFunction);
1888 size_t const cch = strlen(psz);
1900 size_t cchCur = strlen(&pThis->pchStrTab[offPrev]);
1941 size_t cchModule = strlen(pszModul
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c206 if (strlen(name) > 0)
208 if (!strlen(alias))
229 len = strlen(alias);
231 len = strlen(name);
236 len = strlen(vendor);
585 *destination = SC_xmalloc(handle, strlen(reader) + 1);
597 unsigned int dataLength = strlen(reader) + 1;
830 int lenSC = strlen(cur);
842 lenSC = strlen(cur);
908 if (szVendor && (strlen(szVendo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbuild.c61 char *q = (char *) malloc( strlen(parm) + 1 );
103 a->action = (char *) malloc( strlen(action)+1 );
117 t=key=(char *)calloc(1,strlen(a->action)+1);
138 /* MR12c */ strEnd=strStart+strlen(strStart)-1;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetnetbydns.c186 bp += strlen(bp) + 1;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrptime.c390 len = strlen(*n1);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.c306 lookup_path.len = strlen(path);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstring.h75 size_t __cdecl strlen(const char*);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp_oe.c685 l1 = (int)strlen(sc->sc_service_name);
689 l2 = (int)strlen(sc->sc_concentrator_name);
905 l1 = strlen(sc->sc_service_name);
1027 l1 = strlen(sc->sc_service_name);
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_dns.c115 if (!pszSuffix || strlen(pszSuffix) == 0)
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/vmware/
H A Dguestrpc.c241 size_t command_len = strlen ( command );
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dexec.c350 len += ( 1 /* possible space */ + strlen ( *arg ) );
H A Dresolv.c257 size_t name_len = ( strlen ( name ) + 1 );
/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp241 bool fNeedsDropDir = DnDMIMENeedsDropDir(pcszFormat, strlen(pcszFormat));
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp558 AssertMsgFailed(("Line too long. (cch=%d)\n", strlen(szLine)));
909 size_t cchDev = strlen(pcszDev);
1587 && !RTStrNCmp(pcszFile, s_pcszTestUsbfsRoot, strlen(s_pcszTestUsbfsRoot)) \
1588 && !RTStrCmp(pcszFile + strlen(s_pcszTestUsbfsRoot), "/devices"))
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver_module.cpp204 AssertBreakStmt(path.Length() + strlen(VBoxSVC_exe) < RTPATH_MAX,
/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/
H A DVBoxNetAdp-linux.c323 Assert(strlen(pAdp->szName) < sizeof(Req.szName));
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DUSBLib-solaris.cpp215 size_t cbReq = sizeof(VBOXUSBREQ_RESET_DEVICE) + strlen(pszDevicePath);

Completed in 123 milliseconds

<<11121314151617181920>>