pretty_node_state 102 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c static char *pretty_node_state(pmix_node_state_t state); pretty_node_state 432 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c if( (int)strlen(pretty_node_state(node->state)) > len_state ) pretty_node_state 433 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c len_state = (int)strlen(pretty_node_state(node->state)); pretty_node_state 461 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c printf("%*s | ", len_state, pretty_node_state(node->state)); pretty_node_state 824 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c nodes[i]->name, pretty_node_state(nodes[i]->state),