epoch_time         43 include/crm/common/util.h char *pcmk_format_named_time(const char *name, time_t epoch_time);
epoch_time         77 include/crm/common/util.h crm_ttoa(time_t epoch_time)
epoch_time         79 include/crm/common/util.h     return crm_strdup_printf("%lld", (long long) epoch_time);
epoch_time        298 lib/common/nvpair.c pcmk_format_named_time(const char *name, time_t epoch_time) {
epoch_time        299 lib/common/nvpair.c     const char *now_str = pcmk__epoch2str(&epoch_time);