Home | History | Annotate | Download | only in hostapd

Lines Matching defs:rpos

1418 	char *pos, *end, *rpos;
1530 rpos = realm->realm_buf;
1532 while (*rpos) {
1537 realm->realm[i++] = rpos;
1538 rpos = os_strchr(rpos, ';');
1539 if (rpos == NULL)
1541 *rpos++ = '\0';