Home | History | Annotate | Download | only in hostapd

Lines Matching defs:rpos

1398 	char *pos, *end, *rpos;
1510 rpos = realm->realm_buf;
1512 while (*rpos) {
1517 realm->realm[i++] = rpos;
1518 rpos = os_strchr(rpos, ';');
1519 if (rpos == NULL)
1521 *rpos++ = '\0';