Home
last modified time | relevance | path

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

/systemd-251/src/basic/ !
Dtime-util.c607 static int parse_timestamp_impl(const char *t, usec_t *usec, bool with_tz) { in parse_timestamp_impl() function
910 return parse_timestamp_impl(t, usec, false); in parse_timestamp()
943 shared->return_value = parse_timestamp_impl(t, &shared->usec, with_tz); in parse_timestamp()