Searched refs:uids (Results 1 – 5 of 5) 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
6200 static cachenode_t *uids[HASHSIZE]; variable6259 if (table == uids || table == gids) in hash_insert()6273 if ((c = hash_lookup_byval(uids, uid)) == NULL) { in getname()6275 c = hash_insert(uids, pwent ? pwent->pw_name : NULL, uid); in getname()
324 Allows a process to set its uids at will.
802 uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>