VMPI_strlen      2104 MMgc/GC.cpp    		GCAssert(VMPI_strlen(buf) < 4096);
VMPI_strlen       623 MMgc/GCMemoryProfiler.cpp 			tp += VMPI_strlen(buff);
VMPI_strlen       635 MMgc/GCMemoryProfiler.cpp 					tp += VMPI_strlen(buff);
VMPI_strlen       622 VMPI/MMgcPortWin.cpp 		char *fileName = line.FileName + VMPI_strlen(line.FileName);
VMPI_strlen       139 VMPI/SpyUtilsPosix.cpp 	send(clientSocket, message, VMPI_strlen(message)+1, 0);
VMPI_strlen       101 core/AvmCore.cpp         ptrdiff_t const patlen = VMPI_strlen(pattern);
VMPI_strlen       410 core/RegExpObject.cpp 				Atom name = stringFromUTF8((nameTable+2), (uint32)VMPI_strlen(nameTable+2));
VMPI_strlen       598 core/Sampler.cpp 		Stringp name_str = core->findInternedString(name, (int)VMPI_strlen(name));
VMPI_strlen      2095 core/StringObject.cpp 		size_t len = VMPI_strlen(str);
VMPI_strlen      1581 nanojit/Assembler.cpp         s += VMPI_strlen(s);
VMPI_strlen      1583 nanojit/Assembler.cpp         s += VMPI_strlen(s);
VMPI_strlen      1601 nanojit/Assembler.cpp                 s += VMPI_strlen(s);
VMPI_strlen      1611 nanojit/Assembler.cpp         s += VMPI_strlen(s);
VMPI_strlen      1613 nanojit/Assembler.cpp         s += VMPI_strlen(s);
VMPI_strlen      1638 nanojit/Assembler.cpp             s += VMPI_strlen(s);
VMPI_strlen      1950 nanojit/Assembler.cpp             char* str = new (alloc) char[VMPI_strlen(outline)+1];
VMPI_strlen      1654 nanojit/LIR.cpp                 s += VMPI_strlen(s);
VMPI_strlen      1662 nanojit/LIR.cpp             if (VMPI_strlen(insn_text) >= 30-2) {
VMPI_strlen      1677 nanojit/LIR.cpp             char *copy = new (alloc) char[VMPI_strlen(name)+1];
VMPI_strlen      1686 nanojit/LIR.cpp         if (VMPI_isdigit(s[VMPI_strlen(s)-1])) {
VMPI_strlen      1791 nanojit/LIR.cpp                     s += VMPI_strlen(s);
VMPI_strlen      1794 nanojit/LIR.cpp                 s += VMPI_strlen(s);
VMPI_strlen      1802 nanojit/LIR.cpp                     if (VMPI_strlen(sbuf) + 50 > sizeof(sbuf)) {
VMPI_strlen      1803 nanojit/LIR.cpp                         s += VMPI_strlen(s);
VMPI_strlen      1808 nanojit/LIR.cpp                     s += VMPI_strlen(s);
VMPI_strlen      1811 nanojit/LIR.cpp                 s += VMPI_strlen(s);
VMPI_strlen      1958 nanojit/LIR.cpp         NanoAssert(VMPI_strlen(sbuf) < sizeof(sbuf)-1);
VMPI_strlen      2305 nanojit/LIR.cpp         char* copy = new (allocator) char[VMPI_strlen(name)+1];
VMPI_strlen      2340 nanojit/LIR.cpp         size_t need = VMPI_strlen(b)+1;
VMPI_strlen      6284 pcre/pcre_compile.cpp cd->end_pattern = (const uschar *)(pattern + VMPI_strlen(pattern));
VMPI_strlen       139 platform/win32/Vtune.cpp        size_t max = VMPI_strlen(cstr);
VMPI_strlen       113 platform/win32/coff.cpp 			int size = VMPI_strlen(s);					 // the string size
VMPI_strlen       143 shell/DebugCLI.cpp 		int inputLen = (int)VMPI_strlen(input);
VMPI_strlen       635 shell/DebugCLI.cpp 			commandLine[VMPI_strlen(commandLine)-1] = 0;
VMPI_strlen       532 shell/ShellCore.cpp 				String* filename_string = decodeBytesAsUTF16String((uint8_t*)filename, (uint32_t)VMPI_strlen(filename));
VMPI_strlen       610 shell/avmshell.cpp 		size_t logFilenameLen = (lastDot == NULL) ? VMPI_strlen(basename) : (lastDot - basename); 
VMPI_strlen       772 shell/avmshell.cpp 							int32_t hl = VMPI_strlen(dash);
VMPI_strlen       808 shell/avmshell.cpp 					size_t len = VMPI_strlen(val);
VMPI_strlen       826 shell/avmshell.cpp 					if (VMPI_sscanf(val, "%lf%n", &work, &nchar) == 1 && size_t(nchar) == VMPI_strlen(val) && work > 0.0 && work <= 1.0) {
VMPI_strlen       838 shell/avmshell.cpp  					if (VMPI_sscanf(val, "%u%n", &stack, &nchar) == 1 && size_t(nchar) == VMPI_strlen(val) && stack > avmshell::kStackMargin) {
VMPI_strlen       869 shell/avmshell.cpp 						size_t(nchar) != VMPI_strlen(val)) {
VMPI_strlen       899 shell/avmshell.cpp 					AvmAssert(VMPI_strlen(Java::startup_options) < 256);
VMPI_strlen       215 shell/avmshellWin.cpp 			int filenameLen = VMPI_strlen(filename);
VMPI_strlen       129 vprof/vprof.cpp     p = s+VMPI_strlen(s)-1;