Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c325 daydiff = a->ac_btime - (a->ac_btime % SECSINDAY); in dofile()
328 if (daydiff < (curtime - (curtime % SECSINDAY))) { in dofile()
344 ((a->ac_btime - timezone + dst_secs) % SECSINDAY); in dofile()
366 if (te_b && ts_a > te_b) te_b += SECSINDAY; in dofile()
H A Dacctdef.h110 #define SECSINDAY 86400L macro