tmpreplen         105 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c     int i, tmpreplen;
tmpreplen         117 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c     tmpreplen = strlen(tmprep);
tmpreplen         118 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c     if (tmpreplen <= str_len) {
tmpreplen         119 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c         ADIOI_Strncpy(datarep, tmprep, tmpreplen);
tmpreplen         122 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c         for (i=tmpreplen; i<str_len; i++) datarep[i] = ' ';
tmpreplen         152 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c     int i, tmpreplen;
tmpreplen         169 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c     tmpreplen = strlen(tmprep);
tmpreplen         170 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c     if (tmpreplen <= str_len) {
tmpreplen         171 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c         ADIOI_Strncpy(datarep, tmprep, tmpreplen);
tmpreplen         174 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c         for (i=tmpreplen; i<str_len; i++) datarep[i] = ' ';