Lines Matching full:rpos
1391 char *pos, *end, *rpos;1503 rpos = realm->realm_buf;1505 while (*rpos) {1510 realm->realm[i++] = rpos;1511 rpos = os_strchr(rpos, ';');1512 if (rpos == NULL)1514 *rpos++ = '\0';