string 146 contrib/scaling/mpi_memprobe.c kv->data.string = opal_argv_join(answer, '\n'); string 28 ompi/contrib/libompitrace/add_error_string.c int MPI_Add_error_string(int errorcode, const char *string) string 35 ompi/contrib/libompitrace/add_error_string.c rank, errorcode, string); string 38 ompi/contrib/libompitrace/add_error_string.c return PMPI_Add_error_string(errorcode, string); string 220 ompi/dpm/dpm.c info.data.string = opal_argv_join(members, ':'); string 231 ompi/dpm/dpm.c rport = strdup(pdat.value.data.string); // need this later string 817 ompi/dpm/dpm.c (void)opal_asprintf(&(info->data.string), "%s:n", slot_list); string 196 ompi/errhandler/errcode.h int ompi_mpi_errnum_add_string (int errnum, const char* string, int len); string 71 ompi/interlib/interlib.c 0 == strcmp(val->data.string, "MPI")) { string 75 ompi/interlib/interlib.c opal_output(0, "OMPI Model Callback Key: %s Val %s", val->key, val->data.string); string 106 ompi/interlib/interlib.c kv->data.string = strdup("MPI-Model-Declarations"); string 135 ompi/interlib/interlib.c kv->data.string = strdup("MPI"); string 140 ompi/interlib/interlib.c kv->data.string = strdup("OpenMPI"); string 145 ompi/interlib/interlib.c kv->data.string = strdup(version); string 151 ompi/interlib/interlib.c kv->data.string = strdup("NONE"); string 153 ompi/interlib/interlib.c kv->data.string = strdup("PTHREAD"); string 62 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c for( cnt = 0; NULL != allgather_algorithms[cnt].string; cnt++ ); string 61 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c for( cnt = 0; NULL != allgatherv_algorithms[cnt].string; cnt++ ); string 62 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c for( cnt = 0; NULL != allreduce_algorithms[cnt].string; cnt++ ); string 60 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c for( cnt = 0; NULL != alltoall_algorithms[cnt].string; cnt++ ); string 54 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c for( cnt = 0; NULL != alltoallv_algorithms[cnt].string; cnt++ ); string 57 ompi/mca/coll/tuned/coll_tuned_barrier_decision.c for( cnt = 0; NULL != barrier_algorithms[cnt].string; cnt++ ); string 65 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c for( cnt = 0; NULL != bcast_algorithms[cnt].string; cnt++ ); string 53 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c for( cnt = 0; NULL != exscan_algorithms[cnt].string; cnt++ ); string 60 ompi/mca/coll/tuned/coll_tuned_gather_decision.c for( cnt = 0; NULL != gather_algorithms[cnt].string; cnt++ ); string 65 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c for( cnt = 0; NULL != reduce_algorithms[cnt].string; cnt++ ); string 60 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c for( cnt = 0; NULL != reduce_scatter_block_algorithms[cnt].string; cnt++ ); string 62 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c for( cnt = 0; NULL != reduce_scatter_algorithms[cnt].string; cnt++ ); string 53 ompi/mca/coll/tuned/coll_tuned_scan_decision.c for( cnt = 0; NULL != scan_algorithms[cnt].string; cnt++ ); string 59 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c for( cnt = 0; NULL != scatter_algorithms[cnt].string; cnt++ ); string 14 ompi/mca/io/romio321/romio/adio/common/error.c int ADIOI_Error(ADIO_File fd, int error_code, char *string) string 26 ompi/mca/io/romio321/romio/adio/common/error.c FPRINTF(stderr, "[%d] - %s : %s\n", myrank, string, buf); string 747 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Error(ADIO_File fd, int error_code, char *string); string 20 ompi/mca/io/romio321/romio/test/error.c char string[MPI_MAX_ERROR_STRING]; string 71 ompi/mca/io/romio321/romio/test/error.c MPI_Error_string(err, string, &len); string 74 ompi/mca/io/romio321/romio/test/error.c fprintf(stderr, "%s\n", string); string 78 ompi/mca/io/romio321/romio/test/error.c if (strstr( string, "displacement" ) == 0) { string 79 ompi/mca/io/romio321/romio/test/error.c fprintf( stderr, "Unexpected error message %s\n", string ); string 230 ompi/mca/mtl/ofi/mtl_ofi.h #define MTL_OFI_LOG_FI_ERR(err, string) \ string 234 ompi/mca/mtl/ofi/mtl_ofi.h __FILE__, __LINE__, string, fi_strerror(-err)); \ string 87 ompi/mca/osc/rdma/osc_rdma_component.c {.value = OMPI_OSC_RDMA_LOCKING_TWO_LEVEL, .string = "two_level"}, string 88 ompi/mca/osc/rdma/osc_rdma_component.c {.value = OMPI_OSC_RDMA_LOCKING_ON_DEMAND, .string = "on_demand"}, string 89 ompi/mca/osc/rdma/osc_rdma_component.c {.string = NULL}, string 189 ompi/mca/rte/orte/rte_orte_module.c kv->data.string = strdup("MPI-DEBUGGER-ATTACH"); string 939 ompi/mca/rte/pmix/rte_pmix_module.c kv->data.string = strdup("MPI-DEBUGGER-ATTACH"); string 39 ompi/mca/topo/treematch/treematch/tm_malloc.c static char *my_strdup(char* string){ string 40 ompi/mca/topo/treematch/treematch/tm_malloc.c int size = 1+strlen(string); string 44 ompi/mca/topo/treematch/treematch/tm_malloc.c memcpy(res, string, size*sizeof(char)); string 38 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c NULL == pdat->value.data.string) { string 42 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c port = strdup(pdat->value.data.string); string 41 ompi/mpi/c/add_error_string.c int MPI_Add_error_string(int errorcode, const char *string) string 58 ompi/mpi/c/add_error_string.c if ( MPI_MAX_ERROR_STRING < (strlen(string)+1) ) string 63 ompi/mpi/c/add_error_string.c rc = ompi_mpi_errnum_add_string (errorcode, string, (int)(strlen(string)+1)); string 43 ompi/mpi/c/error_string.c int MPI_Error_string(int errorcode, char *string, int *resultlen) string 59 ompi/mpi/c/error_string.c opal_string_copy(string, tmpstring, MPI_MAX_ERROR_STRING); string 60 ompi/mpi/c/error_string.c *resultlen = (int)strlen(string); string 126 ompi/mpi/c/lookup_name.c NULL == pdat->value.data.string) { string 142 ompi/mpi/c/lookup_name.c opal_string_copy( port_name, pdat->value.data.string, string 153 ompi/mpi/c/publish_name.c rng->data.string = strdup(port_name); string 50 ompi/mpi/cxx/functions.h Add_error_string(int errorcode, const char* string); string 56 ompi/mpi/cxx/functions.h Get_error_string(int errorcode, char* string, int& resultlen); string 74 ompi/mpi/cxx/functions_inln.h MPI::Add_error_string(int errorcode, const char* string) string 76 ompi/mpi/cxx/functions_inln.h (void)MPI_Add_error_string(errorcode, const_cast<char *>(string)); string 86 ompi/mpi/cxx/functions_inln.h MPI::Get_error_string(int errorcode, char* string, int& resultlen) string 88 ompi/mpi/cxx/functions_inln.h (void)MPI_Error_string(errorcode, string, &resultlen); string 44 ompi/mpi/fortran/mpif-h/add_error_string_f.c (MPI_Fint *errorcode, char *string, MPI_Fint *ierr,int l), string 45 ompi/mpi/fortran/mpif-h/add_error_string_f.c (errorcode, string, ierr, l) ) string 64 ompi/mpi/fortran/mpif-h/add_error_string_f.c (MPI_Fint *errorcode, char *string, MPI_Fint *ierr, int l), string 65 ompi/mpi/fortran/mpif-h/add_error_string_f.c (errorcode, string, ierr, l) ) string 72 ompi/mpi/fortran/mpif-h/add_error_string_f.c void ompi_add_error_string_f(MPI_Fint *errorcode, char *string, string 85 ompi/mpi/fortran/mpif-h/add_error_string_f.c ompi_fortran_string_f2c(string, len, &c_string); string 44 ompi/mpi/fortran/mpif-h/error_string_f.c (MPI_Fint *errorcode, char *string, MPI_Fint *resultlen, MPI_Fint *ierr, int string_len), string 45 ompi/mpi/fortran/mpif-h/error_string_f.c (errorcode, string, resultlen, ierr, string_len) ) string 64 ompi/mpi/fortran/mpif-h/error_string_f.c (MPI_Fint *errorcode, char *string, MPI_Fint *resultlen, MPI_Fint *ierr, int string_len), string 65 ompi/mpi/fortran/mpif-h/error_string_f.c (errorcode, string, resultlen, ierr, string_len) ) string 79 ompi/mpi/fortran/mpif-h/error_string_f.c void ompi_error_string_f(MPI_Fint *errorcode, char *string, string 94 ompi/mpi/fortran/mpif-h/error_string_f.c if (OMPI_SUCCESS != (ret = ompi_fortran_string_c2f(c_string, string, string 88 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Add_error_string, mpi_add_error_string, MPI_ADD_ERROR_STRING, (MPI_Fint *errorcode, char *string, MPI_Fint *ierr, int l)); string 166 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Error_string, mpi_error_string, MPI_ERROR_STRING, (MPI_Fint *errorcode, char *string, MPI_Fint *resultlen, MPI_Fint *ierr, int string_len)); string 1866 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_add_error_string_f(errorcode,string,ierror,str_len) & string 1871 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h CHARACTER(KIND=C_CHAR), DIMENSION(*), INTENT(IN) :: string string 1935 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_error_string_f(errorcode,string,resultlen,ierror,str_len) & string 1940 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h CHARACTER(KIND=C_CHAR), DIMENSION(*), INTENT(OUT) :: string string 75 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Add_error_string(errorcode, string, ierror) string 77 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: string string 595 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Error_string(errorcode, string, resultlen, ierror) string 597 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: string string 75 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Add_error_string(errorcode, string, ierror) string 77 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: string string 595 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Error_string(errorcode, string, resultlen, ierror) string 597 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: string string 248 ompi/mpi/java/c/mpi_MPI.c jclass string; string 279 ompi/mpi/java/c/mpi_MPI.c string = (*env)->FindClass(env, "java/lang/String"); string 280 ompi/mpi/java/c/mpi_MPI.c value = (*env)->NewObjectArray(env, len, string, NULL); string 543 ompi/runtime/ompi_mpi_init.c kv->data.string = strdup("MPI-Default"); string 56 ompi/win/win.c {.value = OMPI_WIN_ACCUMULATE_OPS_SAME_OP_NO_OP, .string = "same_op_no_op",}, string 57 ompi/win/win.c {.value = OMPI_WIN_ACCUMULATE_OPS_SAME_OP, .string = "same_op",}, string 58 ompi/win/win.c {.value = -1, .string = NULL}, string 62 ompi/win/win.c {.flag = OMPI_WIN_ACC_ORDER_NONE, .string = "none", .conflicting_flag = OMPI_WIN_ACC_ORDER_RAR | string 64 ompi/win/win.c {.flag = OMPI_WIN_ACC_ORDER_RAR, .string = "rar", .conflicting_flag = OMPI_WIN_ACC_ORDER_NONE}, string 65 ompi/win/win.c {.flag = OMPI_WIN_ACC_ORDER_WAR, .string = "war", .conflicting_flag = OMPI_WIN_ACC_ORDER_NONE}, string 66 ompi/win/win.c {.flag = OMPI_WIN_ACC_ORDER_RAW, .string = "raw", .conflicting_flag = OMPI_WIN_ACC_ORDER_NONE}, string 67 ompi/win/win.c {.flag = OMPI_WIN_ACC_ORDER_WAW, .string = "waw", .conflicting_flag = OMPI_WIN_ACC_ORDER_NONE}, string 325 opal/dss/dss_compare.c return opal_dss_compare_string(value1->data.string, value2->data.string, type); string 281 opal/dss/dss_copy.c if (NULL != src->data.string) { string 282 opal/dss/dss_copy.c p->data.string = strdup(src->data.string); string 284 opal/dss/dss_copy.c p->data.string = NULL; string 200 opal/dss/dss_load_unload.c if (NULL != kv->data.string) { string 201 opal/dss/dss_load_unload.c free(kv->data.string); string 204 opal/dss/dss_load_unload.c kv->data.string = strdup( (const char *) data); string 206 opal/dss/dss_load_unload.c kv->data.string = NULL; string 306 opal/dss/dss_load_unload.c if (NULL != kv->data.string) { string 307 opal/dss/dss_load_unload.c *data = strdup(kv->data.string); string 405 opal/dss/dss_load_unload.c if (NULL != dest->data.string) { string 406 opal/dss/dss_load_unload.c free(dest->data.string); string 408 opal/dss/dss_load_unload.c if (NULL != src->data.string) { string 409 opal/dss/dss_load_unload.c dest->data.string = strdup(src->data.string); string 411 opal/dss/dss_load_unload.c dest->data.string = NULL; string 89 opal/dss/dss_open_close.c NULL != ptr->data.string) { string 90 opal/dss/dss_open_close.c free(ptr->data.string); string 732 opal/dss/dss_pack.c if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &ptr[i]->data.string, 1, OPAL_STRING))) { string 734 opal/dss/dss_print.c prefx, src->key, src->data.string); string 154 opal/dss/dss_types.h char *string; string 992 opal/dss/dss_unpack.c if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &ptr[i]->data.string, &m, OPAL_STRING))) { string 244 opal/mca/base/mca_base_var_enum.c for (int i = 0 ; verbose_values[i].string ; ++i) { string 245 opal/mca/base/mca_base_var_enum.c if (0 == strcmp (verbose_values[i].string, string_value)) { string 272 opal/mca/base/mca_base_var_enum.c for (int i = 0 ; verbose_values[i].string ; ++i) { string 275 opal/mca/base/mca_base_var_enum.c *string_value = strdup (verbose_values[i].string); string 344 opal/mca/base/mca_base_var_enum.c for (i = 0 ; values[i].string ; ++i); string 356 opal/mca/base/mca_base_var_enum.c new_enum->enum_values[i].string = strdup (values[i].string); string 381 opal/mca/base/mca_base_var_enum.c for (i = 0 ; flags[i].string ; ++i); string 394 opal/mca/base/mca_base_var_enum.c new_enum->enum_flags[i].string = strdup (flags[i].string); string 423 opal/mca/base/mca_base_var_enum.c for (i = 0; i < self->enum_value_count && self->enum_values[i].string ; ++i) { string 425 opal/mca/base/mca_base_var_enum.c self->enum_values[i].string); string 460 opal/mca/base/mca_base_var_enum.c *string_value = strdup (self->enum_values[index].string); string 483 opal/mca/base/mca_base_var_enum.c 0 == strcasecmp (string_value, self->enum_values[i].string)) { string 516 opal/mca/base/mca_base_var_enum.c *string_value = strdup (self->enum_values[i].string); string 543 opal/mca/base/mca_base_var_enum.c free ((void *) enumerator->enum_values[i].string); string 568 opal/mca/base/mca_base_var_enum.c *string_value = strdup (flag_enum->enum_flags[index].string); string 600 opal/mca/base/mca_base_var_enum.c 0 == strcasecmp (flags[i], flag_enum->enum_flags[j].string)) { string 651 opal/mca/base/mca_base_var_enum.c ret = opal_asprintf (&out, "%s%s%s", tmp ? tmp : "", tmp ? "," : "", flag_enum->enum_flags[i].string); string 701 opal/mca/base/mca_base_var_enum.c flag_enum->enum_flags[i].string); string 728 opal/mca/base/mca_base_var_enum.c free ((void *) enumerator->enum_flags[i].string); string 103 opal/mca/base/mca_base_var_enum.h const char *string; string 154 opal/mca/base/mca_base_var_enum.h const char *string; string 64 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_FORK_NOCOPY, .string = "fork-no-copy", .conflicting_flag = GNI_CDM_MODE_FORK_FULLCOPY | GNI_CDM_MODE_FORK_PARTCOPY}, string 65 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_FORK_FULLCOPY, .string = "fork-full-copy", .conflicting_flag = GNI_CDM_MODE_FORK_NOCOPY | GNI_CDM_MODE_FORK_PARTCOPY}, string 66 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_FORK_PARTCOPY, .string = "fork-part-copy", .conflicting_flag = GNI_CDM_MODE_FORK_NOCOPY | GNI_CDM_MODE_FORK_FULLCOPY}, string 67 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_ERR_NO_KILL, .string = "err-no-kill", .conflicting_flag = GNI_CDM_MODE_ERR_ALL_KILL}, string 68 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_ERR_ALL_KILL, .string = "err-all-kill", .conflicting_flag = GNI_CDM_MODE_ERR_NO_KILL}, string 69 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_FAST_DATAGRAM_POLL, .string = "fast-datagram-poll", .conflicting_flag = 0}, string 70 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_BTE_SINGLE_CHANNEL, .string = "bte-single-channel", .conflicting_flag = 0}, string 71 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_USE_PCI_IOMMU, .string = "use-pci-iommu", .conflicting_flag = 0}, string 72 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_MDD_DEDICATED, .string = "mdd-dedicated", .conflicting_flag = GNI_CDM_MODE_MDD_SHARED}, string 73 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_MDD_SHARED, .string = "mdd-shared", .conflicting_flag = GNI_CDM_MODE_MDD_DEDICATED}, string 74 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_FMA_DEDICATED, .string = "fma-dedicated", .conflicting_flag = GNI_CDM_MODE_FMA_SHARED}, string 75 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_FMA_SHARED, .string = "fma-shared", .conflicting_flag = GNI_CDM_MODE_FMA_DEDICATED}, string 76 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_CACHED_AMO_ENABLED, .string = "cached-amo-enabled", .conflicting_flag = 0}, string 77 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_CQ_NIC_LOCAL_PLACEMENT, .string = "cq-nic-placement", .conflicting_flag = 0}, string 78 opal/mca/btl/ugni/btl_ugni_component.c {.flag = GNI_CDM_MODE_FMA_SMALL_WINDOW, .string = "fma-small-window", .conflicting_flag = 0}, string 79 opal/mca/btl/ugni/btl_ugni_component.c {.string = NULL} string 418 opal/mca/btl/usnic/btl_usnic_stats.c devices[i].string = str; string 420 opal/mca/btl/usnic/btl_usnic_stats.c devices[i].string = NULL; string 444 opal/mca/btl/usnic/btl_usnic_stats.c free((char*) devices[i].string); string 67 opal/mca/btl/vader/btl_vader_component.c {.value = MCA_BTL_VADER_XPMEM, .string = "xpmem"}, string 70 opal/mca/btl/vader/btl_vader_component.c {.value = MCA_BTL_VADER_CMA, .string = "cma"}, string 73 opal/mca/btl/vader/btl_vader_component.c {.value = MCA_BTL_VADER_KNEM, .string = "knem"}, string 75 opal/mca/btl/vader/btl_vader_component.c {.value = MCA_BTL_VADER_EMUL, .string = "emulated"}, string 76 opal/mca/btl/vader/btl_vader_component.c {.value = MCA_BTL_VADER_NONE, .string = "none"}, string 77 opal/mca/btl/vader/btl_vader_component.c {.value = 0, .string = NULL} string 291 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string) string 294 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal(buf, tag, string, (ev_uint32_t)strlen(string)); string 94 opal/mca/event/libevent2022/libevent/include/event2/tag.h const char *string); string 1550 opal/mca/event/libevent2022/libevent/test/regress_buffer.c const char string[] = /* Year's End, Richard Wilbur */ string 1569 opal/mca/event/libevent2022/libevent/test/regress_buffer.c evbuffer_add(buf, string, strlen(string)); string 1595 opal/mca/event/libevent2022/libevent/test/regress_buffer.c r = evbuffer_add_reference(buf, string, 5, NULL, NULL); string 242 opal/mca/hwloc/base/hwloc_base_dt.c char string[1024], *tmp, *tmp2, *pfx; string 247 opal/mca/hwloc/base/hwloc_base_dt.c hwloc_obj_type_snprintf(string, 1024, obj, 1); string 250 opal/mca/hwloc/base/hwloc_base_dt.c (NULL == prefix) ? "" : prefix, string, obj->arity, string 252 opal/mca/hwloc/base/hwloc_base_dt.c if (0 < hwloc_obj_attr_snprintf(string, 1024, obj, pfx, 1)) { string 254 opal/mca/hwloc/base/hwloc_base_dt.c opal_asprintf(&tmp2, "%s%s%s", tmp, pfx, string); string 262 opal/mca/hwloc/base/hwloc_base_dt.c hwloc_bitmap_snprintf(string, OPAL_HWLOC_MAX_STRING, obj->cpuset); string 263 opal/mca/hwloc/base/hwloc_base_dt.c opal_asprintf(&tmp2, "%s%sCpuset: %s", tmp, pfx, string); string 361 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_sscanf(struct hwloc_bitmap_s *set, const char * __hwloc_restrict string) string 363 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c const char * current = string; string 373 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c current = string; string 487 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_list_sscanf(struct hwloc_bitmap_s *set, const char * __hwloc_restrict string) string 489 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c const char * current = string; string 628 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_taskset_sscanf(struct hwloc_bitmap_s *set, const char * __hwloc_restrict string) string 630 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c const char * current = string; string 24 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c free(diff->obj_attr.diff.string.name); string 25 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c free(diff->obj_attr.diff.string.oldvalue); string 26 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c free(diff->obj_attr.diff.string.newvalue); string 85 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c newdiff->obj_attr.diff.string.type = type; string 86 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c newdiff->obj_attr.diff.string.name = name ? strdup(name) : NULL; string 87 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c newdiff->obj_attr.diff.string.oldvalue = oldvalue ? strdup(oldvalue) : NULL; string 88 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c newdiff->obj_attr.diff.string.newvalue = newvalue ? strdup(newvalue) : NULL; string 414 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c const char *oldvalue = reverse ? obj_attr->diff.string.newvalue : obj_attr->diff.string.oldvalue; string 415 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c const char *newvalue = reverse ? obj_attr->diff.string.oldvalue : obj_attr->diff.string.newvalue; string 423 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c const char *name = obj_attr->diff.string.name; string 424 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c const char *oldvalue = reverse ? obj_attr->diff.string.newvalue : obj_attr->diff.string.oldvalue; string 425 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c const char *newvalue = reverse ? obj_attr->diff.string.oldvalue : obj_attr->diff.string.newvalue; string 28 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c const char *string /* must contain a ' ' */, string 36 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c if (sscanf(string, "%x:%x-%x %x", &domain, &bus_first, &bus_last, &dummy) == 4) { string 38 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c } else if (sscanf(string, "%x:%x %x", &domain, &bus_first, &dummy) == 3) { string 40 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c } else if (sscanf(string, "%x %x", &domain, &dummy) == 2) { string 46 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c tmp = strchr(string, ' '); string 495 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_read_path_by_length(const char *path, char *string, size_t length, int fsroot_fd) string 503 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c ret = read(fd, string, length-1); /* read -1 to put the ending \0 */ string 509 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c string[ret] = 0; string 517 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c char string[11]; string 518 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (hwloc_read_path_by_length(path, string, sizeof(string), fsroot_fd) < 0) string 520 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c *value = atoi(string); string 527 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c char string[11]; string 528 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (hwloc_read_path_by_length(path, string, sizeof(string), fsroot_fd) < 0) string 530 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c *value = (unsigned) strtoul(string, NULL, 10); string 2469 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c char *string; string 2472 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c string = malloc(len); /* space-separated %d */ string 2473 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (!string) string 2485 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (hwloc_read_path_by_length(distancepath, string, len, fsroot_fd) < 0) string 2488 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c tmp = string; string 2505 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c free(string); string 2509 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c free(string); string 5335 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c char string[20]; string 5365 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (!hwloc_read_path_by_length(path, string, sizeof(string), root_fd)) { string 5366 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned long count = strtoul(string, NULL, 16); string 5367 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c snprintf(string, sizeof(string), "%lu", count); string 5368 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_obj_add_info(obj, "MICActiveCores", string); string 5372 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (!hwloc_read_path_by_length(path, string, sizeof(string), root_fd)) { string 5373 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned long count = strtoul(string, NULL, 16); string 5374 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c snprintf(string, sizeof(string), "%lu", count); string 5375 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_obj_add_info(obj, "MICMemorySize", string); string 30 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c const char *string; string 55 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c char *string; string 76 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c const char *attr = indexes->string; string 385 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (sind->string && verbose) string 387 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c sind->string = index_string; string 441 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].indexes.string = NULL; string 452 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->numa_attached_indexes.string = NULL; string 524 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.string = NULL; string 583 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.string = NULL; string 761 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[1].indexes.string = NULL; string 799 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->string = strdup(description); string 986 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_obj_add_info(topology->levels[0][0], "SyntheticDescription", data->string); string 995 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c free(data->string); string 1493 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c diff->obj_attr.diff.string.name = strdup(obj_attr_name_s); string 1496 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c diff->obj_attr.diff.string.oldvalue = strdup(obj_attr_oldvalue_s); string 1497 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c diff->obj_attr.diff.string.newvalue = strdup(obj_attr_newvalue_s); string 2383 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (diff->obj_attr.diff.string.name) string 2384 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c state.new_prop(&state, "obj_attr_name", diff->obj_attr.diff.string.name); string 2385 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c state.new_prop(&state, "obj_attr_oldvalue", diff->obj_attr.diff.string.oldvalue); string 2386 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c state.new_prop(&state, "obj_attr_newvalue", diff->obj_attr.diff.string.newvalue); string 260 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c hwloc_type_sscanf(const char *string, hwloc_obj_type_t *typep, string 277 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c if (!hwloc_strncasecmp(string, "os", 2)) { string 279 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "bloc", 4)) { string 282 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "net", 3)) { string 285 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "openfab", 7)) { string 288 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "dma", 3)) { string 291 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "gpu", 3)) { string 294 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "copro", 5) string 295 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c || !hwloc_strncasecmp(string, "co-pro", 6)) { string 299 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "machine", 2)) { string 301 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "node", 2) string 302 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c || !hwloc_strncasecmp(string, "numa", 2)) { /* matches node and numanode */ string 304 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "package", 2) string 305 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c || !hwloc_strncasecmp(string, "socket", 2)) { /* backward compat with v1.10 */ string 307 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "core", 2)) { string 309 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "pu", 2)) { string 311 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "misc", 4)) { string 314 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "bridge", 4)) { string 316 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "hostbridge", 6)) { string 319 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "pcibridge", 5)) { string 323 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "pci", 3)) { string 327 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if ((string[0] == 'l' || string[0] == 'L') && string[1] >= '0' && string[1] <= '9') { string 328 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c depthattr = strtol(string+1, &end, 10); string 343 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c } else if (!hwloc_strncasecmp(string, "group", 2)) { string 346 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c length = strcspn(string, "0123456789"); string 347 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c if (length <= 5 && !hwloc_strncasecmp(string, "group", length) string 348 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c && string[length] >= '0' && string[length] <= '9') { string 349 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c depthattr = strtol(string+length, &end, 10); string 373 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c hwloc_type_sscanf_as_depth(const char *string, hwloc_obj_type_t *typep, string 381 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c err = hwloc_type_sscanf(string, &type, &attr, sizeof(attr)); string 417 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c hwloc_obj_type_snprintf(char * __hwloc_restrict string, size_t size, hwloc_obj_t obj, int verbose) string 427 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c return hwloc_snprintf(string, size, "%s", hwloc_obj_type_string(type)); string 436 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c return hwloc_snprintf(string, size, "L%u%s%s", obj->attr->cache.depth, string 441 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c return hwloc_snprintf(string, size, "%s%u", hwloc_obj_type_string(type), obj->attr->group.depth); string 443 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c return hwloc_snprintf(string, size, "%s", hwloc_obj_type_string(type)); string 445 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c return snprintf(string, size, obj->attr->bridge.upstream_type == HWLOC_OBJ_BRIDGE_PCI ? "PCIBridge" : "HostBridge"); string 447 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c return hwloc_snprintf(string, size, "PCI"); string 450 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c case HWLOC_OBJ_OSDEV_BLOCK: return hwloc_snprintf(string, size, "Block"); string 451 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c case HWLOC_OBJ_OSDEV_NETWORK: return hwloc_snprintf(string, size, verbose ? "Network" : "Net"); string 452 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c case HWLOC_OBJ_OSDEV_OPENFABRICS: return hwloc_snprintf(string, size, "OpenFabrics"); string 453 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c case HWLOC_OBJ_OSDEV_DMA: return hwloc_snprintf(string, size, "DMA"); string 454 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c case HWLOC_OBJ_OSDEV_GPU: return hwloc_snprintf(string, size, "GPU"); string 455 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c case HWLOC_OBJ_OSDEV_COPROC: return hwloc_snprintf(string, size, verbose ? "Co-Processor" : "CoProc"); string 458 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c *string = '\0'; string 464 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c *string = '\0'; string 470 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c hwloc_obj_attr_snprintf(char * __hwloc_restrict string, size_t size, hwloc_obj_t obj, const char * separator, int verbose) string 473 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c char *tmp = string; string 480 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c *string = '\0'; string 564 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c res = snprintf(string, size, "%s%s%s", up, separator, down); string 566 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c res = snprintf(string, size, "%s", down); string 574 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c res = snprintf(string, size, "busid=%04x:%02x:%02x.%01x%sid=%04x:%04x%sclass=%04x(%s)%s", string 915 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_obj_type_snprintf(char * __hwloc_restrict string, size_t size, string 930 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_obj_attr_snprintf(char * __hwloc_restrict string, size_t size, string 957 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_type_sscanf(const char *string, string 982 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_type_sscanf_as_depth(const char *string, string 115 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_sscanf(hwloc_bitmap_t bitmap, const char * __hwloc_restrict string); string 140 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_list_sscanf(hwloc_bitmap_t bitmap, const char * __hwloc_restrict string); string 164 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_taskset_sscanf(hwloc_bitmap_t bitmap, const char * __hwloc_restrict string); string 74 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_obj_type_sscanf(const char *string, hwloc_obj_type_t *typep, int *depthattrp, void *typeattrp, size_t typeattrsize) __hwloc_attribute_deprecated; string 76 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_obj_type_sscanf(const char *string, hwloc_obj_type_t *typep, int *depthattrp, void *typeattrp, size_t typeattrsize) string 79 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h int err = hwloc_type_sscanf(string, typep, &attr, sizeof(attr)); string 103 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/diff.h } string; string 570 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h char *netloc_line_get_next_token(char **string, char c); string 94 opal/mca/mpool/memkind/mpool_memkind_component.c {.value = MEMKIND_MEMTYPE_DEFAULT, .string = "memkind_default"}, string 95 opal/mca/mpool/memkind/mpool_memkind_component.c {.value = MEMKIND_MEMTYPE_HIGH_BANDWIDTH, .string = "memkind_hbw"}, string 96 opal/mca/mpool/memkind/mpool_memkind_component.c {.string = NULL}, string 100 opal/mca/mpool/memkind/mpool_memkind_component.c {.value = MEMKIND_POLICY_BIND_LOCAL, .string = "mempolicy_bind_local"}, string 101 opal/mca/mpool/memkind/mpool_memkind_component.c {.value = MEMKIND_POLICY_BIND_ALL, .string = "mempolicy_bind_all"}, string 102 opal/mca/mpool/memkind/mpool_memkind_component.c {.value = MEMKIND_POLICY_PREFERRED_LOCAL, .string = "mempolicy_perferred_local"}, string 103 opal/mca/mpool/memkind/mpool_memkind_component.c {.value = MEMKIND_POLICY_INTERLEAVE_LOCAL, .string = "mempolicy_interleave_local"}, string 104 opal/mca/mpool/memkind/mpool_memkind_component.c {.value = MEMKIND_POLICY_INTERLEAVE_ALL, .string = "mempolicy_interleave_all"}, string 105 opal/mca/mpool/memkind/mpool_memkind_component.c {.string = NULL}, string 109 opal/mca/mpool/memkind/mpool_memkind_component.c {.value = 0, .string = "memkind_mask_page_size_4KB"}, string 110 opal/mca/mpool/memkind/mpool_memkind_component.c {.value = MEMKIND_MASK_PAGE_SIZE_2MB, .string = "memkind_mask_page_size_2MB"}, string 111 opal/mca/mpool/memkind/mpool_memkind_component.c {.string = NULL}, string 544 opal/mca/pmix/base/pmix_base_fns.c kv->data.string = strdup(tmp3); string 517 opal/mca/pmix/cray/pmix_cray.c kv.data.string = str; string 835 opal/mca/pmix/cray/pmix_cray.c cpuset = strdup(kp->data.string); string 870 opal/mca/pmix/cray/pmix_cray.c if (NULL == kp->data.string) { string 879 opal/mca/pmix/cray/pmix_cray.c kp->data.string); string 314 opal/mca/pmix/ext1x/pmix1x.c if (NULL != kv->data.string) { string 315 opal/mca/pmix/ext1x/pmix1x.c v->data.string = strdup(kv->data.string); string 317 opal/mca/pmix/ext1x/pmix1x.c v->data.string = NULL; string 437 opal/mca/pmix/ext1x/pmix1x.c if (NULL != v->data.string) { string 438 opal/mca/pmix/ext1x/pmix1x.c kv->data.string = strdup(v->data.string); string 689 opal/mca/pmix/ext2x/ext2x.c if (NULL != kv->data.string) { string 690 opal/mca/pmix/ext2x/ext2x.c v->data.string = strdup(kv->data.string); string 692 opal/mca/pmix/ext2x/ext2x.c v->data.string = NULL; string 866 opal/mca/pmix/ext2x/ext2x.c if (NULL != v->data.string) { string 867 opal/mca/pmix/ext2x/ext2x.c kv->data.string = strdup(v->data.string); string 231 opal/mca/pmix/ext2x/ext2x_client.c opal_convert_string_to_jobid(&pname.jobid, val->data.string); string 232 opal/mca/pmix/ext2x/ext2x_client.c (void)opal_string_copy(my_proc.nspace, val->data.string, PMIX_MAX_NSLEN); string 762 opal/mca/pmix/ext3x/ext3x.c if (NULL != kv->data.string) { string 763 opal/mca/pmix/ext3x/ext3x.c v->data.string = strdup(kv->data.string); string 765 opal/mca/pmix/ext3x/ext3x.c v->data.string = NULL; string 985 opal/mca/pmix/ext3x/ext3x.c if (NULL != v->data.string) { string 986 opal/mca/pmix/ext3x/ext3x.c kv->data.string = strdup(v->data.string); string 231 opal/mca/pmix/ext3x/ext3x_client.c opal_convert_string_to_jobid(&pname.jobid, val->data.string); string 232 opal/mca/pmix/ext3x/ext3x_client.c (void)opal_string_copy(mca_pmix_ext3x_component.myproc.nspace, val->data.string, PMIX_MAX_NSLEN); string 1012 opal/mca/pmix/ext3x/ext3x_server_north.c if (OPAL_SUCCESS != (rc = opal_convert_string_to_jobid(&oinfo->data.name.jobid, queries[n].qualifiers[m].value.data.string))) { string 353 opal/mca/pmix/flux/pmix_flux.c kv.data.string = val; string 224 opal/mca/pmix/isolated/pmix_isolated.c kv.data.string = strdup("0"); string 79 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c ptr = val->data.string; string 145 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c grp = info[n].value.data.string; string 245 opal/mca/pmix/pmix4x/pmix/examples/client.c value.data.string = "1234"; string 307 opal/mca/pmix/pmix4x/pmix/examples/client.c if (0 != strcmp(val->data.string, "1234")) { string 308 opal/mca/pmix/pmix4x/pmix/examples/client.c fprintf(stderr, "Client ns %s rank %d: PMIx_Get %s returned wrong value: %s\n", myproc.nspace, myproc.rank, tmp, val->data.string); string 364 opal/mca/pmix/pmix4x/pmix/examples/debugger.c if (NULL != strstr(myquery_data.info[n].value.data.string, PMIX_COSPAWN_APP)) { string 370 opal/mca/pmix/pmix4x/pmix/examples/debugger.c if (NULL != strstr(myquery_data.info[n].value.data.string, PMIX_DEBUG_STOP_ON_EXEC)) { string 464 opal/mca/pmix/pmix4x/pmix/examples/debugger.c if (NULL == q->info[0].value.data.string) { string 469 opal/mca/pmix/pmix4x/pmix/examples/debugger.c fprintf(stderr, "Query returned %s\n", q->info[0].value.data.string); string 172 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c fprintf(stderr, "[%s:%d] Debugging %s\n", myproc.nspace, myproc.rank, val->data.string); string 183 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c PMIX_INFO_LOAD(&query[0].qualifiers[0], PMIX_NSPACE, val->data.string, PMIX_STRING); // the nspace we are enquiring about string 203 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c (void)strncpy(proc.nspace, val->data.string, PMIX_MAX_NSLEN); string 71 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c if (0 != strcmp(val->data.string, "1234")) { string 72 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c fprintf(stderr, "%s:%d: PMIx_Get_nb Key %s returned wrong value: %s\n", myproc.nspace, myproc.rank, key, val->data.string); string 144 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c value.data.string = "1234"; string 466 opal/mca/pmix/pmix4x/pmix/examples/server.c x->info[i].value.data.string = strdup(ranks); string 472 opal/mca/pmix/pmix4x/pmix/examples/server.c x->info[i].value.data.string = regex; string 478 opal/mca/pmix/pmix4x/pmix/examples/server.c x->info[i].value.data.string = ppn; string 828 opal/mca/pmix/pmix4x/pmix/examples/server.c if (0 > asprintf(&info[n].value.data.string, "%d", (int)n)) { string 136 opal/mca/pmix/pmix4x/pmix/examples/tool.c mydata.info[0].value.data.string); string 179 opal/mca/pmix/pmix4x/pmix/examples/tool.c fprintf(stderr, "\t%s", iptr[m].value.data.string); string 187 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c val.data.string = (char*)value; string 243 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c pmix_strncpy(value, val->data.string, length-1); string 267 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c } else if (NULL != val->data.string) { string 268 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c pmix_strncpy(value, val->data.string, length-1); string 448 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c info.value.data.string = (char*) port; string 506 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c if (PMIX_STRING != pdata.value.type || NULL == pdata.value.data.string) { string 515 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c pmix_strncpy(port, pdata.value.data.string, PMIX_MAX_KEYLEN); string 621 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c rks = pmix_argv_split(val->data.string, ','); string 745 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c apps[i].info[j].value.data.string = strdup(info_keyval_vectors[i][j].val); string 230 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c apps[i].info[j].value.data.string = strdup(info_keyval_vectors[i][j].val); string 384 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c val.data.string = (char*)value; string 468 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c } else if (NULL != val->data.string) { string 469 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c pmix_strncpy(value, val->data.string, maxvalue-1); string 470 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c *vallen = strlen(val->data.string); string 511 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c } else if (NULL != val->data.string) { string 512 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c pmix_strncpy(value, val->data.string, valuelen-1); string 548 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c val.data.string = (char*)value; string 587 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c pmix_strncpy(value, val->data.string, valuelen); string 610 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c } else if (NULL != val->data.string) { string 611 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c pmix_strncpy(value, val->data.string, valuelen-1); string 651 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c info[0].value.data.string = (char*)port; string 658 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c info[1].value.data.string = (char*)info_ptr->val; string 697 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c pdata[1].value.data.string = info_ptr->val; string 710 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c NULL == pdata[0].value.data.string) { string 717 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c pmix_strncpy(port, pdata[0].value.data.string, portLen-1); string 279 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c name = info[n].value.data.string; string 601 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c PMIX_INFO_LOAD(&ginfo, PMIX_GDS_MODULE, info[n].value.data.string, PMIX_STRING); string 984 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c if (pmix_compress.compress_string(cb->value->data.string, &tmp, &len)) { string 452 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c pmix_compress.decompress_string(&kv->data.string, string 455 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c if (NULL == kv->data.string) { string 108 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_LOAD_KEY(fnptr->attrs[n].string, attrs[n].string); string 174 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c char *string; string 181 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_GDS_MODULE", .string = PMIX_GDS_MODULE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 182 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EVENT_BASE", .string = PMIX_EVENT_BASE, .type = PMIX_POINTER, .description = (char *[]){"VALID MEMORY REFERENCE", NULL}}, string 183 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_HOSTNAME", .string = PMIX_HOSTNAME, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 184 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_NODEID", .string = PMIX_NODEID, .type = PMIX_UINT32, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 185 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_PROGRAMMING_MODEL", .string = PMIX_PROGRAMMING_MODEL, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 186 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_MODEL_LIBRARY_NAME", .string = PMIX_MODEL_LIBRARY_NAME, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 187 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_MODEL_LIBRARY_VERSION", .string = PMIX_MODEL_LIBRARY_VERSION, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 188 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_THREADING_MODEL", .string = PMIX_THREADING_MODEL, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 189 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_USOCK_DISABLE", .string = PMIX_USOCK_DISABLE, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Disable usock messaging interface", NULL}}, string 190 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SOCKET_MODE", .string = PMIX_SOCKET_MODE, .type = PMIX_UINT32, .description = (char *[]){"Valid POSIX mode_t value", NULL}}, string 191 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_REPORT_URI", .string = PMIX_TCP_REPORT_URI, .type = PMIX_STRING, .description = (char *[]){"-, +, or filename", NULL}}, string 192 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IF_INCLUDE", .string = PMIX_TCP_IF_INCLUDE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Comma-separated list of", "TCP interfaces to include", NULL}}, string 193 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IF_EXCLUDE", .string = PMIX_TCP_IF_EXCLUDE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Comma-separated list of", "TCP interfaces to exclude", NULL}}, string 194 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IPV4_PORT", .string = PMIX_TCP_IPV4_PORT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", "IPv4 port to be used", NULL}}, string 195 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IPV6_PORT", .string = PMIX_TCP_IPV6_PORT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", "IPv6 port to be used", NULL}}, string 196 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_DISABLE_IPV4", .string = PMIX_TCP_DISABLE_IPV4, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Disable IPv4 messaging interface", NULL}}, string 197 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_DISABLE_IPV6", .string = PMIX_TCP_DISABLE_IPV6, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Disable IPv6 messaging interface", NULL}}, string 200 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Execute fence during finalize", NULL}}, string 205 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_DATA_SCOPE", .string = PMIX_DATA_SCOPE, .type = PMIX_SCOPE, .description = (char *[]){"PMIX_SCOPE_UNDEF,PMIX_LOCAL,", "PMIX_REMOTE,PMIX_GLOBAL,", "PMIX_INTERNAL", NULL}}, string 206 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_OPTIONAL", .string = PMIX_OPTIONAL, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 207 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_IMMEDIATE", .string = PMIX_IMMEDIATE, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 208 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SESSION_INFO", .string = PMIX_SESSION_INFO, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Requesting session-level value", NULL}}, string 209 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_JOB_INFO", .string = PMIX_JOB_INFO, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Requesting job-level value", NULL}}, string 210 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_APP_INFO", .string = PMIX_APP_INFO, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Requesting app-level value", NULL}}, string 211 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_NODE_INFO", .string = PMIX_NODE_INFO, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Requesting node-level value", NULL}}, string 214 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_DATA_SCOPE", .string = PMIX_DATA_SCOPE, .type = PMIX_SCOPE, .description = (char *[]){"PMIX_SCOPE_UNDEF,PMIX_LOCAL,", "PMIX_REMOTE,PMIX_GLOBAL,", "PMIX_INTERNAL", NULL}}, string 215 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_OPTIONAL", .string = PMIX_OPTIONAL, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 216 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_IMMEDIATE", .string = PMIX_IMMEDIATE, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 217 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SESSION_INFO", .string = PMIX_SESSION_INFO, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Requesting session-level value", NULL}}, string 218 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_JOB_INFO", .string = PMIX_JOB_INFO, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Requesting job-level value", NULL}}, string 219 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_APP_INFO", .string = PMIX_APP_INFO, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Requesting app-level value", NULL}}, string 220 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_NODE_INFO", .string = PMIX_NODE_INFO, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Requesting node-level value", NULL}}, string 233 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 236 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 239 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 242 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 245 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 248 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 251 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 254 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SETUP_APP_ENVARS", .string = PMIX_SETUP_APP_ENVARS, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 257 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SETUP_APP_ENVARS", .string = PMIX_SETUP_APP_ENVARS, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 260 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 263 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_LOG_GENERATE_TIMESTAMP", .string = PMIX_LOG_GENERATE_TIMESTAMP, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 266 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_LOG_GENERATE_TIMESTAMP", .string = PMIX_LOG_GENERATE_TIMESTAMP, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 299 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_LOAD_KEY(attrs[m].string, client_attributes[m+cnt].string); string 353 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_GDS_MODULE", .string = PMIX_GDS_MODULE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 354 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EVENT_BASE", .string = PMIX_EVENT_BASE, .type = PMIX_POINTER, .description = (char *[]){"VALID MEMORY REFERENCE", NULL}}, string 355 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_HOSTNAME", .string = PMIX_HOSTNAME, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 356 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_NODEID", .string = PMIX_NODEID, .type = PMIX_UINT32, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 357 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SINGLE_LISTENER", .string = PMIX_SINGLE_LISTENER, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Only use one messaging interface", NULL}}, string 358 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_USOCK_DISABLE", .string = PMIX_USOCK_DISABLE, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Disable usock messaging interface", NULL}}, string 359 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SOCKET_MODE", .string = PMIX_SOCKET_MODE, .type = PMIX_UINT32, .description = (char *[]){"Valid POSIX mode_t value", NULL}}, string 360 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_REPORT_URI", .string = PMIX_TCP_REPORT_URI, .type = PMIX_STRING, .description = (char *[]){"-, +, or filename", NULL}}, string 361 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IF_INCLUDE", .string = PMIX_TCP_IF_INCLUDE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Comma-separated list of", "TCP interfaces to include", NULL}}, string 362 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IF_EXCLUDE", .string = PMIX_TCP_IF_EXCLUDE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Comma-separated list of", "TCP interfaces to exclude", NULL}}, string 363 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IPV4_PORT", .string = PMIX_TCP_IPV4_PORT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", "IPv4 port to be used", NULL}}, string 364 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IPV6_PORT", .string = PMIX_TCP_IPV6_PORT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", "IPv6 port to be used", NULL}}, string 365 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_DISABLE_IPV4", .string = PMIX_TCP_DISABLE_IPV4, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Disable IPv4 messaging interface", NULL}}, string 366 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_DISABLE_IPV6", .string = PMIX_TCP_DISABLE_IPV6, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Disable IPv6 messaging interface", NULL}}, string 367 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_REMOTE_CONNECTIONS", .string = PMIX_SERVER_REMOTE_CONNECTIONS, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Allow connections from", "remote tools", NULL}}, string 368 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_NSPACE", .string = PMIX_SERVER_NSPACE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Namespace assigned to server", NULL}}, string 369 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_RANK", .string = PMIX_SERVER_RANK, .type = PMIX_PROC_RANK, .description = (char *[]){"POSITIVE INTEGERS", "Rank assigned to server", NULL}}, string 370 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_TMPDIR", .string = PMIX_SERVER_TMPDIR, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Path to temp directory", "assigned to server", NULL}}, string 371 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SYSTEM_TMPDIR", .string = PMIX_SYSTEM_TMPDIR, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Path to system temp directory", NULL}}, string 372 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_TOOL_SUPPORT", .string = PMIX_SERVER_TOOL_SUPPORT, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Allow tool connections", NULL}}, string 373 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_SYSTEM_SUPPORT", .string = PMIX_SERVER_SYSTEM_SUPPORT, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Declare server as being the", "local system server for PMIx", "connection requests", NULL}}, string 378 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_DATA_SCOPE", .string = PMIX_DATA_SCOPE, .type = PMIX_SCOPE, .description = (char *[]){"PMIX_SCOPE_UNDEF,PMIX_LOCAL,","PMIX_REMOTE,PMIX_GLOBAL,", "PMIX_INTERNAL", NULL}}, string 379 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_OPTIONAL", .string = PMIX_OPTIONAL, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 380 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_IMMEDIATE", .string = PMIX_IMMEDIATE, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 381 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 384 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 387 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 390 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 393 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 396 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 399 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 402 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 405 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 408 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SETUP_APP_ENVARS", .string = PMIX_SETUP_APP_ENVARS, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 411 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SETUP_APP_ENVARS", .string = PMIX_SETUP_APP_ENVARS, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 414 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EMBED_BARRIER", .string = PMIX_EMBED_BARRIER, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 417 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_LOG_GENERATE_TIMESTAMP", .string = PMIX_LOG_GENERATE_TIMESTAMP, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 420 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_LOG_GENERATE_TIMESTAMP", .string = PMIX_LOG_GENERATE_TIMESTAMP, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 423 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_IMMEDIATE", .string = PMIX_IMMEDIATE, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 424 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 427 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_IMMEDIATE", .string = PMIX_IMMEDIATE, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 428 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 431 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_COLLECT_DATA", .string = PMIX_COLLECT_DATA, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 432 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 435 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_COLLECT_DATA", .string = PMIX_COLLECT_DATA, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 436 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 439 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_FWD_STDIN", .string = PMIX_FWD_STDIN, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 440 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_FWD_STDOUT", .string = PMIX_FWD_STDOUT, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 441 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_FWD_STDERR", .string = PMIX_FWD_STDERR, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 442 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_FWD_STDDIAG", .string = PMIX_FWD_STDDIAG, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 445 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_FWD_STDIN", .string = PMIX_FWD_STDIN, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 446 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_FWD_STDOUT", .string = PMIX_FWD_STDOUT, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 447 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_FWD_STDERR", .string = PMIX_FWD_STDERR, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 448 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_FWD_STDDIAG", .string = PMIX_FWD_STDDIAG, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 451 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 454 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TIMEOUT", .string = PMIX_TIMEOUT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 457 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EVENT_AFFECTED_PROC", .string = PMIX_EVENT_AFFECTED_PROC, .type = PMIX_PROC, .description = (char *[]){"pmix_proc_t*", NULL}}, string 458 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EVENT_AFFECTED_PROCS", .string = PMIX_EVENT_AFFECTED_PROCS, .type = PMIX_DATA_ARRAY, .description = (char *[]){"Array of pmix_proc_t", NULL}}, string 461 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_QUERY_REFRESH_CACHE", .string = PMIX_QUERY_REFRESH_CACHE, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 462 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_PROCID", .string = PMIX_PROCID, .type = PMIX_PROC, .description = (char *[]){"pmix_proc_t*", NULL}}, string 463 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_NSPACE", .string = PMIX_NSPACE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 464 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_RANK", .string = PMIX_RANK, .type = PMIX_PROC_RANK, .description = (char *[]){"UNSIGNED INT32", NULL}}, string 465 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_HOSTNAME", .string = PMIX_HOSTNAME, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 468 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_REGISTER_CLEANUP", .string = PMIX_REGISTER_CLEANUP, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 469 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_REGISTER_CLEANUP_DIR", .string = PMIX_REGISTER_CLEANUP_DIR, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 470 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CLEANUP_RECURSIVE", .string = PMIX_CLEANUP_RECURSIVE, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 471 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CLEANUP_IGNORE", .string = PMIX_CLEANUP_IGNORE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 472 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CLEANUP_LEAVE_TOPDIR", .string = PMIX_CLEANUP_LEAVE_TOPDIR, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 475 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_REGISTER_CLEANUP", .string = PMIX_REGISTER_CLEANUP, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 476 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_REGISTER_CLEANUP_DIR", .string = PMIX_REGISTER_CLEANUP_DIR, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 477 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CLEANUP_RECURSIVE", .string = PMIX_CLEANUP_RECURSIVE, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 478 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CLEANUP_IGNORE", .string = PMIX_CLEANUP_IGNORE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 479 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CLEANUP_LEAVE_TOPDIR", .string = PMIX_CLEANUP_LEAVE_TOPDIR, .type = PMIX_BOOL, .description = (char *[]){"True,False", NULL}}, string 512 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_LOAD_KEY(attrs[m].string, server_attributes[m+cnt].string); string 537 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_GDS_MODULE", .string = PMIX_GDS_MODULE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 538 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_EVENT_BASE", .string = PMIX_EVENT_BASE, .type = PMIX_POINTER, .description = (char *[]){"VALID MEMORY REFERENCE", NULL}}, string 539 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_HOSTNAME", .string = PMIX_HOSTNAME, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 540 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_NODEID", .string = PMIX_NODEID, .type = PMIX_UINT32, .description = (char *[]){"POSITIVE INTEGERS", NULL}}, string 541 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TOOL_NSPACE", .string = PMIX_TOOL_NSPACE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", NULL}}, string 542 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TOOL_RANK", .string = PMIX_TOOL_RANK, .type = PMIX_PROC_RANK, .description = (char *[]){"POSITIVE INTEGERS", "Rank assigned to tool", NULL}}, string 543 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TOOL_DO_NOT_CONNECT", .string = PMIX_TOOL_DO_NOT_CONNECT, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Do not connect to server", NULL}}, string 544 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CONNECT_TO_SYSTEM", .string = PMIX_CONNECT_TO_SYSTEM, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Connect to system PMIx server", NULL}}, string 545 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CONNECT_SYSTEM_FIRST", .string = PMIX_CONNECT_SYSTEM_FIRST, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Try system PMIx server first", NULL}}, string 546 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_PIDINFO", .string = PMIX_SERVER_PIDINFO, .type = PMIX_PID, .description = (char *[]){"Valid pid_t value", "PID of target PMIx server", NULL}}, string 547 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_URI", .string = PMIX_TCP_URI, .type = PMIX_STRING, .description = (char *[]){"Valid PMIx URI", "URI of PMIx server to connect to", NULL}}, string 548 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_URI", .string = PMIX_SERVER_URI, .type = PMIX_STRING, .description = (char *[]){"Valid PMIx URI", "URI of PMIx server to connect to", NULL}}, string 549 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_NSPACE", .string = PMIX_SERVER_NSPACE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Namespace of PMIx server to", "connect to", NULL}}, string 550 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CONNECT_RETRY_DELAY", .string = PMIX_CONNECT_RETRY_DELAY, .type = PMIX_UINT32, .description = (char *[]){"POSITIVE INTEGERS", "Seconds between connection", "attempts", NULL}}, string 551 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CONNECT_MAX_RETRIES", .string = PMIX_CONNECT_MAX_RETRIES, .type = PMIX_UINT32, .description = (char *[]){"POSITIVE INTEGERS", "Max number of connection retries", NULL}}, string 552 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SOCKET_MODE", .string = PMIX_SOCKET_MODE, .type = PMIX_UINT32, .description = (char *[]){"Valid POSIX mode_t value", NULL}}, string 553 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_REPORT_URI", .string = PMIX_TCP_REPORT_URI, .type = PMIX_STRING, .description = (char *[]){"-, +, or filename", NULL}}, string 554 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IF_INCLUDE", .string = PMIX_TCP_IF_INCLUDE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Comma-separated list of", "TCP interfaces to include", NULL}}, string 555 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IF_EXCLUDE", .string = PMIX_TCP_IF_EXCLUDE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Comma-separated list of", "TCP interfaces to exclude", NULL}}, string 556 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IPV4_PORT", .string = PMIX_TCP_IPV4_PORT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", "IPv4 port to be used", NULL}}, string 557 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_IPV6_PORT", .string = PMIX_TCP_IPV6_PORT, .type = PMIX_INT, .description = (char *[]){"POSITIVE INTEGERS", "IPv6 port to be used", NULL}}, string 558 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_DISABLE_IPV4", .string = PMIX_TCP_DISABLE_IPV4, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Disable IPv4 messaging interface", NULL}}, string 559 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_DISABLE_IPV6", .string = PMIX_TCP_DISABLE_IPV6, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Disable IPv6 messaging interface", NULL}}, string 560 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_FWD_STDIN", .string = PMIX_FWD_STDIN, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Forward stdin of the tool", NULL}}, string 561 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_LAUNCHER", .string = PMIX_LAUNCHER, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Tool is a job launcher", NULL}}, string 562 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_TMPDIR", .string = PMIX_SERVER_TMPDIR, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Path to temp directory", "assigned to tool", NULL}}, string 563 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SYSTEM_TMPDIR", .string = PMIX_SYSTEM_TMPDIR, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Path to system temp directory", NULL}}, string 568 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CONNECT_TO_SYSTEM", .string = PMIX_CONNECT_TO_SYSTEM, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Connect to system PMIx server", NULL}}, string 569 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_CONNECT_SYSTEM_FIRST", .string = PMIX_CONNECT_SYSTEM_FIRST, .type = PMIX_BOOL, .description = (char *[]){"True,False", "Try system PMIx server first", NULL}}, string 570 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_PIDINFO", .string = PMIX_SERVER_PIDINFO, .type = PMIX_PID, .description = (char *[]){"Valid pid_t value", "PID of target PMIx server", NULL}}, string 571 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_TCP_URI", .string = PMIX_TCP_URI, .type = PMIX_STRING, .description = (char *[]){"Valid PMIx URI", "URI of PMIx server to connect to", NULL}}, string 572 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_URI", .string = PMIX_SERVER_URI, .type = PMIX_STRING, .description = (char *[]){"Valid PMIx URI", "URI of PMIx server to connect to", NULL}}, string 573 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c {.name = "PMIX_SERVER_NSPACE", .string = PMIX_SERVER_NSPACE, .type = PMIX_STRING, .description = (char *[]){"UNRESTRICTED", "Namespace of PMIx server to", "connect to", NULL}}, string 606 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_LOAD_KEY(attrs[m].string, tool_attributes[m+cnt].string); string 637 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c fns = pmix_argv_split(info->value.data.string, ','); string 1003 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = strlen(attrs[n].string); string 1007 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c memcpy(&line[PMIX_PRINT_NAME_COLUMN_WIDTH+2], attrs[n].string, len); string 121 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c peer->nptr->compat.bfrops = pmix_bfrops_base_assign_module(value->data.string); string 162 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c peer->nptr->compat.bfrops = pmix_bfrops_base_assign_module(value->data.string); string 220 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c PMIX_LOAD_NSPACE(proc.nspace, queries[n].qualifiers[p].value.data.string); string 224 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c if (0 != strcmp(queries[n].qualifiers[p].value.data.string, pmix_globals.hostname)) { string 942 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c grpid = cd->info[n].value.data.string; string 504 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c name = cd->info[n].value.data.string; string 517 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c locator = cd->info[n].value.data.string; string 520 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c locator = cd->info[n].value.data.string; string 158 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c if (NULL == info[n].value.data.string) { string 170 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c info[n].value.data.string, string 171 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c strlen(info[n].value.data.string))) { string 205 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c if (NULL == info[n].value.data.string) { string 220 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c info[n].value.data.string, string 221 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c strlen(info[n].value.data.string))) { string 252 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c if (NULL == info[n].value.data.string) { string 263 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c if (0 != hwloc_topology_set_xml(pmix_hwloc_topology, info[n].value.data.string)) { string 297 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c if (0 == strcasecmp(info[n].value.data.string, "none")) { string 299 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c } else if (0 == strcasecmp(info[n].value.data.string, "begin")) { string 301 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c } else if (0 == strcasecmp(info[n].value.data.string, "biggest")) { string 303 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c } else if (0 == strcasecmp(info[n].value.data.string, "libs")) { string 305 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c } else if (0 == strcasecmp(info[n].value.data.string, "heap")) { string 307 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c } else if (0 == strcasecmp(info[n].value.data.string, "stack")) { string 146 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c for (int i = 0 ; verbose_values[i].string ; ++i) { string 147 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c if (0 == strcmp (verbose_values[i].string, string_value)) { string 174 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c for (int i = 0 ; verbose_values[i].string ; ++i) { string 176 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c *string_value = strdup (verbose_values[i].string); string 244 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c for (i = 0 ; values[i].string ; ++i); string 256 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c new_enum->enum_values[i].string = strdup (values[i].string); string 281 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c for (i = 0 ; flags[i].string ; ++i); string 294 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c new_enum->enum_flags[i].string = strdup (flags[i].string); string 323 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c for (i = 0; i < self->enum_value_count && self->enum_values[i].string ; ++i) { string 325 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c self->enum_values[i].string); string 360 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c *string_value = strdup (self->enum_values[index].string); string 383 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c 0 == strcasecmp (string_value, self->enum_values[i].string)) { string 416 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c *string_value = strdup (self->enum_values[i].string); string 443 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c free ((void *) enumerator->enum_values[i].string); string 468 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c *string_value = strdup (flag_enum->enum_flags[index].string); string 500 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c 0 == strcasecmp (flags[i], flag_enum->enum_flags[i].string)) { string 543 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c ret = asprintf (&out, "%s%s%s", tmp ? tmp : "", tmp ? "," : "", flag_enum->enum_flags[i].string); string 593 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c flag_enum->enum_flags[i].string); string 619 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c free ((void *) enumerator->enum_flags[i].string); string 102 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.h const char *string; string 153 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.h const char *string; string 824 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c PMIX_LOAD_KEY(pr[n].string, sr[n].string); string 900 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c PMIX_LOAD_KEY((*dest)->string, src->string); string 85 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c v->data.string = strdup(data); string 259 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c if (NULL != kv->data.string) { string 260 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c *data = strdup(kv->data.string); string 261 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c *sz = strlen(kv->data.string); string 394 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c PMIX_LOAD_KEY(regattr->string, r->string); string 493 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c if (0 == strcmp(p->data.string, p1->data.string)) { string 593 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c if (NULL != src->data.string) { string 594 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c p->data.string = strdup(src->data.string); string 596 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c p->data.string = NULL; string 1051 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c foo = ptr[i].string; string 912 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c prefx, src->data.string); string 1034 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c (0 == strlen(r->string)) ? "NULL" : r->string); string 1754 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c (0 == strlen(src->string)) ? "NULL" : src->string); string 723 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c "pmix_bfrop_unpack: pdata type %d %s", ptr[i].value.type, ptr[i].value.data.string); string 1341 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c pmix_strncpy(ptr[i].string, tmp, PMIX_MAX_KEYLEN); string 537 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/bfrop_v12.c v->data.string = strdup(data); string 630 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/bfrop_v12.c if (NULL != kv->data.string) { string 631 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/bfrop_v12.c *data = strdup(kv->data.string); string 632 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/bfrop_v12.c *sz = strlen(kv->data.string); string 217 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/copy.c rc = strcmp(p->data.string, p1->data.string); string 240 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/copy.c if (NULL != src->data.string) { string 241 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/copy.c p->data.string = strdup(src->data.string); string 243 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/copy.c p->data.string = NULL; string 476 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c if (PMIX_SUCCESS != (ret = pmix12_bfrop_pack_buffer(regtypes, buffer, &p->data.string, 1, PMIX_STRING))) { string 758 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/print.c prefx, src->data.string); string 582 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c if (PMIX_SUCCESS != (ret = pmix12_bfrop_unpack_buffer(regtypes, buffer, &val->data.string, &m, PMIX_STRING))) { string 486 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c v->data.string = strdup(data); string 622 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c if (NULL != kv->data.string) { string 623 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c *data = strdup(kv->data.string); string 624 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c *sz = strlen(kv->data.string); string 242 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c rc = strcmp(p->data.string, p1->data.string); string 321 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c rc = strcmp(p->data.string, p1->data.string); string 368 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c if (NULL != src->data.string) { string 369 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c p->data.string = strdup(src->data.string); string 371 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c p->data.string = NULL; string 492 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_buffer(regtypes, buffer, &p->data.string, 1, PMIX_STRING))) { string 799 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/print.c prefx, src->data.string); string 587 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c if (PMIX_SUCCESS != (ret = pmix20_bfrop_unpack_buffer(regtypes, buffer, &val->data.string, &m, PMIX_STRING))) { string 1622 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c dstor_tmpdir = (char*)info[n].value.data.string; string 1632 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c dstor_tmpdir = (char*)info[n].value.data.string; string 64 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_base.c options = pmix_argv_split(info[n].value.data.string, ','); string 60 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.c options = pmix_argv_split(info[n].value.data.string, ','); string 189 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c options = pmix_argv_split(info[n].value.data.string, ','); string 247 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (NULL != iptr[m].value.data.string) { string 248 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c free(iptr[m].value.data.string); string 250 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c iptr[m].value.data.string = strdup(ppn[n]); string 336 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.string = strdup(nodes[n]); string 356 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.string = pmix_argv_join(nodes, ','); string 422 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.string = strdup(info[n].value.data.string); string 431 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (PMIX_SUCCESS != (rc = pmix_preg.parse_nodes(info[n].value.data.string, &nodes))) { string 445 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (PMIX_SUCCESS != (rc = pmix_preg.parse_procs(info[n].value.data.string, &procs))) { string 491 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (pmix_compress.compress_string(kp2->value->data.string, &tmp, &len)) { string 498 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c free(kp2->value->data.string); string 528 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (pmix_compress.compress_string(kp2->value->data.string, &tmp, &len)) { string 536 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c free(kp2->value->data.string); string 856 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (pmix_compress.compress_string(kp2->value->data.string, &tmp, &len)) { string 863 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c free(kp2->value->data.string); string 943 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c PMIX_INFO_LOAD(&info[kp2->value->data.darray->size-1], PMIX_LOCAL_PEERS, kv.value->data.string, PMIX_STRING); string 974 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c PMIX_INFO_LOAD(&info[0], PMIX_LOCAL_PEERS, kv.value->data.string, PMIX_STRING); string 988 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c procs = pmix_argv_split(kv.value->data.string, ','); string 997 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.string = strdup(kv.key); string 1019 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.string = pmix_argv_join(nodelist, ','); string 1036 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (pmix_compress.compress_string(kptr->value->data.string, &tmp, &len)) { string 1043 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c free(kptr->value->data.string); string 33 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/base.h (PMIX_STRING == (s)->type && NULL != (s)->data.string && pmix_compress_base.compress_limit < strlen((s)->data.string)) string 49 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/base.h (s)->data.string = tmp; \ string 105 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c bo.bytes = data[n].value.data.string; string 112 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c bo.bytes = data[n].value.data.string; string 119 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c rc = write_local(source, timestamp, pri, data[n].value.data.string, data, ndata); string 125 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c rc = write_local(source, timestamp, pri, data[n].value.data.string, data, ndata); string 133 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c rc = write_local(source, timestamp, pri, data[n].value.data.string, data, ndata); string 85 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c nregex = info[n].value.data.string; string 87 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c pregex = info[n].value.data.string; string 383 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c NULL == requests[n].value.data.string) { string 387 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c type = requests[n].value.data.string; string 391 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c NULL == requests[n].value.data.string) { string 395 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c plane = requests[n].value.data.string; string 404 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c NULL == requests[n].value.data.string) { string 408 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c idkey = requests[n].value.data.string; string 432 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c kv->value->data.string = strdup(idkey); string 484 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c } else if (0 == strcasecmp(requests[n].value.data.string, "udp")) { string 776 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c (PMIX_STRING == kv->value->type) ? kv->value->data.string : "NON-STRING"); string 784 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c idkey = strdup(kv->value->data.string); string 1012 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c kv->value->data.string = NULL; string 1041 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c kv->value->data.string = pmix_argv_join(plist, ','); string 1057 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c kv->value->data.string = strdup(trk->src->type); string 1071 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c kv->value->data.string = strdup(trk->src->plane); string 178 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c NULL == requests[n].value.data.string) { string 182 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c idkey = requests[n].value.data.string; string 207 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c kv->value->data.string = strdup(idkey); string 372 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c (PMIX_STRING == kv->value->type) ? kv->value->data.string : "NON-STRING"); string 380 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c idkey = strdup(kv->value->data.string); string 575 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c ptr = pmix_argv_split(info[n].value.data.string, ','); string 664 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL != kv->value->data.string) { string 665 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c *nodelist = strdup(kv->value->data.string); string 122 opal/mca/pmix/pmix4x/pmix/src/mca/psec/munge/psec_munge.c types = pmix_argv_split(directives[n].value.data.string, ','); string 200 opal/mca/pmix/pmix4x/pmix/src/mca/psec/munge/psec_munge.c types = pmix_argv_split(directives[n].value.data.string, ','); string 88 opal/mca/pmix/pmix4x/pmix/src/mca/psec/native/psec_native.c types = pmix_argv_split(directives[n].value.data.string, ','); string 239 opal/mca/pmix/pmix4x/pmix/src/mca/psec/native/psec_native.c types = pmix_argv_split(directives[n].value.data.string, ','); string 93 opal/mca/pmix/pmix4x/pmix/src/mca/psec/none/psec_none.c types = pmix_argv_split(directives[n].value.data.string, ','); string 198 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c ft->file = strdup(monitor->value.data.string); string 259 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (0 == strcmp(server_nspace, info[n].value.data.string)) { string 267 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c server_nspace = strdup(info[n].value.data.string); string 271 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (0 == strcmp(suri, info[n].value.data.string)) { string 279 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c suri = strdup(info[n].value.data.string); string 290 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c rendfile = strdup(info[n].value.data.string); string 637 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c asprintf(&urikv->value->data.string, "%s.%u;%s", nspace, rank, suri); string 377 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c mca_ptl_tcp_component.if_include = strdup(info[n].value.data.string); string 382 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c mca_ptl_tcp_component.if_exclude = strdup(info[n].value.data.string); string 397 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c mca_ptl_tcp_component.super.uri = strdup(info[n].value.data.string); string 402 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c mca_ptl_tcp_component.report_uri = strdup(info[n].value.data.string); string 407 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c mca_ptl_tcp_component.session_tmpdir = strdup(info[n].value.data.string); string 412 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c mca_ptl_tcp_component.system_tmpdir = strdup(info[n].value.data.string); string 419 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c mca_ptl_tcp_component.rendezvous_filename = strdup(info[n].value.data.string); string 270 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c pmix_globals.hostname = strdup(info[n].value.data.string); string 197 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c pmix_server_globals.tmpdir = strdup(info[n].value.data.string); string 199 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c pmix_server_globals.system_tmpdir = strdup(info[n].value.data.string); string 293 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c pmix_strncpy(pmix_globals.myid.nspace, info[n].value.data.string, PMIX_MAX_NSLEN); string 2581 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c PMIX_LOAD_NSPACE(proc.nspace, cd->queries[n].qualifiers[p].value.data.string); string 2585 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c if (0 != strcmp(cd->queries[n].qualifiers[p].value.data.string, pmix_globals.hostname)) { string 2982 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c NULL == cd->info[n].value.data.string) { string 2993 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c cf->path = strdup(cd->info[n].value.data.string); string 2998 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c NULL == cd->info[n].value.data.string) { string 3009 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c cdir->path = strdup(cd->info[n].value.data.string); string 3016 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c NULL == cd->info[n].value.data.string) { string 3027 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c cf->path = strdup(cd->info[n].value.data.string); string 303 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c PMIX_INFO_LOAD(&ginfo, PMIX_GDS_MODULE, info[n].value.data.string, PMIX_STRING); string 317 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c nspace = strdup(info[n].value.data.string); string 328 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c pmix_server_globals.tmpdir = strdup(info[n].value.data.string); string 330 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c pmix_server_globals.system_tmpdir = strdup(info[n].value.data.string); string 800 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c kptr->value->data.string = strdup(pmix_globals.myid.nspace); string 860 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c kptr->value->data.string = strdup("0"); string 1036 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c kptr->value->data.string = strdup(hostname); string 1056 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c kptr->value->data.string = strdup(hostname); string 1072 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c kptr->value->data.string = strdup("0"); string 465 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c fns = pmix_argv_split(mq.info[n].value.data.string, ','); string 367 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c fprintf(stderr, "Active nspaces: %s\n", myquery_data.info[0].value.data.string); string 94 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c info[0].value.data.string = strdup(params.gds_mode); string 80 opal/mca/pmix/pmix4x/pmix/test/simple/gwclient.c info[n].key, info[n].value.data.string); string 580 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c x->info[3].value.data.string = strdup(ranks); string 585 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c x->info[4].value.data.string = regex; string 590 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c x->info[5].value.data.string = ppn; string 981 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c if (0 > asprintf(&info[n].value.data.string, "%d", (int)n)) { string 200 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c value.data.string = "1234"; string 101 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c info[n].key, info[n].value.data.string); string 174 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c pmix_output(0, "CLIENT SERVER URI: %s", val->data.string); string 233 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c value.data.string = "1234"; string 77 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c if (0 != strcmp(val->data.string, "1234")) { string 78 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c pmix_output(0, "%s:%d: PMIx_Get_nb Key %s returned wrong value: %s", myproc.nspace, myproc.rank, key, val->data.string); string 146 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c value.data.string = "1234"; string 93 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c info[n].key, info[n].value.data.string); string 291 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c fprintf(stderr, "\t%s:\t%s\n", info[n].key, info[n].value.data.string); string 724 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c x->info[3].value.data.string = strdup(ranks); string 729 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c x->info[4].value.data.string = regex; string 734 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c x->info[5].value.data.string = ppn; string 1140 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c if (0 > asprintf(&info[n].value.data.string, "%d", (int)n)) { string 65 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c if (0 != strcmp(info[0].value.data.string, "0")) { string 67 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c myproc.nspace, myproc.rank, info[1].value.data.string); string 69 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c if (0 != strcmp(info[1].value.data.string, "1")) { string 71 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c myproc.nspace, myproc.rank, info[1].value.data.string); string 468 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c x->info[3].value.data.string = strdup(ranks); string 473 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c x->info[4].value.data.string = regex; string 478 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c x->info[5].value.data.string = ppn; string 814 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c if (0 > asprintf(&info[n].value.data.string, "%d", (int)n)) { string 30 opal/mca/pmix/pmix4x/pmix/test/simple/test_pmix.c info[0].value.data.string = "yes"; string 58 opal/mca/pmix/pmix4x/pmix/test/simple/test_pmix.c printf("Found[%d] %d %s\n", i, pdata[i].value.type, pdata[i].value.data.string); string 355 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define PMIX_VAL_FIELD_string(x) ((x)->data.string) string 102 opal/mca/pmix/pmix4x/pmix/test/test_fence.c PUT(string, sval, PMIX_GLOBAL, fence_num, put_ind++, params.use_same_keys); string 190 opal/mca/pmix/pmix4x/pmix/test/test_fence.c GET(string, sval, p->proc.nspace, p->proc.rank, fence_num, put_ind++, params.use_same_keys, 1, 0); string 290 opal/mca/pmix/pmix4x/pmix/test/test_fence.c str = val->data.string; string 294 opal/mca/pmix/pmix4x/pmix/test/test_fence.c my_nspace, my_rank, npeers, *count, val->data.string)); string 313 opal/mca/pmix/pmix4x/pmix/test/test_fence.c my_nspace, my_rank, npeers, *count, val->data.string)); string 342 opal/mca/pmix/pmix4x/pmix/test/test_fence.c PUT(string, sval, PMIX_REMOTE, 101, i, 0); string 392 opal/mca/pmix/pmix4x/pmix/test/test_fence.c GET(string, sval, my_nspace, i+params.base_rank, 101, j, 0, 1, 1); string 405 opal/mca/pmix/pmix4x/pmix/test/test_fence.c GET(string, sval, my_nspace, i+params.base_rank, 101, j, 0, 1, 0); string 49 opal/mca/pmix/pmix4x/pmix/test/test_internal.c value.data.string = sval; string 76 opal/mca/pmix/pmix4x/pmix/test/test_internal.c GET(string, sval, my_nspace, my_rank, 0, idx, 1, 1, 0); string 62 opal/mca/pmix/pmix4x/pmix/test/test_publish.c info.value.data.string = strdup(data); string 112 opal/mca/pmix/pmix4x/pmix/test/test_publish.c NULL == pdata.value.data.string) { string 117 opal/mca/pmix/pmix4x/pmix/test/test_publish.c if (strncmp(data, pdata.value.data.string, strlen(data))) { string 55 opal/mca/pmix/pmix4x/pmix/test/test_replace.c PUT(string, sval, PMIX_GLOBAL, 0, key_idx, 1); string 87 opal/mca/pmix/pmix4x/pmix/test/test_replace.c PUT(string, sval, PMIX_GLOBAL, 0, item->key_idx, 1); string 123 opal/mca/pmix/pmix4x/pmix/test/test_replace.c GET(string, sval, my_nspace, my_rank, 0, key_idx, 1, 1, 0); string 147 opal/mca/pmix/pmix4x/pmix/test/test_server.c info[3].value.data.string = strdup(ranks); string 153 opal/mca/pmix/pmix4x/pmix/test/test_server.c info[4].value.data.string = regex; string 164 opal/mca/pmix/pmix4x/pmix/test/test_server.c info[5].value.data.string = ppn; string 761 opal/mca/pmix/pmix4x/pmix4x.c if (NULL != kv->data.string) { string 762 opal/mca/pmix/pmix4x/pmix4x.c v->data.string = strdup(kv->data.string); string 764 opal/mca/pmix/pmix4x/pmix4x.c v->data.string = NULL; string 984 opal/mca/pmix/pmix4x/pmix4x.c if (NULL != v->data.string) { string 985 opal/mca/pmix/pmix4x/pmix4x.c kv->data.string = strdup(v->data.string); string 230 opal/mca/pmix/pmix4x/pmix4x_client.c opal_convert_string_to_jobid(&pname.jobid, val->data.string); string 231 opal/mca/pmix/pmix4x/pmix4x_client.c (void)strncpy(mca_pmix_pmix4x_component.myproc.nspace, val->data.string, PMIX_MAX_NSLEN); string 1011 opal/mca/pmix/pmix4x/pmix4x_server_north.c if (OPAL_SUCCESS != (rc = opal_convert_string_to_jobid(&oinfo->data.name.jobid, queries[n].qualifiers[m].value.data.string))) { string 328 opal/mca/pmix/s1/pmix_s1.c kv.data.string = str; string 581 opal/mca/pmix/s1/pmix_s1.c if (NULL == kp || NULL == kp->data.string) { string 590 opal/mca/pmix/s1/pmix_s1.c kp->data.string); string 374 opal/mca/pmix/s2/pmix_s2.c kv.data.string = str; string 600 opal/mca/pmix/s2/pmix_s2.c if (NULL == kp || NULL == kp->data.string) { string 609 opal/mca/pmix/s2/pmix_s2.c kp->data.string); string 93 opal/runtime/opal_params.c char *string = NULL; string 123 opal/runtime/opal_params.c opal_asprintf(&string, "%d", signals[j]); string 126 opal/runtime/opal_params.c opal_asprintf(&tmp, "%s,%d", string, signals[j]); string 127 opal/runtime/opal_params.c free(string); string 128 opal/runtime/opal_params.c string = tmp; string 132 opal/runtime/opal_params.c opal_signal_string = string; string 138 opal/runtime/opal_params.c free (string); string 148 opal/runtime/opal_params.c string = strdup("stderr"); string 149 opal/runtime/opal_params.c opal_stacktrace_output_filename = string; string 160 opal/runtime/opal_params.c free (string); string 126 orte/include/orte/types.h char *string; string 132 orte/mca/errmgr/default_app/errmgr_default_app.c kv->data.string = strdup("ORTE-APP-DEFAULT"); string 429 orte/mca/ess/base/ess_base_std_orted.c val.data.string = orte_process_info.my_hnp_uri; string 433 orte/mca/ess/base/ess_base_std_orted.c val.data.string = NULL; string 439 orte/mca/ess/base/ess_base_std_orted.c val.data.string = NULL; string 81 orte/mca/ess/base/ess_base_std_tool.c orte_process_info.my_hnp_uri = strdup(kv->data.string); string 251 orte/mca/ess/base/ess_base_std_tool.c val.data.string = orte_process_info.my_hnp_uri; string 255 orte/mca/ess/base/ess_base_std_tool.c val.data.string = NULL; string 261 orte/mca/ess/base/ess_base_std_tool.c val.data.string = NULL; string 452 orte/mca/ess/hnp/ess_hnp_module.c val.data.string = proc->rml_uri; string 456 orte/mca/ess/hnp/ess_hnp_module.c val.data.string = NULL; string 462 orte/mca/ess/hnp/ess_hnp_module.c val.data.string = NULL; string 544 orte/mca/ess/pmi/ess_pmi_module.c val.data.string = orte_process_info.my_daemon_uri; string 548 orte/mca/ess/pmi/ess_pmi_module.c val.data.string = NULL; string 554 orte/mca/ess/pmi/ess_pmi_module.c val.data.string = NULL; string 397 orte/mca/ess/singleton/ess_singleton_module.c val.data.string = orte_process_info.my_daemon_uri; string 401 orte/mca/ess/singleton/ess_singleton_module.c val.data.string = NULL; string 407 orte/mca/ess/singleton/ess_singleton_module.c val.data.string = NULL; string 443 orte/mca/grpcomm/direct/grpcomm_direct.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(&wireup, &kv.data.string, &cnt, OPAL_STRING))) { string 449 orte/mca/grpcomm/direct/grpcomm_direct.c free(kv.data.string); string 452 orte/mca/grpcomm/direct/grpcomm_direct.c free(kv.data.string); string 453 orte/mca/grpcomm/direct/grpcomm_direct.c kv.data.string = NULL; string 205 orte/mca/odls/base/odls_base_default_fns.c if (ORTE_SUCCESS != (rc = opal_dss.pack(wireup, &val->data.string, 1, OPAL_STRING))) { string 267 orte/mca/odls/base/odls_base_default_fns.c if (ORTE_SUCCESS != (rc = opal_dss.pack(wireup, &val->data.string, 1, OPAL_STRING))) { string 417 orte/mca/odls/base/odls_base_default_fns.c opal_asprintf(&kv->data.string, "%s.net", ORTE_JOBID_PRINT(jdata->jobid)); string 666 orte/mca/odls/base/odls_base_default_fns.c ORTE_ATTR_GLOBAL, kv->data.string, OPAL_STRING); string 290 orte/mca/oob/base/oob_base_stubs.c val.data.string = final; string 295 orte/mca/oob/base/oob_base_stubs.c val.data.string = NULL; string 234 orte/mca/rtc/hwloc/rtc_hwloc.c kv->data.string = strdup(shmemfile); string 1066 orte/mca/schizo/ompi/schizo_ompi.c opal_unsetenv(attr->data.string, &app->env); string 1127 orte/mca/schizo/ompi/schizo_ompi.c opal_unsetenv(attr->data.string, &app->env); string 123 orte/orted/orted_comm.c char string[256], *string_ptr = string; string 1296 orte/orted/orted_comm.c (void) snprintf(string, sizeof(string), string 473 orte/orted/orted_main.c val.data.string = orte_process_info.my_daemon_uri; string 477 orte/orted/orted_main.c val.data.string = NULL; string 482 orte/orted/orted_main.c val.data.string = NULL; string 700 orte/orted/orted_main.c val.data.string = orte_parent_uri; string 704 orte/orted/orted_main.c val.data.string = NULL; string 709 orte/orted/orted_main.c val.data.string = NULL; string 564 orte/orted/orted_submit.c val.data.string = orte_process_info.my_hnp_uri; string 567 orte/orted/orted_submit.c val.data.string = NULL; string 574 orte/orted/orted_submit.c val.data.string = NULL; string 257 orte/orted/pmix/pmix_server.c kv->data.string = opal_os_path(false, orte_process_info.jobfam_session_dir, NULL); string 215 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 218 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 221 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 224 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 227 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 230 orte/orted/pmix/pmix_server_dyn.c if (opal_path_is_absolute(info->data.string)) { string 231 orte/orted/pmix/pmix_server_dyn.c app->cwd = strdup(info->data.string); string 240 orte/orted/pmix/pmix_server_dyn.c app->cwd = opal_os_path(false, cwd, info->data.string, NULL); string 248 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 260 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 269 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 283 orte/orted/pmix/pmix_server_dyn.c jdata->personality = opal_argv_split(info->data.string, ','); string 287 orte/orted/pmix/pmix_server_dyn.c jdata->map->req_mapper = strdup(info->data.string); string 298 orte/orted/pmix/pmix_server_dyn.c true, "mapping", info->data.string, string 303 orte/orted/pmix/pmix_server_dyn.c jdata->map->ppr = strdup(info->data.string); string 310 orte/orted/pmix/pmix_server_dyn.c true, "mapping", info->data.string, string 315 orte/orted/pmix/pmix_server_dyn.c NULL, info->data.string); string 325 orte/orted/pmix/pmix_server_dyn.c true, "ranking", info->data.string, string 331 orte/orted/pmix/pmix_server_dyn.c info->data.string); string 341 orte/orted/pmix/pmix_server_dyn.c info->data.string, string 346 orte/orted/pmix/pmix_server_dyn.c info->data.string); string 386 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_BOOL); string 456 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 466 orte/orted/pmix/pmix_server_dyn.c if (0 == strcmp(info->data.string, "all")) { string 468 orte/orted/pmix/pmix_server_dyn.c } else if (0 == strcmp(info->data.string, "none")) { string 471 orte/orted/pmix/pmix_server_dyn.c jdata->stdin_target = strtoul(info->data.string, NULL, 10); string 495 orte/orted/pmix/pmix_server_dyn.c ORTE_ATTR_GLOBAL, info->data.string, OPAL_STRING); string 614 orte/orted/pmix/pmix_server_dyn.c val.data.string = uri; string 618 orte/orted/pmix/pmix_server_dyn.c val.data.string = NULL; string 625 orte/orted/pmix/pmix_server_dyn.c val.data.string = NULL; string 534 orte/orted/pmix/pmix_server_gen.c kv->data.string = opal_argv_join(nspaces, ','); string 536 orte/orted/pmix/pmix_server_gen.c kv->data.string = NULL; string 555 orte/orted/pmix/pmix_server_gen.c kv->data.string = opal_argv_join(ans, ','); string 567 orte/orted/pmix/pmix_server_gen.c kv->data.string = opal_argv_join(ans, ','); string 680 orte/orted/pmix/pmix_server_gen.c kv->data.string = xmlbuffer; string 696 orte/orted/pmix/pmix_server_gen.c kv->data.string = xmlbuffer; string 706 orte/orted/pmix/pmix_server_gen.c kv->data.string = strdup(orte_process_info.my_hnp_uri); string 885 orte/orted/pmix/pmix_server_gen.c hostname = strdup(val->data.string); string 1090 orte/orted/pmix/pmix_server_gen.c if (ORTE_SUCCESS != (rc = orte_iof.output(requestor, ORTE_IOF_STDERR, val->data.string))) { string 1094 orte/orted/pmix/pmix_server_gen.c if (ORTE_SUCCESS != (rc = orte_iof.output(requestor, ORTE_IOF_STDOUT, val->data.string))) { string 116 orte/orted/pmix/pmix_server_pub.c val.data.string = server; string 91 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = strdup(ORTE_JOBID_PRINT(ORTE_PROC_MY_NAME->jobid)); string 104 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = strdup(ORTE_JOBID_PRINT(jdata->jobid)); string 166 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = regex; string 185 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = regex; string 267 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = strdup(orte_topo_signature); string 288 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = strdup(orte_rmaps_base_print_mapping(jdata->map->mapping)); string 295 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = strdup(orte_rmaps_base_print_ranking(jdata->map->ranking)); string 302 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = strdup(opal_hwloc_base_print_binding(jdata->map->binding)); string 331 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = opal_argv_join(micro, ','); string 387 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = opal_hwloc_base_get_locality_string(opal_hwloc_topology, tmp); string 395 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = NULL; string 444 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = tmp; string 455 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = tmp; string 485 orte/orted/pmix/pmix_server_register_fns.c kv->data.string = strdup(pptr->node->name); string 736 orte/runtime/data_type_support/orte_dt_packing_fns.c if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &ptr[i]->data.string, 1, OPAL_STRING))) { string 752 orte/runtime/data_type_support/orte_dt_print_fns.c prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.string); string 819 orte/runtime/data_type_support/orte_dt_unpacking_fns.c if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &ptr[i]->data.string, &m, OPAL_STRING))) { string 888 orte/runtime/orte_globals.c free(p->data.string); string 42 orte/test/mpi/interlib.c 0 == strcmp(val->data.string, "OpenMP")) { string 46 orte/test/mpi/interlib.c opal_output(0, "Thread Model Callback Key: %s Val %s", val->key, val->data.string); string 78 orte/test/mpi/interlib.c opal_output(0, "QUERY DATA KEY: %s VALUE %s", kv->key, kv->data.string); string 103 orte/test/mpi/interlib.c kv->data.string = strdup("OpenMP"); string 108 orte/test/mpi/interlib.c kv->data.string = strdup("foobar"); string 113 orte/test/mpi/interlib.c kv->data.string = strdup("1.2.3.4"); string 118 orte/test/mpi/interlib.c kv->data.string = strdup("PTHREAD"); string 154 orte/test/mpi/interlib.c kv->data.string = strdup("My-Declarations"); string 197 orte/test/mpi/interlib.c fprintf(stderr, "THREAD WASSUP: %s\n", kv->data.string); string 219 orte/test/mpi/interlib.c fprintf(stderr, "LOOKUP RETURNED %s\n", pdata->value.data.string); string 252 orte/test/mpi/interlib.c kv.data.string = strdup("nothing"); string 280 orte/test/mpi/interlib.c kptr->data.string = strdup("SILLY-THING"); string 80 orte/test/mpi/pinterlib.c 0 == strcmp(info[n].value.data.string, "OpenMP")) { string 84 orte/test/mpi/pinterlib.c fprintf(stderr, "Thread Model Callback Key: %s Val %s\n", info[n].key, info[n].value.data.string); string 116 orte/test/mpi/pinterlib.c fprintf(stderr, "QUERY DATA KEY: %s VALUE %s\n", info[n].key, info[n].value.data.string); string 209 orte/test/mpi/pinterlib.c fprintf(stderr, "THREAD WASSUP: %s\n", val->data.string); string 224 orte/test/mpi/pinterlib.c fprintf(stderr, "LOOKUP RETURNED %s\n", pdata[0].value.data.string); string 279 orte/test/mpi/pinterlib.c value.data.string = strdup("nothing"); string 54 orte/test/mpi/xlib.c fprintf(stderr, "\t%s:\t%s\n", info[n].key, info[n].value.data.string); string 67 orte/test/system/pmixtool.c (NULL == info[0].value.data.string) ? "NULL" : info[0].value.data.string); string 475 orte/util/attr.c if (OPAL_STRING == type && NULL != kv->data.string) { string 476 orte/util/attr.c free(kv->data.string); string 494 orte/util/attr.c if (NULL != kv->data.string) { string 495 orte/util/attr.c free(kv->data.string); string 498 orte/util/attr.c kv->data.string = strdup( (const char *) data); string 500 orte/util/attr.c kv->data.string = NULL; string 627 orte/util/attr.c if (NULL != kv->data.string) { string 628 orte/util/attr.c *data = strdup(kv->data.string); string 126 orte/util/comm/comm.c val.data.string = uri; string 130 orte/util/comm/comm.c val.data.string = NULL; string 135 orte/util/comm/comm.c val.data.string = NULL; string 150 orte/util/hnp_contact.c val.data.string = hnp_uri; string 154 orte/util/hnp_contact.c val.data.string = NULL; string 160 orte/util/hnp_contact.c val.data.string = NULL; string 811 test/dss/dss_buffer.c src[i]->data.string = strdup("truly-a-dumb-test");