Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c86 time_t tcur, tend; in pnpsplit() local
95 tcur = start; in pnpsplit()
101 while ( tcur < tend ) { /* one iteration per day or part thereof */ in pnpsplit()
102 memcpy(&cur, localtime(&tcur), sizeof(cur)); in pnpsplit()
106 result[NONPRIME] += tend-tcur; in pnpsplit()
112 tcur += tmp; in pnpsplit()
119 result[hp->h_type] += tend-tcur; in pnpsplit()
120 tcur = tend; in pnpsplit()
128 tcur += tmp; in pnpsplit()