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

/illumos-gate/usr/src/cmd/acct/
H A Dacctcon.c71 struct ctab { struct
455 if (((const struct ctab *)node1)->ct_uid >
456 ((const struct ctab *)node2)->ct_uid)
458 else if (((const struct ctab *)node1)->ct_uid <
459 ((const struct ctab *)node2)->ct_uid)
470 struct ctab **pt;
472 if ((pctab = (struct ctab *)malloc(sizeof (struct ctab))) == NULL) {
483 if (*(pt = (struct ctab **)tsearch((void *)pctab, (void **)&root, \
502 tb.ta_uid = (*(struct ctab **)nod
[all...]

Completed in 77 milliseconds