Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acct/
H A Dacctcom.c294 time_t ts_a = 0, in dofile() local
349 ts_a = tstrt_a + daystart - dst_secs; in dofile()
350 cftime(time_buf, DATE_FMT, &ts_a); in dofile()
368 if(ts_a) { 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()
385 if(ts_a && (a->ac_btime < ts_a)) in dofile()