epoch_time 220 include/crm/common/strings_internal.h pcmk__ttoa(time_t epoch_time) epoch_time 222 include/crm/common/strings_internal.h return crm_strdup_printf("%lld", (long long) epoch_time); epoch_time 81 include/crm/common/util_compat.h char *pcmk_format_named_time(const char *name, time_t epoch_time); epoch_time 154 include/crm/common/util_compat.h crm_ttoa(time_t epoch_time) epoch_time 156 include/crm/common/util_compat.h return crm_strdup_printf("%lld", (long long) epoch_time); epoch_time 2149 lib/common/iso8601.c time_t epoch_time = (source == NULL)? time(NULL) : *source; epoch_time 2152 lib/common/iso8601.c return pcmk__str_copy(pcmk__trim(ctime(&epoch_time))); epoch_time 2156 lib/common/iso8601.c crm_time_set_timet(&dt, &epoch_time); epoch_time 1102 lib/common/nvpair.c pcmk_format_named_time(const char *name, time_t epoch_time) epoch_time 1104 lib/common/nvpair.c char *now_s = pcmk__epoch2str(&epoch_time, 0);