| /systemd/src/test/ |
| H A D | test-boot-timestamps.c | 91 log_info("Firmware began %s.", format_timestamp(s, sizeof(s), fw.realtime)); 92 log_info("Loader began %s.", format_timestamp(s, sizeof(s), l.realtime)); 93 log_info("Kernel began %s.", format_timestamp(s, sizeof(s), k.realtime));
|
| H A D | test-calendarspec.c | 43 printf("Next: %s\n", r < 0 ? strerror(-r) : format_timestamp(buf, sizeof(buf), u));
|
| H A D | test-btrfs.c | 45 log_info("otime: %s", format_timestamp(ts, sizeof(ts), info.otime));
|
| /systemd/src/journal/ |
| H A D | test-journal-verify.c | 122 format_timestamp(a, sizeof(a), from), 123 format_timestamp(b, sizeof(b), to),
|
| H A D | journalctl.c | 241 return format_timestamp(buf, l, t);
|
| H A D | journal-file.c | 2586 x = format_timestamp(buf, l, t);
|
| /systemd/src/login/ |
| H A D | logind-utmp.c | 92 left ? format_timestamp(date, sizeof(date), m->scheduled_shutdown_timeout) : "");
|
| H A D | loginctl.c | 465 s2 = format_timestamp(since2, sizeof(since2), i.timestamp.realtime); 591 s2 = format_timestamp(since2, sizeof(since2), i.timestamp.realtime);
|
| /systemd/src/timesync/ |
| H A D | timesyncd.c | 74 format_timestamp(date, sizeof(date), min));
|
| /systemd/src/basic/ |
| H A D | time-util.h | 93 char *format_timestamp(char *buf, size_t l, usec_t t);
|
| H A D | time-util.c | 221 char *format_timestamp(char *buf, size_t l, usec_t t) { function
|
| /systemd/src/coredump/ |
| H A D | coredumpctl.c | 337 format_timestamp(buf, sizeof(buf), t); 463 format_timestamp(absolute, sizeof(absolute), u),
|
| /systemd/src/shared/ |
| H A D | utmp-wtmp.c | 411 format_timestamp(date, sizeof(date), now(CLOCK_REALTIME)),
|
| H A D | bus-util.c | 774 t = format_timestamp(timestamp, sizeof(timestamp), u);
|
| /systemd/src/machine/ |
| H A D | machinectl.c | 287 l = strlen(strna(format_timestamp(buf, sizeof(buf), crtime))); 293 l = strlen(strna(format_timestamp(buf, sizeof(buf), mtime))); 332 (int) max_crtime, strna(format_timestamp(crtime_buf, sizeof(crtime_buf), images[j].crtime)), 333 (int) max_mtime, strna(format_timestamp(mtime_buf, sizeof(mtime_buf), images[j].mtime))); 535 s2 = format_timestamp(since2, sizeof(since2), i->timestamp.realtime); 799 s2 = format_timestamp(ts_absolute, sizeof(ts_absolute), i->crtime); 806 s2 = format_timestamp(ts_absolute, sizeof(ts_absolute), i->mtime);
|
| /systemd/src/core/ |
| H A D | unit.c | 909 prefix, strna(format_timestamp(timestamp0, sizeof(timestamp0), u->state_change_timestamp.realtime)), 910 prefix, strna(format_timestamp(timestamp1, sizeof(timestamp1), u->inactive_exit_timestamp.realtime)), 911 prefix, strna(format_timestamp(timestamp2, sizeof(timestamp2), u->active_enter_timestamp.realtime)), 912 prefix, strna(format_timestamp(timestamp3, sizeof(timestamp3), u->active_exit_timestamp.realtime)), 913 prefix, strna(format_timestamp(timestamp4, sizeof(timestamp4), u->inactive_enter_timestamp.realtime)), 966 prefix, strna(format_timestamp(timestamp1, sizeof(timestamp1), u->condition_timestamp.realtime)), 973 prefix, strna(format_timestamp(timestamp1, sizeof(timestamp1), u->assert_timestamp.realtime)),
|
| H A D | timer.c | 525 log_unit_debug(UNIT(t), "Realtime timer elapses at %s.", format_timestamp(buf, sizeof(buf), t->next_elapse_realtime));
|
| H A D | execute.c | 2769 prefix, format_timestamp(buf, sizeof(buf), s->start_timestamp.realtime)); 2776 prefix, format_timestamp(buf, sizeof(buf), s->exit_timestamp.realtime),
|
| /systemd/src/systemctl/ |
| H A D | systemctl.c | 1079 format_timestamp(tstamp, sizeof(tstamp), t->next_elapse); 1089 format_timestamp(tstamp, sizeof(tstamp), t->last_trigger); 1121 format_timestamp(tstamp1, sizeof(tstamp1), t->next_elapse); 1124 format_timestamp(tstamp2, sizeof(tstamp2), t->last_trigger); 3517 s2 = format_timestamp(since2, sizeof(since2), timestamp); 3528 s2 = format_timestamp(since2, sizeof(since2), i->condition_timestamp); 3544 s2 = format_timestamp(since2, sizeof(since2), i->assert_timestamp); 4283 strna(format_timestamp(timestamp1, sizeof(timestamp1), info.start_timestamp)), 4284 strna(format_timestamp(timestamp2, sizeof(timestamp2), info.exit_timestamp)), 4605 format_timestamp(since [all...] |