ughead
add_ugentry(struct ughead *tbl, char *name)
uconv(struct ughead *uhead)
gconv(struct ughead *ghead)
ugfind(id_t id, struct ughead *ughead)
struct ugdata *utbl = ughead->ent;
int n = ughead->nent;
static struct ughead euid_tbl; /* table to store selected euid's */
static struct ughead ruid_tbl; /* table to store selected real uid's */
static struct ughead egid_tbl; /* table to store selected egid's */
static struct ughead rgid_tbl; /* table to store selected real gid's */
static void add_ugentry(struct ughead *, char *);
static int uconv(struct ughead *);
static int gconv(struct ughead *);
static int ugfind(id_t, struct ughead *);