time 1045 daemons/based/based_callbacks.c time_t now = time(NULL); time 1080 daemons/based/based_callbacks.c finished = time(NULL); time 902 daemons/controld/controld_execd.c char *now_s = crm_strdup_printf("%lld", (long long) time(NULL)); time 1387 daemons/controld/controld_execd.c op->t_run = time(NULL); time 2226 daemons/controld/controld_execd.c op->t_run = time(NULL); time 2368 daemons/controld/controld_execd.c pending->start_time = time(NULL); time 505 daemons/controld/controld_execd_state.c now_s = pcmk__ttoa(time(NULL)); time 214 daemons/controld/controld_fencing.c char *now_s = pcmk__ttoa(time(NULL)); time 760 daemons/controld/controld_fencing.c char *now = pcmk__ttoa(time(NULL)); time 1189 daemons/controld/controld_messages.c now_s = pcmk__ttoa(time(NULL)); time 369 daemons/controld/controld_remote_ra.c op.t_rcchange = (unsigned int) time(NULL); time 407 daemons/controld/controld_remote_ra.c cmd->remaining_timeout = ((cmd->timeout / 1000) - (time(NULL) - cmd->start_time)) * 1000; time 516 daemons/controld/controld_remote_ra.c op.t_run = (unsigned int) time(NULL); time 1080 daemons/controld/controld_remote_ra.c cmd->start_time = time(NULL); time 1174 daemons/controld/controld_remote_ra.c cmd->start_time = time(NULL); time 164 daemons/controld/controld_te_events.c char *now = pcmk__ttoa(time(NULL)); time 132 daemons/controld/controld_throttle.c time_t now = time(NULL); time 311 daemons/controld/controld_timers.c time_t diff_seconds = recheck_by - time(NULL); time 864 daemons/execd/execd_commands.c cmd->epoch_rcchange = time(NULL); time 1380 daemons/execd/execd_commands.c cmd->epoch_last_run = time(NULL); time 429 daemons/fenced/cts-fence-helper.c uint32_t diff = (time(NULL) - begin); time 443 daemons/fenced/cts-fence-helper.c begin = time(NULL); time 1176 daemons/fenced/fenced_commands.c dev->targets_age = time(NULL); time 1909 daemons/fenced/fenced_commands.c time_t now = time(NULL); time 2720 daemons/fenced/fenced_commands.c op->completed = time(NULL); time 898 daemons/fenced/fenced_remote.c time_t now = time(NULL); time 1060 daemons/fenced/fenced_remote.c op->created = time(NULL); time 2184 daemons/fenced/fenced_remote.c time_t now = time(NULL); time 28 daemons/pacemakerd/pcmkd_messages.c time_t pinged = time(NULL); time 294 daemons/pacemakerd/pcmkd_subdaemons.c time_t now = time(NULL); time 93 daemons/schedulerd/pacemaker-schedulerd.c time_t execution_date = time(NULL); time 531 lib/cib/cib_remote.c start_time = time(NULL); time 568 lib/cib/cib_remote.c remaining_time = time(NULL) - start_time; time 389 lib/cib/cib_utils.c time_t tm_now = time(NULL); time 750 lib/cluster/cpg.c time_t now = time(NULL); time 220 lib/cluster/election.c time_t tm_now = time(NULL); time 540 lib/cluster/election.c time_t tm_now = time(NULL); time 1088 lib/common/ipc_client.c time_t timeout = time(NULL) + 1 + (ms_timeout / 1000); time 1128 lib/common/ipc_client.c } while (time(NULL) < timeout); time 1223 lib/common/ipc_client.c time_t timeout = time(NULL) + 1 + (ms_timeout / 1000); time 1234 lib/common/ipc_client.c } while ((qb_rc == -EAGAIN) && (time(NULL) < timeout)); time 99 lib/common/iso8601.c tm_now = time(NULL); time 663 lib/common/iso8601.c time_t now = time(NULL); time 1719 lib/common/iso8601.c time_t a_time = time(NULL); time 480 lib/common/logging.c time_t now = time(NULL); time 1477 lib/common/mainloop.c time_t start_time = time(NULL); time 1481 lib/common/mainloop.c && check(timer_ms - (time(NULL) - start_time) * 1000)) { time 52 lib/common/messages.c (long long) time(NULL), ref_counter++); time 136 lib/common/remote.c time_t time_limit = time(NULL) + timeout_ms / 1000; time 155 lib/common/remote.c } while (time(NULL) < time_limit); time 647 lib/common/remote.c start = time(NULL); time 657 lib/common/remote.c timeout = timeout_ms - ((time(NULL) - start) * 1000); time 794 lib/common/remote.c time_t start = time(NULL); time 836 lib/common/remote.c remaining_timeout = timeout_ms - ((time(NULL) - start) * 1000); time 874 lib/common/remote.c if ((time(NULL) - cb_data->start) < (cb_data->timeout_ms / 1000)) { time 884 lib/common/remote.c if ((time(NULL) - cb_data->start) < (cb_data->timeout_ms / 1000)) { time 990 lib/common/remote.c cb_data->start = time(NULL); time 1886 lib/common/xml.c time_t next, new = time(NULL); time 1918 lib/common/xml.c next = time(NULL); time 736 lib/fencing/st_client.c int diff = time(NULL) - action->initial_start_time; time 844 lib/fencing/st_client.c action->initial_start_time = time(NULL); time 2386 lib/fencing/st_client.c when = time(NULL); time 257 lib/fencing/st_rhcs.c time_t start_time = time(NULL); time 276 lib/fencing/st_rhcs.c remaining_timeout -= time(NULL) - start_time; time 620 lib/lrmd/lrmd_client.c time_t start = time(NULL); time 638 lib/lrmd/lrmd_client.c remaining_timeout = total_timeout - ((time(NULL) - start) * 1000); time 1132 lib/lrmd/lrmd_client.c return (time(NULL) - key_cache->updated) >= 60; time 1158 lib/lrmd/lrmd_client.c key_cache->updated = time(NULL); time 665 lib/pacemaker/pcmk_graph_consumer.c const char *time = NULL; time 691 lib/pacemaker/pcmk_graph_consumer.c time = crm_element_value(xml_graph, "cluster-delay"); time 692 lib/pacemaker/pcmk_graph_consumer.c CRM_CHECK(time != NULL, free(new_graph); time 694 lib/pacemaker/pcmk_graph_consumer.c new_graph->network_delay = crm_parse_interval_spec(time); time 696 lib/pacemaker/pcmk_graph_consumer.c time = crm_element_value(xml_graph, "stonith-timeout"); time 697 lib/pacemaker/pcmk_graph_consumer.c if (time == NULL) { time 700 lib/pacemaker/pcmk_graph_consumer.c new_graph->stonith_timeout = crm_parse_interval_spec(time); time 832 lib/pacemaker/pcmk_graph_consumer.c op->t_run = time(NULL); time 80 lib/pacemaker/pcmk_sched_transition.c char *now = pcmk__ttoa(time(NULL)); time 127 lib/pacemaker/pcmk_sched_transition.c op->t_run = (unsigned int) time(NULL); time 226 lib/pengine/pe_output.c char *time = pcmk__format_named_time(XML_RSC_OP_LAST_CHANGE, epoch); time 228 lib/pengine/pe_output.c last_change_str = crm_strdup_printf(" %s", time); time 229 lib/pengine/pe_output.c free(time); time 2685 lib/pengine/pe_output.c char *time = pcmk__format_named_time("last-granted", time 2691 lib/pengine/pe_output.c time); time 2692 lib/pengine/pe_output.c free(time); time 2708 lib/pengine/pe_output.c char *time = pcmk__format_named_time("last-granted", time 2714 lib/pengine/pe_output.c time); time 2715 lib/pengine/pe_output.c free(time); time 1863 lib/pengine/utils.c return time(NULL); time 1005 lib/services/services_linux.c time_t start = time(NULL); time 1065 lib/services/services_linux.c timeout = op->timeout - (time(NULL) - start) * 1000; time 60 maint/gnulib/lib/alloca.c -- must know STACK_DIRECTION at compile-time time 6046 maint/gnulib/lib/gen-uni-tables.c now = time (NULL); time 82 maint/gnulib/lib/getrusage.c struct tms time; time 84 maint/gnulib/lib/getrusage.c if (times (&time) != (clock_t) -1) time 99 maint/gnulib/lib/getrusage.c user_ticks = time.tms_cutime; time 100 maint/gnulib/lib/getrusage.c system_ticks = time.tms_cstime; time 104 maint/gnulib/lib/getrusage.c user_ticks = time.tms_utime; time 105 maint/gnulib/lib/getrusage.c system_ticks = time.tms_stime; time 146 maint/gnulib/lib/gettimeofday.c tv->tv_sec = time (NULL); time 627 maint/gnulib/lib/parse-datetime.y | time time 674 maint/gnulib/lib/parse-datetime.y time: time 76 maint/gnulib/lib/posixtm.c time_t now = time (NULL); time 32 maint/gnulib/lib/times.c filetime2clock (FILETIME time) time 45 maint/gnulib/lib/times.c f = (unsigned long long) time.dwHighDateTime << 32; time 46 maint/gnulib/lib/times.c f += time.dwLowDateTime; time 43 maint/gnulib/tests/test-duplocale.c char time[100]; time 57 maint/gnulib/tests/test-duplocale.c strncpy (result->time, nl_langinfo (MON_1), sizeof result->time - 1); time 58 maint/gnulib/tests/test-duplocale.c result->time[sizeof result->time - 1] = '\0'; time 111 maint/gnulib/tests/test-duplocale.c ASSERT (strcmp (results.time, expected_results.time) == 0); time 125 maint/gnulib/tests/test-duplocale.c ASSERT (strcmp (results.time, expected_results.time) == 0); time 154 maint/gnulib/tests/test-duplocale.c strcpy (result->time, nl_langinfo_l (MON_1, locale)); time 205 maint/gnulib/tests/test-duplocale.c ASSERT (strcmp (results.time, expected_results.time) == 0); time 158 maint/gnulib/tests/test-poll.c poll1 (int fd, int ev, int time) time 166 maint/gnulib/tests/test-poll.c r = poll (&pfd, 1, time); time 123 maint/gnulib/tests/test-posixtm.c t_now = time (NULL); time 38 maint/gnulib/tests/test-random.c initstate (time (NULL), buf, sizeof buf); time 41 maint/gnulib/tests/test-random_r.c if (initstate_r (time (NULL), buf + alignment, sizeof buf - alignment, time 51 maint/gnulib/tests/test-stat-time.c long t = (long) time (NULL); time 37 maint/gnulib/tests/test-timespec_get.c tt2 = time (NULL); time 39 maint/gnulib/tests/test-timespec_get.c tt4 = time (NULL); time 33 maint/gnulib/tests/test-usleep.c time_t start = time (NULL); time 35 maint/gnulib/tests/test-usleep.c ASSERT (start < time (NULL)); time 56 maint/gnulib/tests/test-utime.c ts.actime = ts.modtime = time (NULL); time 2146 tools/crm_mon.c last_refresh = time(NULL); time 2263 tools/crm_mon.c time_t now = time(NULL); time 1620 tools/crm_resource_runtime.c time_t expire_time = time(NULL) + timeout_s; time 1633 tools/crm_resource_runtime.c time_diff = expire_time - time(NULL); time 59 tools/crm_ticket.c print_date(time_t time) time 64 tools/crm_ticket.c asctime_r(localtime(&time), date_str); time 422 tools/crm_ticket.c char *now = pcmk__ttoa(time(NULL)); time 302 tools/ipmiservicelogd.c sl_event.time_logged = time (NULL); time 303 tools/ipmiservicelogd.c sl_event.time_event = time (NULL); time 304 tools/ipmiservicelogd.c sl_event.time_last_update = time (NULL);