node_from_file    624 orte/util/hostfile/hostfile.c     orte_node_t *node_from_list, *node_from_file, *node_from_pool, *node3;
node_from_file    656 orte/util/hostfile/hostfile.c         node_from_file = (orte_node_t*)item1;
node_from_file    662 orte/util/hostfile/hostfile.c             if (0 == strcmp(node_from_file->name, node->name)) {
node_from_file    677 orte/util/hostfile/hostfile.c         node_from_file = (orte_node_t*)item2;
node_from_file    682 orte/util/hostfile/hostfile.c         if ('+' == node_from_file->name[0]) {
node_from_file    684 orte/util/hostfile/hostfile.c             if ('e' == node_from_file->name[1] ||
node_from_file    685 orte/util/hostfile/hostfile.c                 'E' == node_from_file->name[1]) {
node_from_file    689 orte/util/hostfile/hostfile.c                 if (NULL != (cptr = strchr(node_from_file->name, ':'))) {
node_from_file    739 orte/util/hostfile/hostfile.c             } else if ('n' == node_from_file->name[1] ||
node_from_file    740 orte/util/hostfile/hostfile.c                        'N' == node_from_file->name[1]) {
node_from_file    744 orte/util/hostfile/hostfile.c                 nodeidx = strtol(&node_from_file->name[2], NULL, 10);
node_from_file    748 orte/util/hostfile/hostfile.c                                    true, nodeidx, node_from_file->name);
node_from_file    773 orte/util/hostfile/hostfile.c                                true, node_from_file->name);
node_from_file    791 orte/util/hostfile/hostfile.c                 if (0 == strcmp(node_from_file->name, node_from_list->name)) {
node_from_file    797 orte/util/hostfile/hostfile.c                     if (ORTE_FLAG_TEST(node_from_file, ORTE_NODE_FLAG_SLOTS_GIVEN) &&
node_from_file    798 orte/util/hostfile/hostfile.c                         node_from_file->slots < node_from_list->slots) {
node_from_file    799 orte/util/hostfile/hostfile.c                         node_from_list->slots = node_from_file->slots;
node_from_file    820 orte/util/hostfile/hostfile.c                                true, hostfile, node_from_file->name);