Searched defs:tcm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c74 struct tcms *tcm; variable in typeref:struct:tcms
183 if( (tcm = (struct tcms *)calloc(CSIZE, sizeof(struct tcms))) == NULL) {
192 qsort(tcm, csize, sizeof(tcm[0]),
455 for (i %= csize, j = 0; tcm[i].tcm_comm[0] && j != csize; i = (i+1)%csize, j++)
456 if (EQN(p->tcm_comm, tcm[i].tcm_comm))
459 if ((ntcm = (struct tcms *) realloc(tcm,
462 "acctcms: Cannot reallocate memory (tcm)\n");
466 tcm = ntcm;
467 if (!EQN(p->tcm_comm, tcm[
[all...]

Completed in 45 milliseconds