Searched refs:tcms (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcms.c | 62 struct tcms { struct 71 struct tcms *tcm; argument 85 struct tcms tcmtmp = {{'*','*','*','o','t','h','e','r'}}; 110 void tprint(struct tcms *); 113 int tncmp(struct tcms *, struct tcms *); 114 int tccmp(struct tcms *, struct tcms *); 115 int tkcmp(struct tcms *, struct tcms *); 122 void tcmadd(struct tcms *, struct tcms *); 180 if( (tcm = (struct tcms *)calloc(CSIZE, sizeof(struct tcms))) == NULL) { in main() 221 struct tcms cmt; in tdofile() [all …]
|