Lines Matching refs:i
52 int i, j, k; in _S_msg_add_auth() local
61 for (i = 0; i < nexist; i++) in _S_msg_add_auth()
62 (*newlistp)[j++] = exist[i]; in _S_msg_add_auth()
64 for (i = 0; i < nnew; i++) in _S_msg_add_auth()
67 if (exist[k] == new[i]) in _S_msg_add_auth()
72 (*newlistp)[j++] = new[i]; in _S_msg_add_auth()
183 size_t i, j; in _S_msg_del_auth() local
194 for (i = 0; i < nu; ++i) 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()
206 for (i = 0; i < nu; ++i) 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()