pcmk__epoch2str 27 include/crm/common/iso8601_internal.h const char *pcmk__epoch2str(const time_t *when); pcmk__epoch2str 305 lib/common/nvpair.c const char *now_str = pcmk__epoch2str(&epoch_time); pcmk__epoch2str 1178 lib/common/xml.c const char *now_str = pcmk__epoch2str(NULL); pcmk__epoch2str 297 lib/pengine/pe_output.c pcmk__epoch2str(&last_failure)); pcmk__epoch2str 1127 lib/pengine/pe_output.c pcmk__epoch2str(NULL)); pcmk__epoch2str 1145 lib/pengine/pe_output.c "time", pcmk__epoch2str(NULL), pcmk__epoch2str 1167 lib/pengine/pe_output.c out->list_item(out, "Last updated", "%s", pcmk__epoch2str(NULL)); pcmk__epoch2str 1229 lib/pengine/pe_output.c last_change_str = pcmk__epoch2str(&last_change_epoch); pcmk__epoch2str 1291 lib/pengine/pe_output.c last_change_str = pcmk__epoch2str(&last_change_epoch); pcmk__epoch2str 2478 lib/pengine/pe_output.c crm_xml_add(node, XML_RSC_OP_LAST_CHANGE, pcmk__epoch2str(&epoch)); pcmk__epoch2str 2616 lib/pengine/pe_output.c crm_xml_add(node, PCMK__LAST_FAILURE_PREFIX, pcmk__epoch2str(&last_failure)); pcmk__epoch2str 2898 lib/pengine/pe_output.c crm_xml_add(node, "last-granted", pcmk__epoch2str(&ticket->last_granted)); pcmk__epoch2str 3092 lib/pengine/unpack.c when_s = pcmk__epoch2str(&when);