epoch_time        124 include/crm/common/internal.h char *pcmk__format_named_time(const char *name, time_t epoch_time);
epoch_time        184 include/crm/common/strings_internal.h pcmk__ttoa(time_t epoch_time)
epoch_time        186 include/crm/common/strings_internal.h     return crm_strdup_printf("%lld", (long long) epoch_time);
epoch_time         70 include/crm/common/util_compat.h char *pcmk_format_named_time(const char *name, time_t epoch_time);
epoch_time        143 include/crm/common/util_compat.h crm_ttoa(time_t epoch_time)
epoch_time        145 include/crm/common/util_compat.h     return crm_strdup_printf("%lld", (long long) epoch_time);
epoch_time        304 lib/common/nvpair.c pcmk__format_named_time(const char *name, time_t epoch_time)
epoch_time        306 lib/common/nvpair.c     const char *now_str = pcmk__epoch2str(&epoch_time);
epoch_time        975 lib/common/nvpair.c pcmk_format_named_time(const char *name, time_t epoch_time)
epoch_time        977 lib/common/nvpair.c     return pcmk__format_named_time(name, epoch_time);