Searched refs:format_timestamp (Results 1 - 19 of 19) sorted by relevance

/systemd/src/test/
H A Dtest-boot-timestamps.c91 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 Dtest-calendarspec.c43 printf("Next: %s\n", r < 0 ? strerror(-r) : format_timestamp(buf, sizeof(buf), u));
H A Dtest-btrfs.c45 log_info("otime: %s", format_timestamp(ts, sizeof(ts), info.otime));
/systemd/src/journal/
H A Dtest-journal-verify.c122 format_timestamp(a, sizeof(a), from),
123 format_timestamp(b, sizeof(b), to),
H A Djournalctl.c241 return format_timestamp(buf, l, t);
H A Djournal-file.c2586 x = format_timestamp(buf, l, t);
/systemd/src/login/
H A Dlogind-utmp.c92 left ? format_timestamp(date, sizeof(date), m->scheduled_shutdown_timeout) : "");
H A Dloginctl.c465 s2 = format_timestamp(since2, sizeof(since2), i.timestamp.realtime);
591 s2 = format_timestamp(since2, sizeof(since2), i.timestamp.realtime);
/systemd/src/timesync/
H A Dtimesyncd.c74 format_timestamp(date, sizeof(date), min));
/systemd/src/basic/
H A Dtime-util.h93 char *format_timestamp(char *buf, size_t l, usec_t t);
H A Dtime-util.c221 char *format_timestamp(char *buf, size_t l, usec_t t) { function
/systemd/src/coredump/
H A Dcoredumpctl.c337 format_timestamp(buf, sizeof(buf), t);
463 format_timestamp(absolute, sizeof(absolute), u),
/systemd/src/shared/
H A Dutmp-wtmp.c411 format_timestamp(date, sizeof(date), now(CLOCK_REALTIME)),
H A Dbus-util.c774 t = format_timestamp(timestamp, sizeof(timestamp), u);
/systemd/src/machine/
H A Dmachinectl.c287 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 Dunit.c909 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 Dtimer.c525 log_unit_debug(UNIT(t), "Realtime timer elapses at %s.", format_timestamp(buf, sizeof(buf), t->next_elapse_realtime));
H A Dexecute.c2769 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 Dsystemctl.c1079 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...]

Completed in 103 milliseconds