Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pos2

1186 	char *copy = NULL, *id, *pos2;
1209 pos2 = id = copy;
1210 while (*pos2 && *pos2 != ' ')
1211 pos2++;
1212 *pos2++ = '\0';
1215 while (*pos2 && *pos2 != '=')
1216 pos2++;
1217 if (*pos2 == '=')
1218 pos2++;
1219 id = pos2;
1220 while (*pos2 && *pos2 != ']')
1221 pos2++;
1222 *pos2 = '\0';
1413 char *pos2 = os_strrchr(pos, '"');
1414 if (pos2)
1415 pos = pos2 + 1;