epoch_time 202 include/crm/common/strings_internal.h pcmk__ttoa(time_t epoch_time) epoch_time 204 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 1860 lib/common/iso8601.c time_t epoch_time = (source == NULL)? time(NULL) : *source; epoch_time 1864 lib/common/iso8601.c const char *buf = pcmk__trim(ctime(&epoch_time)); epoch_time 1873 lib/common/iso8601.c crm_time_set_timet(&dt, &epoch_time); epoch_time 982 lib/common/nvpair.c pcmk_format_named_time(const char *name, time_t epoch_time) epoch_time 984 lib/common/nvpair.c char *now_s = pcmk__epoch2str(&epoch_time, 0);