Home
last modified time | relevance | path

Searched refs:PRI_USEC (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/analyze/
Danalyze-timestamp.c63 r = table_add_cell_stringf(table, NULL, "@%"PRI_USEC, in test_timestamp_one()
66 r = table_add_cell_stringf(table, NULL, "@%"PRI_USEC".%06"PRI_USEC"", in test_timestamp_one()
/systemd-251/src/test/
Dtest-date.c32 log_info("\"%s\" → \"@%" PRI_USEC "\"", p, t); in test_should_parse()
42 log_info("\"%s\" → \"@%" PRI_USEC "\" (unexpected)", p, t); in test_should_fail()
/systemd-251/src/basic/
Dtime-util.h15 #define PRI_USEC PRIu64 macro
17 #define USEC_FMT "%" PRI_USEC
Dtime-util.c380 sprintf(buf + n, ".%06"PRI_USEC, t % USEC_PER_SEC); in format_timestamp_style()
571 "%s"USEC_FMT".%0*"PRI_USEC"%s", in format_timespan()
/systemd-251/src/shared/
Dlogs-show.c337 fprintf(f, "[%5"PRI_USEC".%06"PRI_USEC"]", t / USEC_PER_SEC, t % USEC_PER_SEC); in output_timestamp_monotonic()
394 xsprintf(usec, "%06"PRI_USEC, x % USEC_PER_SEC); in output_timestamp_realtime()
/systemd-251/src/timesync/
Dtimesyncd-manager.c303 " time now : %"PRI_TIME".%03"PRI_USEC"\n" in manager_adjust_clock()
/systemd-251/src/core/
Dmain.c1463 xsprintf(timeout, "%" PRI_USEC "us", arg_default_timeout_stop_usec); in become_shutdown()