VMPI_strncmp      173 VMPI/PosixPortUtils.cpp 	return (env && (VMPI_strncmp(env, "1", 1) == 0));
VMPI_strncmp      214 VMPI/SymbianPortUtils.cpp 	return (env && (VMPI_strncmp(env, "1", 1) == 0));
VMPI_strncmp      268 VMPI/WinPortUtils.cpp 	return (env && (VMPI_strncmp(env, "1", 1) == 0));
VMPI_strncmp      102 core/AvmCore.cpp         return (e-p) >= patlen && !VMPI_strncmp(p, pattern, patlen);
VMPI_strncmp     1090 pcre/pcre_compile.cpp       VMPI_strncmp((const char *)name, (const char *)thisname, lorn) == 0)
VMPI_strncmp     2040 pcre/pcre_compile.cpp     VMPI_strncmp((const char *)ptr, posix_names[yield], len) == 0) return yield;
VMPI_strncmp     2313 pcre/pcre_compile.cpp if (*ptr == '*' || *ptr == '?' || VMPI_strncmp((char *)ptr, "{0,", 3) == 0)
VMPI_strncmp     2911 pcre/pcre_compile.cpp           else if (VMPI_strncmp((const char *)ptr+1, "Q\\E", 3) == 0) ptr += 3;
VMPI_strncmp     4374 pcre/pcre_compile.cpp             VMPI_strncmp((char *)name, verbs[i].name, namelen) == 0)
VMPI_strncmp     4544 pcre/pcre_compile.cpp           if (VMPI_strncmp((char *)name, (char *)slot+2, namelen) == 0) break;
VMPI_strncmp     4599 pcre/pcre_compile.cpp         else if (namelen == 6 && VMPI_strncmp((char *)name, "DEFINE", 6) == 0)
VMPI_strncmp     4833 pcre/pcre_compile.cpp             if (VMPI_strncmp((char *)name, (char *)slot+2, namelen) == 0) break;
VMPI_strncmp     6203 pcre/pcre_compile.cpp   if (VMPI_strncmp((char *)(ptr+2), "CR)", 3) == 0)
VMPI_strncmp     6205 pcre/pcre_compile.cpp   else if (VMPI_strncmp((char *)(ptr+2), "LF)", 3)  == 0)
VMPI_strncmp     6207 pcre/pcre_compile.cpp   else if (VMPI_strncmp((char *)(ptr+2), "CRLF)", 5)  == 0)
VMPI_strncmp     6209 pcre/pcre_compile.cpp   else if (VMPI_strncmp((char *)(ptr+2), "ANY)", 4) == 0)
VMPI_strncmp     6211 pcre/pcre_compile.cpp   else if (VMPI_strncmp((char *)(ptr+2), "ANYCRLF)", 8)  == 0)
VMPI_strncmp      154 shell/DebugCLI.cpp 			if (!VMPI_strncmp(input, cmdList[i].text, inputLen)) {
VMPI_strncmp      186 shell/DebugCLI.cpp 				if (!VMPI_strncmp(cmdList[i].text, input, inputLen)) {
VMPI_strncmp      534 shell/avmshell.cpp 			if (VMPI_strncmp(commandLine, "?", 1) == 0) {
VMPI_strncmp      546 shell/avmshell.cpp 			if (VMPI_strncmp(commandLine, ".load", 5) == 0) {
VMPI_strncmp      559 shell/avmshell.cpp 			if (VMPI_strncmp(commandLine, ".input", 6) == 0) {
VMPI_strncmp      565 shell/avmshell.cpp 					if (VMPI_strncmp(commandLine, ".end", 4) == 0)
VMPI_strncmp      572 shell/avmshell.cpp 			if (VMPI_strncmp(commandLine, ".quit", 5) == 0) {
VMPI_strncmp      576 shell/avmshell.cpp 			if (VMPI_strncmp(commandLine, ".time", 5) == 0) {
VMPI_strncmp      696 shell/avmshell.cpp 					else if (!VMPI_strncmp(arg+2, "selftest", 8)) {
VMPI_strncmp      723 shell/avmshell.cpp 					else if (!VMPI_strncmp(arg+2, "verbose", 7)) {