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         80 include/crm/common/util_compat.h char *pcmk_format_named_time(const char *name, time_t epoch_time);
epoch_time        153 include/crm/common/util_compat.h crm_ttoa(time_t epoch_time)
epoch_time        155 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        933 lib/common/nvpair.c pcmk_format_named_time(const char *name, time_t epoch_time)
epoch_time        935 lib/common/nvpair.c     char *now_s = pcmk__epoch2str(&epoch_time, 0);