Searched refs:fend (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | taxonomy.c | 88 char *fend = fstr + fstr_len; in ie_to_string() local 150 ret = os_snprintf(fpos, fend - fpos, in ie_to_string() 219 ret = os_snprintf(fpos, fend - fpos, "%s%d", sep, id); in ie_to_string() 221 if (os_snprintf_error(fend - fpos, ret)) in ie_to_string() 229 ret = os_snprintf(fpos, fend - fpos, "%s%s%s%s%s%s%s%s%s", in ie_to_string() 232 if (os_snprintf_error(fend - fpos, ret)) { in ie_to_string()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | taxonomy.c | 88 char *fend = fstr + fstr_len; in ie_to_string() local 150 ret = os_snprintf(fpos, fend - fpos, in ie_to_string() 219 ret = os_snprintf(fpos, fend - fpos, "%s%d", sep, id); in ie_to_string() 221 if (os_snprintf_error(fend - fpos, ret)) in ie_to_string() 229 ret = os_snprintf(fpos, fend - fpos, "%s%s%s%s%s%s%s%s%s", in ie_to_string() 232 if (os_snprintf_error(fend - fpos, ret)) { in ie_to_string()
|
Completed in 2 milliseconds