VMPI_strrchr      595 shell/avmshell.cpp 		const char* lastDot = VMPI_strrchr(basename, '.');
VMPI_strrchr      599 shell/avmshell.cpp 			const char* lastPathSep1 = VMPI_strrchr(basename, '/');
VMPI_strrchr      600 shell/avmshell.cpp 			const char* lastPathSep2 = VMPI_strrchr(basename, '\\');