procname          130 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c     char my_procname[MPI_MAX_PROCESSOR_NAME], **procname = 0;
procname          171 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	procname = array->names; /* simpler to read */
procname          203 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	procname[0] = ADIOI_Malloc(alloc_size);
procname          204 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	if (procname[0] == NULL) {
procname          210 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    procname[i] = procname[i-1] + procname_len[i-1];
procname          220 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    disp[i] = (int) (procname[i] - procname[0]);
procname          228 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 		    procname[0], procname_len, disp, MPI_CHAR,
procname          246 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	    FPRINTF(stderr, "name[%d] = %s\n", i, procname[i]);
procname           77 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     char my_procname[MPI_MAX_PROCESSOR_NAME], **procname = 0;
procname          102 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	procname = array->names; /* simpler to read */
procname          131 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    procname[i] = malloc(procname_len[i]);
procname          132 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    if (procname[i] == NULL) {
procname          148 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    disp[i] = (int) (procname[i] - procname[0]);
procname          156 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 		    procname[0], procname_len, disp, MPI_CHAR,
procname          174 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    fprintf(stderr, "name[%d] = %s\n", i, procname[i]);
procname          458 ompi/mca/rte/pmix/rte_pmix_module.c _process_name_print_for_opal(const opal_process_name_t procname)
procname          460 ompi/mca/rte/pmix/rte_pmix_module.c     ompi_process_name_t* rte_name = (ompi_process_name_t*)&procname;
procname          293 ompi/runtime/ompi_mpi_init.c _process_name_print_for_opal(const opal_process_name_t procname)
procname          295 ompi/runtime/ompi_mpi_init.c     ompi_process_name_t* rte_name = (ompi_process_name_t*)&procname;
procname          132 opal/util/proc.c opal_process_name_print_should_never_be_called(const opal_process_name_t procname)
procname           66 orte/runtime/orte_init.c _process_name_print_for_opal(const opal_process_name_t procname)
procname           68 orte/runtime/orte_init.c     orte_process_name_t* rte_name = (orte_process_name_t*)&procname;
procname          279 orte/tools/orte-clean/orte-clean.c     char *procname;
procname          369 orte/tools/orte-clean/orte-clean.c         procname = opal_basename(fullprocname);
procname          372 orte/tools/orte-clean/orte-clean.c                     fullprocname, procname, procpid);
procname          385 orte/tools/orte-clean/orte-clean.c         if (0 == strncmp("orted", procname, strlen("orted")) ||
procname          386 orte/tools/orte-clean/orte-clean.c             0 == strncmp("(orted)", procname, strlen("(orted)")) ||
procname          387 orte/tools/orte-clean/orte-clean.c             0 == strncmp("orte-dvm", procname, strlen("orte-dvm")) ||
procname          388 orte/tools/orte-clean/orte-clean.c             0 == strncmp("(orte-dvm)", procname, strlen("(orte-dvm)"))) {
procname          406 orte/tools/orte-clean/orte-clean.c         if (0 == strncmp("orterun", procname, strlen("orterun")) ||
procname          407 orte/tools/orte-clean/orte-clean.c             0 == strncmp("mpirun", procname, strlen("mpirun"))) {
procname          432 orte/tools/orte-clean/orte-clean.c         free(procname);