warning           373 lib/common/schemas.c             cvp->warning = (xmlValidityWarningFunc) xml_log;
warning           377 lib/common/schemas.c             cvp->warning = (xmlValidityWarningFunc) fprintf;
warning           433 tools/crm_ticket.c     char *warning = NULL;
warning           436 tools/crm_ticket.c     warning = calloc(1, text_max);
warning           438 tools/crm_ticket.c         offset += snprintf(warning + offset, text_max - offset,
warning           444 tools/crm_ticket.c         offset += snprintf(warning + offset, text_max - offset,
warning           448 tools/crm_ticket.c         offset += snprintf(warning + offset, text_max - offset,
warning           452 tools/crm_ticket.c         offset += snprintf(warning + offset, text_max - offset,
warning           458 tools/crm_ticket.c     offset += snprintf(warning + offset, text_max - offset,
warning           462 tools/crm_ticket.c     offset += snprintf(warning + offset, text_max - offset, 
warning           466 tools/crm_ticket.c     fprintf(stdout, "%s\n", warning);
warning           468 tools/crm_ticket.c     free(warning);