when               83 daemons/controld/controld_attrd.c                    host, when(), pcmk_rc_str(rc), rc);
when              124 daemons/controld/controld_attrd.c                 host, when(), pcmk_rc_str(rc), rc);
when              157 daemons/controld/controld_attrd.c                 node_type(is_remote_node), host, when(), pcmk_rc_str(rc), rc);
when              404 daemons/controld/controld_execd.c     const char *when = "lrm disconnect";
when              415 daemons/controld/controld_execd.c         when = "shutdown";
when              418 daemons/controld/controld_execd.c         when = "shutdown... waiting";
when              428 daemons/controld/controld_execd.c                        removed, pcmk__plural_s(removed), when, nremaining);
when              444 daemons/controld/controld_execd.c                    counter, pcmk__plural_s(counter), when);
when              465 daemons/controld/controld_execd.c         when = "shutdown";
when              477 daemons/controld/controld_execd.c             crm_info("Found %s active at %s", entry->id, when);
when              479 daemons/controld/controld_execd.c             crm_trace("Found %s active at %s", entry->id, when);
when              489 daemons/controld/controld_execd.c                                key, pending->op_key, when);
when              497 daemons/controld/controld_execd.c                 counter, (counter == 1)? " was" : "s were", when);
when               27 include/crm/common/iso8601_internal.h const char *pcmk__epoch2str(const time_t *when);
when             1730 lib/common/iso8601.c pcmk__epoch2str(const time_t *when)
when             1734 lib/common/iso8601.c     if (when == NULL) {
when             1743 lib/common/iso8601.c         since_epoch = ctime(when);
when             2004 lib/fencing/st_client.c     time_t when = 0;
when             2011 lib/fencing/st_client.c         return when;
when             2036 lib/fencing/st_client.c                     when = time(NULL);
when             2041 lib/fencing/st_client.c                 if (hp->completed > when) {
when             2042 lib/fencing/st_client.c                     when = hp->completed;
when             2058 lib/fencing/st_client.c     if(when) {
when             2059 lib/fencing/st_client.c         api_log(LOG_INFO, "Node %u/%s last kicked at: %ld", nodeid, uname, (long int)when);
when             2061 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              294 lib/fencing/st_output.c     time_t when = va_arg(args, time_t);
when              296 lib/fencing/st_output.c     if (when) {
when              297 lib/fencing/st_output.c         char *buf = crm_strdup_printf("Node %s last fenced at: %s", target, ctime(&when));
when              310 lib/fencing/st_output.c     time_t when = va_arg(args, time_t);
when              312 lib/fencing/st_output.c     if (when) {
when              313 lib/fencing/st_output.c         pcmk__indented_printf(out, "Node %s last fenced at: %s", target, ctime(&when));
when              325 lib/fencing/st_output.c     time_t when = va_arg(args, time_t);
when              327 lib/fencing/st_output.c     if (when) {
when              328 lib/fencing/st_output.c         char *buf = time_t_string(when);
when              223 lib/pacemaker/pcmk_cluster_queries.c         crm_time_t *when = crm_time_new(NULL);
when              226 lib/pacemaker/pcmk_cluster_queries.c         crm_time_set_timet(when, &reply->data.ping.last_good);
when              227 lib/pacemaker/pcmk_cluster_queries.c         when_s = crm_time_as_string(when,
when              236 lib/pacemaker/pcmk_cluster_queries.c         crm_time_free(when);
when              360 lib/pacemaker/pcmk_fence.c     time_t when = 0;
when              367 lib/pacemaker/pcmk_fence.c         when = stonith_api_time(atol(target), NULL, FALSE);
when              369 lib/pacemaker/pcmk_fence.c         when = stonith_api_time(0, target, FALSE);
when              372 lib/pacemaker/pcmk_fence.c     return out->message(out, "last-fenced", target, when);
when              446 lib/pacemaker/pcmk_simulate.c             char *when = crm_time_as_string(data_set->now,
when              449 lib/pacemaker/pcmk_simulate.c             out->info(out, "Using the original execution date of: %s", when);
when              450 lib/pacemaker/pcmk_simulate.c             free(when);
when             3087 lib/pengine/unpack.c     time_t when;
when             3091 lib/pengine/unpack.c                                 &when) == pcmk_ok) {
when             3092 lib/pengine/unpack.c         when_s = pcmk__epoch2str(&when);