Home | History | Annotate | Download | only in ap

Lines Matching full:rend

337 			const u8 *rpos, *rend;
345 for (rend = rpos;
346 rend < realm_name + realm_len; rend++) {
347 if (*rend == ';')
354 rend - rpos ||
357 rend - rpos) != 0)
364 rpos = rend + 1;