Home
last modified time | relevance | path

Searched refs:TIMESTAMP_UNIX (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dtime-util.h37 TIMESTAMP_UNIX, enumerator
Dtime-util.c320 case TIMESTAMP_UNIX: in format_timestamp_style()
346 if (style == TIMESTAMP_UNIX) { in format_timestamp_style()
1616 [TIMESTAMP_UNIX] = "unix",
/systemd-251/src/test/
Dtest-time-util.c327 assert_se(format_timestamp_style(buf, sizeof(buf), x, TIMESTAMP_UNIX)); in TEST()