exclude 514 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c char **exclude; exclude 591 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c exclude = split_and_resolve(&mca_btl_tcp2_component.tcp_if_exclude, exclude 603 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c argv = exclude; exclude 615 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c opal_argv_free(exclude); exclude 239 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c char **include, **exclude, **argv; exclude 255 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c exclude = opal_argv_split(mca_btl_tcp2_component.tcp_if_exclude,','); exclude 288 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c } else if (NULL != exclude) { exclude 292 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c argv = exclude; exclude 365 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c opal_argv_free(exclude); exclude 62 opal/mca/btl/base/btl_base_select.c char** exclude = opal_argv_split(mca_btl_base_exclude, ','); exclude 86 opal/mca/btl/base/btl_base_select.c } else if ( NULL != exclude ) { exclude 87 opal/mca/btl/base/btl_base_select.c char** argv = exclude; exclude 146 opal/mca/btl/base/btl_base_select.c if (NULL != exclude) { exclude 147 opal/mca/btl/base/btl_base_select.c opal_argv_free(exclude); exclude 164 opal/mca/btl/base/btl_base_select.c if (NULL != exclude) { exclude 165 opal/mca/btl/base/btl_base_select.c opal_argv_free(exclude); exclude 737 opal/mca/btl/tcp/btl_tcp_component.c char **exclude = NULL; exclude 819 opal/mca/btl/tcp/btl_tcp_component.c exclude = split_and_resolve(&mca_btl_tcp_component.tcp_if_exclude, exclude 831 opal/mca/btl/tcp/btl_tcp_component.c argv = exclude; exclude 848 opal/mca/btl/tcp/btl_tcp_component.c if (NULL != exclude) { exclude 849 opal/mca/btl/tcp/btl_tcp_component.c opal_argv_free(exclude); exclude 297 opal/mca/btl/tcp/btl_tcp_proc.c char **include, **exclude, **argv; exclude 313 opal/mca/btl/tcp/btl_tcp_proc.c exclude = opal_argv_split(mca_btl_tcp_component.tcp_if_exclude,','); exclude 347 opal/mca/btl/tcp/btl_tcp_proc.c } else if (NULL != exclude) { exclude 351 opal/mca/btl/tcp/btl_tcp_proc.c argv = exclude; exclude 428 opal/mca/btl/tcp/btl_tcp_proc.c if (NULL != exclude) { exclude 429 opal/mca/btl/tcp/btl_tcp_proc.c opal_argv_free(exclude); exclude 342 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c mca_pnet_opa_component.exclude, exclude 26 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.h char **exclude; exclude 69 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa_component.c .exclude = NULL, exclude 96 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa_component.c mca_pnet_opa_component.exclude = pmix_argv_split(mca_pnet_opa_component.excparms, ','); exclude 361 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c mca_pnet_tcp_component.exclude, exclude 28 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.h char **exclude; exclude 60 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp_component.c .exclude = NULL exclude 105 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp_component.c mca_pnet_tcp_component.exclude = pmix_argv_split(mca_pnet_tcp_component.excparms, ','); exclude 24 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.h char **exclude; exclude 67 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test_component.c .exclude = NULL exclude 61 orte/mca/oob/base/base.h char *exclude; exclude 131 orte/util/hostfile/hostfile.c opal_list_t* exclude, bool keep_all) exclude 202 orte/util/hostfile/hostfile.c if (NULL == (node = hostfile_lookup(exclude, node_name))) { exclude 208 orte/util/hostfile/hostfile.c opal_list_append(exclude, &node->super); exclude 448 orte/util/hostfile/hostfile.c opal_list_t* exclude, bool keep_all) exclude 505 orte/util/hostfile/hostfile.c rc = hostfile_parse_line(token, updates, exclude, keep_all); exclude 534 orte/util/hostfile/hostfile.c opal_list_t exclude, adds; exclude 544 orte/util/hostfile/hostfile.c OBJ_CONSTRUCT(&exclude, opal_list_t); exclude 548 orte/util/hostfile/hostfile.c if (ORTE_SUCCESS != (rc = hostfile_parse(hostfile, &adds, &exclude, false))) { exclude 567 orte/util/hostfile/hostfile.c while (NULL != (item = opal_list_remove_first(&exclude))) { exclude 608 orte/util/hostfile/hostfile.c OPAL_LIST_DESTRUCT(&exclude); exclude 622 orte/util/hostfile/hostfile.c opal_list_t newnodes, exclude; exclude 638 orte/util/hostfile/hostfile.c OBJ_CONSTRUCT(&exclude, opal_list_t); exclude 639 orte/util/hostfile/hostfile.c if (ORTE_SUCCESS != (rc = hostfile_parse(hostfile, &newnodes, &exclude, false))) { exclude 641 orte/util/hostfile/hostfile.c OBJ_DESTRUCT(&exclude); exclude 648 orte/util/hostfile/hostfile.c OBJ_DESTRUCT(&exclude); exclude 655 orte/util/hostfile/hostfile.c while (NULL != (item1 = opal_list_remove_first(&exclude))) { exclude 868 orte/util/hostfile/hostfile.c opal_list_t exclude; exclude 880 orte/util/hostfile/hostfile.c OBJ_CONSTRUCT(&exclude, opal_list_t); exclude 883 orte/util/hostfile/hostfile.c if (ORTE_SUCCESS != (rc = hostfile_parse(hostfile, nodes, &exclude, true))) { exclude 1011 orte/util/hostfile/hostfile.c while(NULL != (item = opal_list_remove_first(&exclude))) { exclude 1031 orte/util/hostfile/hostfile.c OBJ_DESTRUCT(&exclude);