pcmk__epoch2str    27 include/crm/common/iso8601_internal.h const char *pcmk__epoch2str(time_t *when);
pcmk__epoch2str   306 lib/common/nvpair.c     const char *now_str = pcmk__epoch2str(&epoch_time);
pcmk__epoch2str  1115 lib/common/xml.c     const char *now_str = pcmk__epoch2str(NULL);
pcmk__epoch2str   347 lib/pengine/pe_output.c                                            pcmk__epoch2str(&last_failure));
pcmk__epoch2str  1115 lib/pengine/pe_output.c                           pcmk__epoch2str(NULL));
pcmk__epoch2str  1133 lib/pengine/pe_output.c                                  "time", pcmk__epoch2str(NULL),
pcmk__epoch2str  1155 lib/pengine/pe_output.c     out->list_item(out, "Last updated", "%s", pcmk__epoch2str(NULL));
pcmk__epoch2str  2209 lib/pengine/pe_output.c             crm_xml_add(node, XML_RSC_OP_LAST_CHANGE, pcmk__epoch2str(&epoch));
pcmk__epoch2str  2339 lib/pengine/pe_output.c             crm_xml_add(node, PCMK__LAST_FAILURE_PREFIX, pcmk__epoch2str(&last_failure));
pcmk__epoch2str  2621 lib/pengine/pe_output.c         crm_xml_add(node, "last-granted", pcmk__epoch2str(&ticket->last_granted));
pcmk__epoch2str  2884 lib/pengine/unpack.c         when_s = pcmk__epoch2str(&when);