Searched refs:tacctadd (Results 1 – 1 of 1) sorted by relevance
73 void tacctadd(struct tacct *, struct tacct *);174 tacctadd(&tt, tp); /* gets total of all uids */ in sumcurr()180 tacctadd(&tc, tp); in sumcurr()181 tacctadd(&tt, tp); in sumcurr()190 tacctadd(struct tacct *t1, struct tacct *t2) in tacctadd() function