Searched refs:tcur (Results 1 – 1 of 1) sorted by relevance
86 time_t tcur, tend; in pnpsplit() local95 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()