when               37 daemons/controld/controld_attrd.c     const char *when = (shutting_down? " at shutdown" : "");
when               43 daemons/controld/controld_attrd.c                     host, when, pcmk_rc_str(rc), rc);
when               49 daemons/controld/controld_attrd.c                     node_type, host, when, pcmk_rc_str(rc), rc);
when               59 daemons/controld/controld_attrd.c                        CRM_XS " rc=%d", name, value, node_type, host, when,
when              402 daemons/controld/controld_execd.c     const char *when = "lrm disconnect";
when              413 daemons/controld/controld_execd.c         when = "shutdown";
when              416 daemons/controld/controld_execd.c         when = "shutdown... waiting";
when              426 daemons/controld/controld_execd.c                        removed, pcmk__plural_s(removed), when, nremaining);
when              442 daemons/controld/controld_execd.c                    counter, pcmk__plural_s(counter), when);
when              463 daemons/controld/controld_execd.c         when = "shutdown";
when              475 daemons/controld/controld_execd.c             crm_info("Found %s active at %s", entry->id, when);
when              477 daemons/controld/controld_execd.c             crm_trace("Found %s active at %s", entry->id, when);
when              487 daemons/controld/controld_execd.c                                key, pending->op_key, when);
when              495 daemons/controld/controld_execd.c                 counter, (counter == 1)? " was" : "s were", when);
when               27 include/crm/common/iso8601_internal.h const char *pcmk__epoch2str(time_t *when);
when             1715 lib/common/iso8601.c pcmk__epoch2str(time_t *when)
when             1719 lib/common/iso8601.c     if (when == NULL) {
when             1728 lib/common/iso8601.c         since_epoch = ctime(when);
when             1954 lib/fencing/st_client.c     time_t when = 0;
when             1961 lib/fencing/st_client.c         return when;
when             1986 lib/fencing/st_client.c                     when = time(NULL);
when             1991 lib/fencing/st_client.c                 if (hp->completed > when) {
when             1992 lib/fencing/st_client.c                     when = hp->completed;
when             2008 lib/fencing/st_client.c     if(when) {
when             2009 lib/fencing/st_client.c         api_log(LOG_INFO, "Node %u/%s last kicked at: %ld", nodeid, uname, (long int)when);
when             2011 lib/fencing/st_client.c     return when;
when               26 lib/fencing/st_output.c time_t_string(time_t when) {
when               30 lib/fencing/st_output.c     crm_time_set_timet(crm_when, &when);
when              163 lib/fencing/st_output.c     time_t when = va_arg(args, time_t);
when              165 lib/fencing/st_output.c     if (when) {
when              166 lib/fencing/st_output.c         char *buf = crm_strdup_printf("Node %s last fenced at: %s", target, ctime(&when));
when              179 lib/fencing/st_output.c     time_t when = va_arg(args, time_t);
when              181 lib/fencing/st_output.c     if (when) {
when              182 lib/fencing/st_output.c         pcmk__indented_printf(out, "Node %s last fenced at: %s", target, ctime(&when));
when              194 lib/fencing/st_output.c     time_t when = va_arg(args, time_t);
when              196 lib/fencing/st_output.c     if (when) {
when              197 lib/fencing/st_output.c         char *buf = time_t_string(when);
when              355 lib/pacemaker/pcmk_fence.c     time_t when = 0;
when              362 lib/pacemaker/pcmk_fence.c         when = stonith_api_time(atol(target), NULL, FALSE);
when              364 lib/pacemaker/pcmk_fence.c         when = stonith_api_time(0, target, FALSE);
when              367 lib/pacemaker/pcmk_fence.c     return out->message(out, "last-fenced", target, when);
when              448 lib/pacemaker/pcmk_simulate.c             char *when = crm_time_as_string(data_set->now,
when              451 lib/pacemaker/pcmk_simulate.c             out->info(out, "Using the original execution date of: %s", when);
when              452 lib/pacemaker/pcmk_simulate.c             free(when);
when             2885 lib/pengine/unpack.c     time_t when;
when             2889 lib/pengine/unpack.c                                 &when) == pcmk_ok) {
when             2890 lib/pengine/unpack.c         when_s = pcmk__epoch2str(&when);