Lines Matching defs:pos
243 char *pos, *end;
251 pos = buf + ret;
254 ie_to_string(pos, end - pos, sta->probe_ie_taxonomy);
255 pos = os_strchr(pos, '\0');
256 if (pos >= end)
258 ret = os_snprintf(pos, end - pos, "|assoc:");
259 if (os_snprintf_error(end - pos, ret))
261 pos += ret;
262 ie_to_string(pos, end - pos, sta->assoc_ie_taxonomy);
263 pos = os_strchr(pos, '\0');
264 return pos - buf;