child_text       1437 lib/pengine/bundle.c     char *child_text = NULL;
child_text       1443 lib/pengine/bundle.c     child_text = crm_strdup_printf("%s        ", pre_text);
child_text       1462 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
child_text       1463 lib/pengine/bundle.c         print_rsc_in_list(replica->child, child_text, options, print_data);
child_text       1464 lib/pengine/bundle.c         print_rsc_in_list(replica->container, child_text, options, print_data);
child_text       1465 lib/pengine/bundle.c         print_rsc_in_list(replica->remote, child_text, options, print_data);
child_text       1469 lib/pengine/bundle.c     free(child_text);
child_text       1875 lib/pengine/bundle.c     char *child_text = NULL;
child_text       1909 lib/pengine/bundle.c             child_text = crm_strdup_printf("     %s", pre_text);
child_text       1916 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
child_text       1917 lib/pengine/bundle.c             print_rsc_in_list(replica->container, child_text, options, print_data);
child_text       1918 lib/pengine/bundle.c             print_rsc_in_list(replica->remote, child_text, options, print_data);
child_text       1919 lib/pengine/bundle.c             print_rsc_in_list(replica->child, child_text, options, print_data);
child_text       1924 lib/pengine/bundle.c             child_text = crm_strdup_printf("%s  ", pre_text);
child_text       1925 lib/pengine/bundle.c             print_bundle_replica(replica, child_text, options, print_data);
child_text       1927 lib/pengine/bundle.c         free(child_text);
child_text        335 lib/pengine/clone.c     char *child_text = crm_strdup_printf("%s    ", pre_text);
child_text        356 lib/pengine/clone.c         child_rsc->fns->print(child_rsc, child_text, options, print_data);
child_text        360 lib/pengine/clone.c     free(child_text);
child_text        397 lib/pengine/clone.c     char *child_text = NULL;
child_text        420 lib/pengine/clone.c     child_text = crm_strdup_printf("%s    ", pre_text);
child_text        506 lib/pengine/clone.c             child_rsc->fns->print(child_rsc, child_text, options, print_data);
child_text        522 lib/pengine/clone.c     short_print(list_text, child_text, PROMOTED_INSTANCES, NULL, options,
child_text        542 lib/pengine/clone.c             short_print(list_text, child_text,
child_text        546 lib/pengine/clone.c             short_print(list_text, child_text, UNPROMOTED_INSTANCES, NULL,
child_text        551 lib/pengine/clone.c         short_print(list_text, child_text, "Started", NULL, options, print_data);
child_text        597 lib/pengine/clone.c         short_print(stopped_list, child_text, state, NULL, options, print_data);
child_text        605 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);