Searched refs:a_tsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c53 int a_tsize = A_TSIZE; variable
129 if ((tbuf = (struct tbuf *) calloc(a_tsize,
320 if (++tsize >= a_tsize) {
321 a_tsize = a_tsize + A_TSIZE;
322 if ((tbuf = (struct tbuf *) realloc(tbuf, a_tsize *
H A Dacctcon.c52 int a_tsize = A_TSIZE; variable
135 if ((tbuf = (struct tbuf *)calloc(a_tsize,
298 if (++tsize >= a_tsize) {
299 a_tsize = a_tsize + A_TSIZE;
300 if ((tbuf = (struct tbuf *)realloc(tbuf, a_tsize *

Completed in 57 milliseconds