Searched refs:ughead (Results 1 – 1 of 1) sorted by relevance
92 struct ughead { struct324 static struct ughead euid_tbl; /* table to store selected euid's */325 static struct ughead ruid_tbl; /* table to store selected real uid's */326 static struct ughead egid_tbl; /* table to store selected egid's */327 static struct ughead rgid_tbl; /* table to store selected real gid's */357 static void add_ugentry(struct ughead *, char *);358 static int uconv(struct ughead *);359 static int gconv(struct ughead *);360 static int ugfind(id_t, struct ughead *);2465 add_ugentry(struct ughead *tbl, char *name) in add_ugentry()[all …]