Searched refs:strlen (Results 226 - 250 of 793) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/r3/win/
H A DldrNative-win.cpp62 size_t cch = strlen(pszFilename);
H A Duuid-win.cpp147 size_t cchTmpStr = strlen((char *)pszTmpStr);
/vbox/src/libs/libxml2-2.6.31/
H A DtestURI.c107 i = strlen(str);
H A Dnanoftp.c773 len = strlen(buf);
801 len = strlen(buf);
832 len = strlen(buf);
1025 len = strlen(buf);
1047 len = strlen(buf);
1088 len = strlen(buf);
1119 len = strlen(buf);
1141 len = strlen(buf);
1285 len = strlen(buf);
1336 len = strlen(bu
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16callb.c255 fwrite(buffer, 1, strlen(buffer), fPtr); /* XXX Is this a sec. hole? */
/vbox/src/libs/zlib-1.2.6/test/
H A Dminigzip.c461 if (strlen(file) + strlen(GZ_SUFFIX) >= sizeof(outfile)) {
495 size_t len = strlen(file);
497 if (len + strlen(GZ_SUFFIX) >= sizeof(buf)) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c379 name, strlen(name))) == NULL) {
477 name, strlen(name)) == NULL) {
776 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix);
779 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix);
782 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix);
785 fp->ctf_lookups[3].ctl_len = strlen(fp->ctf_lookups[3].ctl_prefix);
850 strlen(fp->ctf_data.cts_name) + 1);
856 strlen(fp->ctf_symtab.cts_name) + 1);
862 strlen(fp->ctf_strtab.cts_name) + 1);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dantlr.c86 HdrAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
100 FirstAction = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
457 /* MR22 */ BaseClassName=(char *)calloc(strlen(LATEXT(1))+1,sizeof(char));
568 pdecl = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
590 ret = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
689 a = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
750 a = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
784 /* MR1 */ a = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
820 /* MR1 */ a = (char *) calloc(strlen(LATEXT(1))+1, sizeof(char));
868 CurPredName=(char *)calloc(1,strlen(nam
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c256 if (fmt[strlen(fmt) - 1] != '\n')
287 if (fmt != NULL && fmt[strlen(fmt) - 1] != '\n') {
356 char **argv = malloc(sizeof (char *) * (strlen(s) / 2 + 1));
405 len = strlen("dof-data-");
481 if (strlen(buf) != sz) {
501 end += strlen(g_etcend) + 1;
502 bcopy(end, start, strlen(end) + 1);
504 tmpname = alloca(sz = strlen(fname) + 80);
511 if (write(fd, buf, strlen(buf)) < strlen(bu
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp419 size_t const cchPath = strlen(pszPath);
461 size_t const cchPath = strlen(pszPath);
511 size_t cchPath = strlen(pszPath);
545 && (unsigned char)pszFilename[strlen(pszFilename) - 1] < 0x7f)
550 pszPath[strlen(pszPath) - 1] = '_';
592 size_t const cchPath = strlen(pszPath);
654 pszPath[strlen(pszPath) - 1] = RT_C_TO_LOWER(pszFilename[strlen(pszFilename) - 1]);
750 size_t cchTmp = strlen(pszPath);
786 cchTmp = strlen(pszPat
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h169 size_t strlen (const char *);
236 #define strlen(str) (size_t)(AsciiStrLen(str)) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c190 if (InputFileName == NULL || strlen (InputFileName) == 0 || InputFileImage == NULL) {
291 if (OutputFileName == NULL || strlen (OutputFileName) == 0 || OutputFileImage == NULL) {
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp.h53 void snmp_set_sysdesr(u8_t* str, u8_t* strlen);
185 #define snmp_set_sysdesr(str, strlen)
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetdb.c189 namelen = strlen(name);
308 namelen = strlen(nodename);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp287 pArgs->cbStrings += strlen(pszSymbol) + 1;
318 size_t cbCopy = strlen(pszSymbol) + 1;
343 AssertReturn(strlen(pszModule) < RT_SIZEOFMEMB(SUPLDROPEN, u.In.szName), VERR_FILENAME_TOO_LONG);
621 size_t cchSymbol = strlen(pszSymbol);
698 size_t cchSuff = strlen(pszSuff);
699 size_t cchFilename = strlen(pszFilename);
730 size_t cchFilename = strlen(pszFilename);
738 cchExt = strlen(pszExt);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerify-win.h256 # define suplibHardenedStrLen strlen
267 # define strlen suplibHardenedStrLen
/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp215 size_t cUserName = strlen(pszUsername) + 1;
216 size_t cPassword = strlen(pszPassword) + 1;
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dmenu_ui.c116 len = strlen ( item->text );
350 mvprintw ( TITLE_ROW, ( ( COLS - strlen ( ui.menu->title ) ) / 2 ),
/vbox/src/VBox/Runtime/tools/
H A DRTNtDbgHelp.cpp123 size_t cchMsg = strlen(pszMsg);
183 size_t cbFullName = strlen(pszFile) + 1;
/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp228 size_t const cchSeparators = strlen(pszSeparators);
236 char *pszDup = (char *)RTMemAlloc(strlen(pszSrc) + 1);
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c235 if (language_en && strlen (language_en) > 0)
278 if (country_en && strlen (country_en) > 0 && g_strcmp0 (country_en, "ISO") != 0)
H A Dsession.c148 key = g_strndup (filename, strlen (filename) - strlen (".desktop"));
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDaemonize.cpp95 size_t cch0 = strlen(pch);
97 size_t cch1 = strlen(pch);
/vbox/src/VBox/Runtime/generic/
H A DRTPathAbs-generic.cpp162 size_t cchPath = strlen(pszPath);
315 memmove(pszPrev, pszCur + 3, strlen(pszCur + 3) + 1);
/vbox/src/VBox/Runtime/r3/posix/
H A Dutf8-posix.cpp464 size_t cch = strlen(pszString);
486 size_t cch = strlen(pszString);

Completed in 92 milliseconds

1234567891011>>