Lines Matching defs:tm
961 apr_time_exp_t tm;
1093 apr_time_exp_lt(&tm, apr_time_now());
1095 (tm.tm_year / 100) + 19, tm.tm_year % 100);
1099 apr_time_exp_lt(&tm, apr_time_now()); \
1100 result = apr_psprintf(p, format, tm.tmfield); \
1121 apr_time_exp_lt(&tm, apr_time_now());
1123 "%02d%02d%02d%02d%02d%02d%02d", (tm.tm_year / 100) + 19,
1124 (tm.tm_year % 100), tm.tm_mon+1, tm.tm_mday,
1125 tm.tm_hour, tm.tm_min, tm.tm_sec);