Searched refs:PRI_USEC (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze-timestamp.c | 63 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/ |
D | test-date.c | 32 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/ |
D | time-util.h | 15 #define PRI_USEC PRIu64 macro 17 #define USEC_FMT "%" PRI_USEC
|
D | time-util.c | 380 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/ |
D | logs-show.c | 337 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/ |
D | timesyncd-manager.c | 303 " time now : %"PRI_TIME".%03"PRI_USEC"\n" in manager_adjust_clock()
|
/systemd-251/src/core/ |
D | main.c | 1463 xsprintf(timeout, "%" PRI_USEC "us", arg_default_timeout_stop_usec); in become_shutdown()
|