len_left           42 ompi/mpi/c/get_library_version.c     int len_left;
len_left           80 ompi/mpi/c/get_library_version.c     len_left = sizeof(tmp);
len_left           86 ompi/mpi/c/get_library_version.c     len_left -= strlen(tmp);
len_left           89 ompi/mpi/c/get_library_version.c         snprintf(ptr, len_left, "%s", OMPI_GREEK_VERSION);
len_left           91 ompi/mpi/c/get_library_version.c         len_left = MPI_MAX_LIBRARY_VERSION_STRING - strlen(tmp);
len_left           96 ompi/mpi/c/get_library_version.c         snprintf(ptr, len_left, ", package: %s", OPAL_PACKAGE_STRING);
len_left           98 ompi/mpi/c/get_library_version.c         len_left = MPI_MAX_LIBRARY_VERSION_STRING - strlen(tmp);
len_left          103 ompi/mpi/c/get_library_version.c         snprintf(ptr, len_left, ", ident: %s", OMPI_IDENT_STRING);
len_left          105 ompi/mpi/c/get_library_version.c         len_left = MPI_MAX_LIBRARY_VERSION_STRING - strlen(tmp);
len_left          110 ompi/mpi/c/get_library_version.c         snprintf(ptr, len_left, ", repo rev: %s", OMPI_REPO_REV);
len_left          112 ompi/mpi/c/get_library_version.c         len_left = MPI_MAX_LIBRARY_VERSION_STRING - strlen(tmp);
len_left          117 ompi/mpi/c/get_library_version.c         snprintf(ptr, len_left, ", %s", OMPI_RELEASE_DATE);
len_left          119 ompi/mpi/c/get_library_version.c         len_left = MPI_MAX_LIBRARY_VERSION_STRING - strlen(tmp);
len_left          290 oshmem/info/info.c     int len_left;
len_left          294 oshmem/info/info.c     len_left = sizeof(tmp);
len_left          300 oshmem/info/info.c     len_left -= strlen(tmp);
len_left          303 oshmem/info/info.c         snprintf(ptr, len_left, "%s", OSHMEM_GREEK_VERSION);
len_left          305 oshmem/info/info.c         len_left = OSHMEM_MAX_LIBRARY_VERSION_STRING - strlen(tmp);
len_left          310 oshmem/info/info.c         snprintf(ptr, len_left, ", package: %s", OPAL_PACKAGE_STRING);
len_left          312 oshmem/info/info.c         len_left = OSHMEM_MAX_LIBRARY_VERSION_STRING - strlen(tmp);
len_left          317 oshmem/info/info.c         snprintf(ptr, len_left, ", ident: %s", OSHMEM_IDENT_STRING);
len_left          319 oshmem/info/info.c         len_left = OSHMEM_MAX_LIBRARY_VERSION_STRING - strlen(tmp);
len_left          324 oshmem/info/info.c         snprintf(ptr, len_left, ", repo rev: %s", OSHMEM_REPO_REV);
len_left          326 oshmem/info/info.c         len_left = OSHMEM_MAX_LIBRARY_VERSION_STRING - strlen(tmp);
len_left          331 oshmem/info/info.c         snprintf(ptr, len_left, ", %s", OSHMEM_RELEASE_DATE);
len_left          333 oshmem/info/info.c         len_left = OSHMEM_MAX_LIBRARY_VERSION_STRING - strlen(tmp);