child_text       1468 lib/pengine/bundle.c     char *child_text = NULL;
child_text       1474 lib/pengine/bundle.c     child_text = crm_strdup_printf("%s        ", pre_text);
child_text       1493 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
child_text       1494 lib/pengine/bundle.c         print_rsc_in_list(replica->child, child_text, options, print_data);
child_text       1495 lib/pengine/bundle.c         print_rsc_in_list(replica->container, child_text, options, print_data);
child_text       1496 lib/pengine/bundle.c         print_rsc_in_list(replica->remote, child_text, options, print_data);
child_text       1500 lib/pengine/bundle.c     free(child_text);
child_text       1906 lib/pengine/bundle.c     char *child_text = NULL;
child_text       1940 lib/pengine/bundle.c             child_text = crm_strdup_printf("     %s", pre_text);
child_text       1947 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
child_text       1948 lib/pengine/bundle.c             print_rsc_in_list(replica->container, child_text, options, print_data);
child_text       1949 lib/pengine/bundle.c             print_rsc_in_list(replica->remote, child_text, options, print_data);
child_text       1950 lib/pengine/bundle.c             print_rsc_in_list(replica->child, child_text, options, print_data);
child_text       1955 lib/pengine/bundle.c             child_text = crm_strdup_printf("%s  ", pre_text);
child_text       1956 lib/pengine/bundle.c             print_bundle_replica(replica, child_text, options, print_data);
child_text       1958 lib/pengine/bundle.c         free(child_text);
child_text        311 lib/pengine/clone.c     char *child_text = crm_strdup_printf("%s    ", pre_text);
child_text        332 lib/pengine/clone.c         child_rsc->fns->print(child_rsc, child_text, options, print_data);
child_text        336 lib/pengine/clone.c     free(child_text);
child_text        373 lib/pengine/clone.c     char *child_text = NULL;
child_text        396 lib/pengine/clone.c     child_text = crm_strdup_printf("%s    ", pre_text);
child_text        482 lib/pengine/clone.c             child_rsc->fns->print(child_rsc, child_text, options, print_data);
child_text        498 lib/pengine/clone.c     short_print(list_text, child_text, "Masters", NULL, options, print_data);
child_text        517 lib/pengine/clone.c             short_print(list_text, child_text, "Slaves (target-role)", NULL, options, print_data);
child_text        519 lib/pengine/clone.c             short_print(list_text, child_text, "Slaves", NULL, options, print_data);
child_text        523 lib/pengine/clone.c         short_print(list_text, child_text, "Started", NULL, options, print_data);
child_text        569 lib/pengine/clone.c         short_print(stopped_list, child_text, state, NULL, options, print_data);
child_text        577 lib/pengine/clone.c     free(child_text);
child_text        118 lib/pengine/group.c     char *child_text = crm_strdup_printf("%s     ", pre_text);
child_text        127 lib/pengine/group.c         child_rsc->fns->print(child_rsc, child_text, options, print_data);
child_text        131 lib/pengine/group.c     free(child_text);
child_text        137 lib/pengine/group.c     char *child_text = NULL;
child_text        149 lib/pengine/group.c     child_text = crm_strdup_printf("%s    ", pre_text);
child_text        161 lib/pengine/group.c         print_rscs_brief(rsc->children, child_text, options, print_data, TRUE);
child_text        170 lib/pengine/group.c             child_rsc->fns->print(child_rsc, child_text, options, print_data);
child_text        180 lib/pengine/group.c     free(child_text);