Searched refs:uids (Results 1 – 4 of 4) sorted by relevance
196 uint32_t *uids; in e2c() local207 uids = (uint32_t *)lcp->data[2].ptr; in e2c()210 if (*uids > uid) { in e2c()211 tmp_uid = *uids; in e2c()214 uids ++; in e2c()227 free(uids); in e2c()1032 uint32_t *uids, in get_next_obj() argument1110 uid = uids[-- num]; in get_next_obj()
66 P_SUID off If set, all real uids, greater than or equal to this
6246 static cachenode_t *uids[HASHSIZE]; variable6305 if (table == uids || table == gids) in hash_insert()6319 if ((c = hash_lookup_byval(uids, uid)) == NULL) { in getname()6321 c = hash_insert(uids, pwent ? pwent->pw_name : NULL, uid); in getname()
333 Allows a process to set its uids at will.