Home | History | Annotate | Download | only in pax

Lines Matching refs:indx

118 	u_int indx;
156 indx = ((unsigned)uid) % USR_TB_SZ;
157 if ((pt = usrtb[indx]) != NULL) {
170 pt->fow = usrtb[indx];
171 usrtb[indx] = pt;
216 u_int indx;
255 indx = ((unsigned)gid) % GRP_TB_SZ;
256 if ((pt = grptb[indx]) != NULL) {
269 pt->fow = grptb[indx];
270 grptb[indx] = pt;