OMPI_MAX_VER_SIZE  166 ompi/debuggers/ompi_mpihandles_dll.c static char mpidbg_version_str[OMPI_MAX_VER_SIZE];
OMPI_MAX_VER_SIZE  173 ompi/debuggers/ompi_mpihandles_dll.c     offset = snprintf(mpidbg_version_str, OMPI_MAX_VER_SIZE-1,  
OMPI_MAX_VER_SIZE  175 ompi/debuggers/ompi_mpihandles_dll.c     ompi_get_lib_version(mpidbg_version_str+offset, OMPI_MAX_VER_SIZE-offset);
OMPI_MAX_VER_SIZE  191 ompi/debuggers/ompi_msgq_dll.c static char mqs_version_str[OMPI_MAX_VER_SIZE];
OMPI_MAX_VER_SIZE  197 ompi/debuggers/ompi_msgq_dll.c     offset = snprintf(mqs_version_str, OMPI_MAX_VER_SIZE-1,  
OMPI_MAX_VER_SIZE  199 ompi/debuggers/ompi_msgq_dll.c     ompi_get_lib_version(mqs_version_str+offset, OMPI_MAX_VER_SIZE-offset);