Home
last modified time | relevance | path

Searched refs:ughead (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ps/
H A Dps.c90 struct ughead { struct
291 static struct ughead euid_tbl; /* table to store selected euid's */
292 static struct ughead ruid_tbl; /* table to store selected real uid's */
293 static struct ughead egid_tbl; /* table to store selected egid's */
294 static struct ughead rgid_tbl; /* table to store selected real gid's */
320 static void add_ugentry(struct ughead *, char *);
321 static int uconv(struct ughead *);
322 static int gconv(struct ughead *);
323 static int ugfind(id_t, struct ughead *);
2110 add_ugentry(struct ughead *tbl, char *name) in add_ugentry()
[all …]