Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:pos2

3095 	char *copy = NULL, *id, *pos2;
3118 pos2 = id = copy;
3119 while (*pos2 && *pos2 != ' ')
3120 pos2++;
3121 *pos2++ = '\0';
3124 while (*pos2 && *pos2 != '=')
3125 pos2++;
3126 if (*pos2 == '=')
3127 pos2++;
3128 id = pos2;
3129 while (*pos2 && *pos2 != ']')
3130 pos2++;
3131 *pos2 = '\0';
3347 char *pos2 = os_strrchr(pos, '"');
3348 if (pos2)
3349 pos = pos2 + 1;