Lines Matching defs:uid
120 uid_t uid;
126 * (or some such) to allow fast access based on a uid key.
129 get_usr_name(uid_t uid)
135 cp = uid % (NUID);
137 cp = uid & ((NUID) - 1);
139 if (uid >= 0 && nc[cp].uid == uid && nc[cp].name[0])
141 pw = getpwuid(uid);
144 nc[cp].uid = uid;
161 psp->uid,
266 psp->pdata.uid = info.pr_uid;
282 if ((usrname = (get_usr_name(psp->pdata.uid))) != NULL)
904 long_type = (long)psp->uid;