Searched refs:localtime_or_gmtime_r (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | time-util.h | 123 struct tm *localtime_or_gmtime_r(const time_t *t, struct tm *tm, bool utc);
|
H A D | time-util.c | 203 localtime_or_gmtime_r(&sec, &tm, utc); 540 assert_se(localtime_or_gmtime_r(&x, &tm, utc)); 1100 struct tm *localtime_or_gmtime_r(const time_t *t, struct tm *tm, bool utc) { function
|
H A D | calendarspec.c | 1074 assert_se(localtime_or_gmtime_r(&t, &tm, spec->utc));
|
Completed in 20 milliseconds