utab
if (((const struct utab *)node1)->ut_uid > \
((const struct utab *)node2)->ut_uid)
else if (((const struct utab *)node1)->ut_uid < \
((const struct utab *)node2)->ut_uid)
struct utab **pt;
if ((ub = (struct utab *)malloc(sizeof (struct utab))) == NULL) {
if (*(pt = (struct utab **)tsearch((void *)ub, (void **)&root, \
tb.ta_uid = (*(struct utab **)node)->ut_uid;
CPYN(tb.ta_name, (char *)uidtonam((*(struct utab **)node)->ut_uid));
tb.ta_cpu[0] = (*(struct utab **)node)->ut_cpu[0];
tb.ta_cpu[1] = (*(struct utab **)node)->ut_cpu[1];
tb.ta_kcore[0] = (*(struct utab **)node)->ut_kcore[0];
tb.ta_kcore[1] = (*(struct utab **)node)->ut_kcore[1];
tb.ta_pc = (*(struct utab **)node)->ut_pc;
twalk((struct utab *)root, print_node);
if (*(pt = (struct utab **)tsearch((void *)ub, (void **)&root, \
tb.ta_uid = (*(struct utab **)node)->ut_uid;
CPYN(tb.ta_name, (*(struct utab **)node)->ut_name);
tb.ta_cpu[0] = ((*(struct utab **)node)->ut_cpu[0]);
tb.ta_cpu[1] = ((*(struct utab **)node)->ut_cpu[1]);
tb.ta_kcore[0] = (*(struct utab **)node)->ut_kcore[0];
tb.ta_kcore[1] = (*(struct utab **)node)->ut_kcore[1];
tb.ta_pc = (*(struct utab **)node)->ut_pc;
twalk((struct utab *)root, print_node);
if (((const struct utab *)node1)->ut_uid > \
((const struct utab *)node2)->ut_uid)
else if (((const struct utab *)node1)->ut_uid < \
((const struct utab *)node2)->ut_uid)
else return(strcmp(((const struct utab *) node1)->ut_name,
((const struct utab *) node2)->ut_name));
struct utab **pt;
if ((ub = (struct utab *)malloc(sizeof (struct utab))) == NULL) {