Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c63 char tcm_comm[8]; /* command name */ member
446 if (p->tcm_comm[j] && p->tcm_comm[j] <= 037) in tenter()
447 p->tcm_comm[j] = '?'; in tenter()
453 if (EQN(p->tcm_comm, tcm[i].tcm_comm)) in tenter()
464 if (!EQN(p->tcm_comm, tcm[i].tcm_comm)) in tenter()
469 if (tcm[i].tcm_comm[0] == 0) in tenter()
470 CPYN(tcm[i].tcm_comm, p->tcm_comm); in tenter()
519 tcm[i].tcm_comm[0] = 0; in tfixjunk()
569 if (tcm[i].tcm_comm[0]) { in tsqueeze()
570 CPYN(tcm[k].tcm_comm, tcm[i].tcm_comm); in tsqueeze()
[all …]