epoch_time 127 include/crm/common/internal.h char *pcmk__format_named_time(const char *name, time_t epoch_time); epoch_time 185 include/crm/common/strings_internal.h pcmk__ttoa(time_t epoch_time) epoch_time 187 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 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 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);