Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c294 te_b = 0; in dofile() local
361 te_b = tend_b + daystart - dst_secs; in dofile()
362 cftime(time_buf, DATE_FMT, &te_b); in dofile()
366 if (te_b && ts_a > te_b) te_b += SECSINDAY; in dofile()
372 if(ts_a || ts_b || te_a || te_b) { in dofile()
378 if(te_b && (etime > te_b)) { in dofile()