Searched refs:tcms (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/acct/ |
H A D | acctcms.c | 65 struct tcms { struct 74 struct tcms *tcm; argument 88 struct tcms tcmtmp = {{'*','*','*','o','t','h','e','r'}}; 113 void tprint(struct tcms *); 116 int tncmp(struct tcms *, struct tcms *); 117 int tccmp(struct tcms *, struct tcms *); 118 int tkcmp(struct tcms *, struct tcms *); 125 void tcmadd(struct tcms *, struct tcms *); 183 if( (tcm = (struct tcms *)calloc(CSIZE, sizeof(struct tcms))) == NULL) { in main() 224 struct tcms cmt; in tdofile() [all …]
|