Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/acct/
H A Dacctcom.c297 te_b = 0; in dofile() local
364 te_b = tend_b + daystart - dst_secs; in dofile()
365 cftime(time_buf, DATE_FMT, &te_b); in dofile()
369 if (te_b && ts_a > te_b) te_b += SECSINDAY; in dofile()
375 if(ts_a || ts_b || te_a || te_b) { in dofile()
381 if(te_b && (etime > te_b)) { in dofile()