newkey 90 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c char *newkey; newkey 112 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c newkey = (char *) ADIOI_Malloc((new_keylen+1)*sizeof(char)); newkey 113 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c ADIOI_Strncpy(newkey, key, new_keylen); newkey 114 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c newkey[new_keylen] = '\0'; newkey 117 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c *ierr = MPI_Info_delete(info_c, newkey); newkey 118 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c ADIOI_Free(newkey); newkey 91 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c char *newkey, *tmpvalue; newkey 113 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c newkey = (char *) ADIOI_Malloc((new_keylen+1)*sizeof(char)); newkey 114 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c ADIOI_Strncpy(newkey, key, new_keylen); newkey 115 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c newkey[new_keylen] = '\0'; newkey 133 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c *ierr = MPI_Info_get(info_c, newkey, *valuelen, tmpvalue, flag); newkey 142 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c ADIOI_Free(newkey); newkey 91 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c char *newkey; newkey 113 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c newkey = (char *) ADIOI_Malloc((new_keylen+1)*sizeof(char)); newkey 114 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c ADIOI_Strncpy(newkey, key, new_keylen); newkey 115 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c newkey[new_keylen] = '\0'; newkey 118 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c *ierr = MPI_Info_get_valuelen(info_c, newkey, valuelen, flag); newkey 119 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c ADIOI_Free(newkey); newkey 92 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c char *newkey, *newvalue; newkey 118 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c newkey = (char *) ADIOI_Malloc((new_keylen+1)*sizeof(char)); newkey 119 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c ADIOI_Strncpy(newkey, key, new_keylen); newkey 120 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c newkey[new_keylen] = '\0'; newkey 143 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c *ierr = MPI_Info_set(info_c, newkey, newvalue); newkey 144 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c ADIOI_Free(newkey);