Searched refs:newu (Results 1 – 1 of 1) sorted by relevance
185 uid_t newu[nu]; in _S_msg_del_auth() local188 memcpy (newu, _hurd_id.gen.uids, nu * sizeof (uid_t)); in _S_msg_del_auth()195 if (newu[i] == uid) in _S_msg_del_auth()198 newu[i] = newu[--nu]; in _S_msg_del_auth()207 if (newu[i] == gid) in _S_msg_del_auth()210 newu[i] = newu[--nu]; in _S_msg_del_auth()218 newu, nu, in _S_msg_del_auth()
Completed in 3 milliseconds