pdb.c | 230 struct cmdinfo ci, ci_total, ci_other, ci_junk; local in function:pacct_print 235 memset(&ci_other, 0, sizeof(ci_other)); 236 strcpy(ci_other.ci_comm, "***other"); 272 add_ci(&ci, &ci_other); 292 if (ci_other.ci_calls != 0) { 293 data.data = &ci_other; 294 data.size = sizeof(ci_other);
|