stack_s          2371 tools/crm_mon.c print_cluster_stack(FILE *stream, const char *stack_s)
stack_s          2376 tools/crm_mon.c             print_as("Stack: %s\n", stack_s);
stack_s          2381 tools/crm_mon.c             fprintf(stream, " <b>Stack:</b> %s<br/>\n", stack_s);
stack_s          2385 tools/crm_mon.c             fprintf(stream, "        <stack type=\"%s\" />\n", stack_s);
stack_s          2466 tools/crm_mon.c print_cluster_counts(FILE *stream, pe_working_set_t *data_set, const char *stack_s)
stack_s          2481 tools/crm_mon.c             if (stack_s && strstr(stack_s, "classic openais") != NULL) {
stack_s          2510 tools/crm_mon.c             if (stack_s && strstr(stack_s, "classic openais") != NULL) {
stack_s          2673 tools/crm_mon.c     const char *stack_s = get_cluster_stack(data_set);
stack_s          2681 tools/crm_mon.c         print_cluster_stack(stream, stack_s);
stack_s          2709 tools/crm_mon.c         print_cluster_counts(stream, data_set, stack_s);