VMPI_strcmp       388 MMgc/GCHashtable.h 				return VMPI_strcmp((const char*)k1, (const char*)k2) == 0;
VMPI_strcmp       864 pcre/pcre_compile.cpp   c = VMPI_strcmp(name, _pcre_utt[i].name);
VMPI_strcmp        90 pcre/pcre_get.cpp   int c = VMPI_strcmp(stringname, (char *)(entry + 2));
VMPI_strcmp       141 pcre/pcre_get.cpp   int c = VMPI_strcmp(stringname, (char *)(entry + 2));
VMPI_strcmp       148 pcre/pcre_get.cpp       if (VMPI_strcmp(stringname, (char *)(first - entrysize + 2)) != 0) break;
VMPI_strcmp       153 pcre/pcre_get.cpp       if (VMPI_strcmp(stringname, (char *)(last + entrysize + 2)) != 0) break;
VMPI_strcmp       178 shell/DebugCLI.cpp 		else if (!ambiguous || inputLen == 1 || !VMPI_strcmp(cmdList[match].text, input)) {
VMPI_strcmp       645 shell/avmshell.cpp 					if (!VMPI_strcmp(arg+2, "timeout")) {
VMPI_strcmp       648 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "version")) {
VMPI_strcmp       651 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "nodebugger")) {
VMPI_strcmp       656 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "nosse")) {
VMPI_strcmp       659 shell/avmshell.cpp                     else if (!VMPI_strcmp(arg+2, "fixedesp")) {
VMPI_strcmp       664 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "verifyall")) {
VMPI_strcmp       668 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "greedy")) {
VMPI_strcmp       671 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "nogc")) {
VMPI_strcmp       674 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "noincgc")) {
VMPI_strcmp       678 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "astrace") && i+1 < argc ) {
VMPI_strcmp       681 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "language")) {
VMPI_strcmp       684 shell/avmshell.cpp 							if (!VMPI_strcmp(argv[i+1],languageNames[j].str)) {
VMPI_strcmp       731 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "nocse")) {
VMPI_strcmp       734 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "jitordie")) {
VMPI_strcmp       739 shell/avmshell.cpp 					else if (!VMPI_strcmp(arg+2, "interp")) {
VMPI_strcmp       747 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-cache_bindings") && i+1 < argc) {
VMPI_strcmp       750 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-cache_metadata") && i+1 < argc) {
VMPI_strcmp       753 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-cache_methods") && i+1 < argc ) {
VMPI_strcmp       757 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-Ojit")) {
VMPI_strcmp       762 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-jitmax") && i+1 < argc ) {
VMPI_strcmp       783 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-memstats")) {
VMPI_strcmp       787 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-memstats-verbose")) {
VMPI_strcmp       792 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-memlimit") && i+1 < argc ) {
VMPI_strcmp       796 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-gcbehavior")) {
VMPI_strcmp       800 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-eagersweep")) {
VMPI_strcmp       803 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-load") && i+1 < argc ) {
VMPI_strcmp       822 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-gcwork") && i+1 < argc ) {
VMPI_strcmp       834 shell/avmshell.cpp  				else if (!VMPI_strcmp(arg, "-stack")) {
VMPI_strcmp       847 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-log")) {
VMPI_strcmp       851 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-repl")) {
VMPI_strcmp       856 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-workers") && i+1 < argc ) {
VMPI_strcmp       876 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-error")) {
VMPI_strcmp       884 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-jargs")) {
VMPI_strcmp       903 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-d")) {
VMPI_strcmp       908 shell/avmshell.cpp 				else if (!VMPI_strcmp(arg, "-api")) {
VMPI_strcmp       202 vprof/vprof.cpp         if ((e->line == line) && (VMPI_strcmp (e->file, file) == 0)) {