epoch_time        129 include/crm/common/internal.h char *pcmk__format_named_time(const char *name, time_t epoch_time);
epoch_time        186 include/crm/common/strings_internal.h pcmk__ttoa(time_t epoch_time)
epoch_time        188 include/crm/common/strings_internal.h     return crm_strdup_printf("%lld", (long long) epoch_time);
epoch_time         73 include/crm/common/util_compat.h char *pcmk_format_named_time(const char *name, time_t epoch_time);
epoch_time        146 include/crm/common/util_compat.h crm_ttoa(time_t epoch_time)
epoch_time        148 include/crm/common/util_compat.h     return crm_strdup_printf("%lld", (long long) epoch_time);
epoch_time        303 lib/common/nvpair.c pcmk__format_named_time(const char *name, time_t epoch_time)
epoch_time        305 lib/common/nvpair.c     const char *now_str = pcmk__epoch2str(&epoch_time);
epoch_time       1014 lib/common/nvpair.c pcmk_format_named_time(const char *name, time_t epoch_time)
epoch_time       1016 lib/common/nvpair.c     return pcmk__format_named_time(name, epoch_time);