Home
last modified time | relevance | path

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

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