ctime             685 lib/cluster/election.c             char *loss_time = ctime(&e->last_election_loss);
ctime            1725 lib/common/iso8601.c             since_epoch = ctime(&a_time);
ctime            1728 lib/common/iso8601.c         since_epoch = ctime(when);
ctime             154 lib/fencing/st_output.c         char *buf = crm_strdup_printf("Node %s last fenced at: %s", target, ctime(&when));
ctime             170 lib/fencing/st_output.c         pcmk__indented_printf(out, "Node %s last fenced at: %s", target, ctime(&when));
ctime             166 tools/crm_resource_print.c                     crm_strip_trailing_newline(ctime(&last_change)),
ctime             173 tools/notifyServicelogEvent.c                   event_id, ctime(&(event->time_logged)), ctime(&(event->time_event)));