Searched refs:tm_struct (Results 1 – 1 of 1) sorted by relevance
69 struct tm *tm = NULL, tm_struct; in expand_percent_expression() local78 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) : in expand_percent_expression()79 localtime_r(&ctx->now, &tm_struct); in expand_percent_expression()