specs              47 orte/util/dash_host/dash_host.c     char **specs, *cptr;
specs              51 orte/util/dash_host/dash_host.c     specs = opal_argv_split(hosts, ',');
specs              54 orte/util/dash_host/dash_host.c     for (n=0; NULL != specs[n]; n++) {
specs              55 orte/util/dash_host/dash_host.c         if (0 == strncmp(node->name, specs[n], strlen(node->name)) ||
specs              56 orte/util/dash_host/dash_host.c             (orte_ifislocal(node->name) && orte_ifislocal(specs[n]))) {
specs              58 orte/util/dash_host/dash_host.c             if (NULL != (cptr = strchr(specs[n], ':'))) {
specs              72 orte/util/dash_host/dash_host.c     opal_argv_free(specs);