Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Dlogfile.c67 #define FLAG_UTC 0x0001 macro
81 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()
150 *flags |= FLAG_UTC; in expand_percent_expression()