fmt_name          106 include/crm/common/output_internal.h     const char *fmt_name;
fmt_name          173 include/crm/common/output_internal.h     const char *fmt_name;
fmt_name          551 include/crm/common/output_internal.h int pcmk__output_new(pcmk__output_t **out, const char *fmt_name,
fmt_name           31 lib/common/output.c pcmk__output_new(pcmk__output_t **out, const char *fmt_name, const char *filename,
fmt_name           42 lib/common/output.c     if (fmt_name == NULL) {
fmt_name           45 lib/common/output.c         create = g_hash_table_lookup(formatters, fmt_name);
fmt_name          125 lib/common/output.c                   message_id, out->fmt_name);
fmt_name          147 lib/common/output.c         if (pcmk__strcase_any_of(entry->fmt_name, "default", out->fmt_name, NULL)) {
fmt_name          386 lib/common/output_html.c     retval->fmt_name = "html";
fmt_name          273 lib/common/output_log.c     retval->fmt_name = "log";
fmt_name          308 lib/common/output_log.c     if (!pcmk__str_eq(out->fmt_name, "log", pcmk__str_none)) {
fmt_name          122 lib/common/output_none.c     retval->fmt_name = "none";
fmt_name          294 lib/common/output_text.c     retval->fmt_name = "text";
fmt_name          352 lib/common/output_text.c     if (!pcmk__str_eq(out->fmt_name, "text", pcmk__str_none)) {
fmt_name          401 lib/common/output_xml.c     retval->fmt_name = "xml";
fmt_name          455 lib/common/output_xml.c     if (!pcmk__str_any_of(out->fmt_name, "xml", "html", NULL)) {
fmt_name          471 lib/common/output_xml.c     CRM_ASSERT(pcmk__str_any_of(out->fmt_name, "xml", "html", NULL));
fmt_name          501 lib/common/output_xml.c     if (!pcmk__str_any_of(out->fmt_name, "xml", "html", NULL)) {
fmt_name          516 lib/common/output_xml.c     if (!pcmk__str_any_of(out->fmt_name, "xml", "html", NULL)) {
fmt_name          531 lib/common/output_xml.c     CRM_ASSERT(pcmk__str_any_of(out->fmt_name, "xml", "html", NULL));
fmt_name          333 tools/crm_mon_curses.c     retval->fmt_name = "console";