regexp             84 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT pmix_status_t pmix_preg_base_parse_nodes(const char *regexp,
regexp             86 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/base.h PMIX_EXPORT pmix_status_t pmix_preg_base_parse_procs(const char *regexp,
regexp             65 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/preg_base_stubs.c pmix_status_t pmix_preg_base_parse_nodes(const char *regexp,
regexp             72 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/preg_base_stubs.c             if (PMIX_SUCCESS == active->module->parse_nodes(regexp, names)) {
regexp             81 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/preg_base_stubs.c pmix_status_t pmix_preg_base_parse_procs(const char *regexp,
regexp             88 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/preg_base_stubs.c             if (PMIX_SUCCESS == active->module->parse_procs(regexp, procs)) {
regexp             48 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c static pmix_status_t parse_nodes(const char *regexp,
regexp             50 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c static pmix_status_t parse_procs(const char *regexp,
regexp             74 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c static pmix_status_t pmix_regex_extract_nodes(char *regexp, char ***names);
regexp             75 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c static pmix_status_t pmix_regex_extract_ppn(char *regexp, char ***procs);
regexp             79 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c                                          char **regexp)
regexp             93 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     *regexp = NULL;
regexp            306 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     if (0 > asprintf(regexp, "pmix[%s]", tmp)) {
regexp            319 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c                                   char **regexp)
regexp            330 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     *regexp = NULL;
regexp            430 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     *regexp = tmp;
regexp            436 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c static pmix_status_t parse_nodes(const char *regexp,
regexp            446 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     if (NULL == regexp) {
regexp            451 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     tmp = strdup(regexp);
regexp            478 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c static pmix_status_t parse_procs(const char *regexp,
regexp            488 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     if (NULL == regexp) {
regexp            493 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     tmp = strdup(regexp);
regexp            675 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c static pmix_status_t pmix_regex_extract_nodes(char *regexp, char ***names)
regexp            688 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     if (NULL == regexp) {
regexp            692 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     orig = base = strdup(regexp);
regexp            699 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c                          "pmix:extract:nodes: checking list: %s", regexp));
regexp            977 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c static pmix_status_t pmix_regex_extract_ppn(char *regexp, char ***procs)
regexp            983 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     nds = pmix_argv_split(regexp, ';');
regexp             75 opal/mca/pmix/pmix4x/pmix/src/mca/preg/preg.h typedef pmix_status_t (*pmix_preg_base_module_parse_nodes_fn_t)(const char *regexp,
regexp             78 opal/mca/pmix/pmix4x/pmix/src/mca/preg/preg.h typedef pmix_status_t (*pmix_preg_base_module_parse_procs_fn_t)(const char *regexp,
regexp           1518 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_generate_regex(const char *input, char **regexp)
regexp           1527 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     return pmix_preg.generate_node_regex(input, regexp);
regexp           1530 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c PMIX_EXPORT pmix_status_t PMIx_generate_ppn(const char *input, char **regexp)
regexp           1539 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     return pmix_preg.generate_ppn(input, regexp);
regexp             83 orte/mca/ras/slurm/ras_slurm_module.c static int orte_ras_slurm_discover(char *regexp, char* tasks_per_node,
regexp            240 orte/mca/ras/slurm/ras_slurm_module.c     char *slurm_node_str, *regexp;
regexp            281 orte/mca/ras/slurm/ras_slurm_module.c     regexp = strdup(slurm_node_str);
regexp            282 orte/mca/ras/slurm/ras_slurm_module.c     if(NULL == regexp) {
regexp            299 orte/mca/ras/slurm/ras_slurm_module.c             free(regexp);
regexp            305 orte/mca/ras/slurm/ras_slurm_module.c             free(regexp);
regexp            316 orte/mca/ras/slurm/ras_slurm_module.c             free(regexp);
regexp            322 orte/mca/ras/slurm/ras_slurm_module.c             free(regexp);
regexp            335 orte/mca/ras/slurm/ras_slurm_module.c                 free(regexp);
regexp            343 orte/mca/ras/slurm/ras_slurm_module.c     ret = orte_ras_slurm_discover(regexp, node_tasks, nodes);
regexp            344 orte/mca/ras/slurm/ras_slurm_module.c     free(regexp);
regexp            402 orte/mca/ras/slurm/ras_slurm_module.c static int orte_ras_slurm_discover(char *regexp, char *tasks_per_node,
regexp            413 orte/mca/ras/slurm/ras_slurm_module.c     orig = base = strdup(regexp);
regexp            422 orte/mca/ras/slurm/ras_slurm_module.c                          regexp));
regexp            451 orte/mca/ras/slurm/ras_slurm_module.c                            1, regexp, tasks_per_node, "SLURM_NODELIST");
regexp            468 orte/mca/ras/slurm/ras_slurm_module.c                                1, regexp, tasks_per_node, "SLURM_NODELIST");
regexp            477 orte/mca/ras/slurm/ras_slurm_module.c                                1, regexp, tasks_per_node, "SLURM_NODELIST");
regexp            560 orte/mca/ras/slurm/ras_slurm_module.c                            regexp, tasks_per_node, "SLURM_TASKS_PER_NODE");